.noanim {
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-ms-transition:none !important;
	-o-transition:none !important;
	transition:none !important}@-webkit-keyframes blink{0%{opacity:1;
	filter:alpha(opacity=100)}33%{opacity:0;
	filter:alpha(opacity=0)}100%{opacity:0;
	filter:alpha(opacity=0)}}@-moz-keyframes blink{0%{opacity:1;
	filter:alpha(opacity=100)}33%{opacity:0;
	filter:alpha(opacity=0)}100%{opacity:0;
	filter:alpha(opacity=0)}}@keyframes blink{0%{opacity:1;
	filter:alpha(opacity=100)}33%{opacity:0;
	filter:alpha(opacity=0)}100%{opacity:0;
	filter:alpha(opacity=0)}
}
body{font:12px/28px ;}
.wrapper,#page{
	zoom:1;
	width:1240px;
	margin:0 auto
}
.wrapper:after,#page:after,.wrapper:before,#page:before{
	content:"\0020";
	display:table;
	height:0;
	overflow:hidden
}
.wrapper:after,#page:after{clear:both}*::selection{color:#fafafa;background:#6ea74b}*::-khtml-selection{color:#fafafa;background:#6ea74b}*::-webkit-selection{color:#fafafa;background:#6ea74b}*::-moz-selection{color:#fafafa;background:#6ea74b}*::-ms-selection{color:#fafafa;background:#6ea74b}*::-o-selection{color:#fafafa;background:#6ea74b}
#header{margin:0px 0 0}

#trueHeader{
	z-index:8000;							/* Defecto: 9999; Cambiado a 8000 cuando el autor corrigió error de 9px en el header */
	padding:0px 0;
	transition:padding 0.35s ease;
	-khtml-transition:padding 0.35s ease;
	-webkit-transition:padding 0.35s ease;
	-moz-transition:padding 0.35s ease;
	-ms-transition:padding 0.35s ease;
	-o-transition:padding 0.35s ease;
	background-color:transparent;
	background-color:rgba(255,255,255,0.97);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FAFFFFFF,endColorstr=#FAFFFFFF);
	zoom:1
}



/* Aquí se modifica la altura del logo. Como va insertado en la cabecera, */
/* hay que modificar consecuentemente el fichero gráfico de la cabecera */
/* (ver más abajo, en #trueHeader) para que quepa y no se desplace con el scroll */
/* También hay que tener en cuenta lo declarado al inicio de style.css */
#header.sticky #trueHeader{position:fixed;top:0;}
#header.sticky.condensed #trueHeader{padding:0px 0;}
#header.sticky.condensed #trueHeader #logo{height:70px;}  			/* Defecto: #logo{height:31px;} */

#trueHeader {
	width: 1240px;
	height: 110px;
	margin: 0 auto 0 auto;			/* Defecto: margin: 0 auto 0 auto; */
	background: url(../../images/header-bg_green.png) no-repeat center bottom;  /* Imagen del fondo de la cabecera  */
}


/*------------  By Popy -----------*/
/* Para ocultar el menú (cabecera) en la ventana de entrada al site donde se pregunta por la edad legal de consumo de alcohol */
#trueHeader-microsite {
	visibility: hidden;
}

/* ---------------------------------- */


@media only screen and (min-width: 1000px) and (max-width: 1169px){

#trueHeader {
	width:1060px;		/* Defecto: width:1060px;   */
}
.wrapper,#page{
	width:1060px;		/* Defecto: width:1060px;   */
}

}

@media only screen and (min-width: 768px) and (max-width: 999px){

#trueHeader {
	width:768px;		/* Defecto: width:768px;   */
}
.wrapper,#page{
	width:768px;		/* Defecto: width:768px;   */
}

}

@media only screen and (min-width: 480px) and (max-width: 767px){

#trueHeader {
	width:480px;		/* Defecto: width:480px;   */
}
.wrapper,#page{
	width:480px;		/* Defecto: width:480px;   */
}

}

@media only screen and (max-width: 479px){

#trueHeader {
	width:320px;		/* Defecto: width:320px;   */
}
.wrapper,#page{
	width:320px;		/* Defecto: width:320px;   */
}

	
}
