@charset "UTF-8";
* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* POLICTICA DE COOKIES */
		#overbox3 {
		    position: fixed;
		    bottom: 0px;
		    left: 0px;
		    width: 100%;
		    z-index: 999999;
		    display: block;
		}
		#infobox3 {
		    margin: auto;
		    position: relative;
		    top: 0px;
		    height: auto;
			overflow:hidden;
		    width: 100%;
		    text-align:center;
		    background-color: #FFFFFF;
		}
		#infobox3 p {
		    line-height:20px;
		    font-size:14px;
		    text-align:center;
			padding-top:20px;
			padding-bottom:20px;
			color:#000000;
		}
		#infobox3 p a {
		    margin-right:5px;
		    text-decoration: none;
			color: #d70035;
		}
		#infobox3 p a:hover {
			color: #7c6568;
		}
		
body {
	font-family: "Source Sans Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #e4e1da;
	color: #7c6568;
	font-weight: 400;
}
span {
	visibility: hidden;
}
#cabecerabig {
	background-image: url(../imgcss/fondo-cabecera.jpg);
	background-repeat: repeat-x;
	height: 101px;
}
#cabecerabig #cabecera {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgcss/fondo-cabecera3.jpg);
}
#cabecera #idiomas {
	height: 23px;
	margin-left: 662px;
	width: 80px;
}
#cabecera #idiomas li a{
	height: 23px;
	width: 30px;
	margin-left: 10px;
	float: left;
	display: block;
	color: #E4E1DA;
	font-size: 8px;
}
#cabecera #idiomas li #esp {
	background-image: url(../imgcss/espanol.png);
	background-color: #eceae5;
	-moz-transition:  all 0.4s ease-in-out;
	-webkit-transition:  all 0.4s ease-in-out;
	-o-transition:  all 0.4s ease-in-out;
	-ms-transition:  all 0.4s ease-in-out;
}
#cabecera #idiomas li #esp:hover {
	background-color: #CBC9C1;
}
#cabecera #idiomas li #ing {
	background-image: url(../imgcss/ingles.png);
	background-color: #eceae5;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#cabecera #idiomas li #ing:hover {
	background-color: #CBC9C1;
}
#cabecera #navegacion {
	clear: both;
	height: 78px;
	z-index:1000;
}
#cabecera #navegacion h1 a {
	display: block;
	float: left;
	height: 78px;
	width: 183px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../imgcss/vallondo-logo.png);
}
#cabecera #navegacion #cabbotones{
	visibility:hidden;
	float:left;
	width:0px;
	height:0px;
}
#cabecera #navegacion #cabbotones #botonemail{
	width:0px;
	height:0px;
}
#cabecera #navegacion #cabbotones #botontel{
	width:0px;
	height:0px;
}
#cabecera #navegacion #menubase{
	height: 33px;
	width: 559px;
	float: left;
	z-index:1000;
}
#cabecera #navegacion #menu {
	height: 33px;
	width: 559px;
	margin-top: 45px;
	float: left;
	background-image: url(../imgcss/rayas-menu.png);
	background-position: 1px;
}
#cabecera #navegacion #menu2 li a{
	float: left;
	line-height: 33px;
	display: block;
	height: 33px;
	color: #50b948;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 34px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#cabecera #navegacion #menu2 ul {
	position:absolute;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	text-transform: lowercase;
	background-color: #ff8300;
	margin-left: 0px;
	width: 160px;
	margin-top: 5px;
	top: 26px;
}
#cabecera #navegacion #menu li a:hover {
	color: #d70035;
}

#cabecera #navegacion #menutodo {
	list-style: none;
	height: 33px;
	width: 559px;
	float: left;
	z-index:1000;
}

/** ------------MENU---------------------- **/

.toggleMenu {
}
.nav {
	list-style: none;
	height: 33px;
	width: 559px;
	margin-top: 45px;
	float: left;
	background-image: url(../imgcss/rayas-menu.png);
	background-position: 1px;
}
.nav a{
	float: left;
	line-height: 33px;
	display: block;
	height: 33px;
	color: #50b948;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 32px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.nav a:hover{
	color: #d70035;
}
.nav #submenu a{
	text-transform: uppercase;
	text-decoration: none;
	background-image: none;
	display: block;
	width:220px;
	height: 33px;
	line-height:33px;
	color: #50b948;
	text-transform: uppercase;
	font-size: 13px;
	background-color: #FFFFFF;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav #submenu a:hover {
	background-image: none;
	color:#d70035;
	-moz-transition:  all 0.5s ease-in-out;
	-webkit-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	-ms-transition:  all 0.5s ease-in-out;
}
.nav span{
	visibility:hidden;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 220px;
	z-index:2000;
	margin-top:30px;
}
.nav li {
    position: relative;
	z-index:2000;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 164%;
    top: 0;
}
.nav li li a {
	display:block;
	text-decoration:none;
	font-size: 95%;
	text-transform: lowercase;
	letter-spacing: 0.02em;
	height: 25px;
	text-align: left;
	padding-left: 15px;
	line-height: 25px;
}
.nav li li a:hover {
}
.nav li li li a {
	color:#FFFFFF;
    z-index:200;
	width:320px;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
}

#contenido {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
	z-index:0;
}
#contenido #cuadros {
}
#contenido #slide {
	clear: both;
	height: 374px;
	width: 734px;
	border: 4px solid #FFF;
	z-index:-10;
}
#contenido #empresa {
	float: left;
	width: 452px;
	height:100px;
	border: 4px solid #FFF;
	background-color: #50b948;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	line-height: 160%;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
}
#contenido #empresa p strong {
	font-style: italic;
	font-weight: 700;
	color: #d70035;
}
#contenido #empresa p a {
	font-style: italic;
	text-transform: uppercase;
	color: #d70035;
	font-size: 12px;
}
#contenido #empresa p a:hover {
	color: #003832;
}
#contenido #recetario a{
	float: left;
	width: 202px;
	height:120px;
	border: 4px solid #FFF;
	background-color: #50b948;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 160%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	margin-left:10px;
}
#contenido #recetario #txt {
	float:left;
	width:80px;
	padding-top:28px;
	color: #fff;
}
#contenido #recetario #imagen{
	float:left;
	width:122px;
}
#contenido #cuadros {
	clear: both;
	width: 752px;
}
#contenido #cuadros #noticias {
	float: left;
	width: 703px;
	border: 4px solid #FFF;
	background-color: #50b948;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	text-align: justify;
	line-height: 160%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#contenido #cuadros #noticias p strong {
	font-style: italic;
	font-weight: 900;
	color: #d70035;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	height: 19px;
	border-bottom-color: #fff;
}
#contenido #cuadros #noticias #new{
	float:left;
	width: 403px;
}
#contenido #cuadros #noticias #new p strong {
	color: #d70035;
	width: 403px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#contenido #cuadros #noticias #new p em {
	color: #fff;
	font-size: 11px;
	display: block;
	margin-top: -5px;
}
#contenido #cuadros #noticias p a {
	font-style: italic;
	text-transform: uppercase;
	color: #d70035;
	font-size: 12px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#contenido #cuadros #noticias p a:hover {
	color: #003832;
}
#contenido #cuadros #noticias #imgnot{
	float:left;
	width:260px;
	padding-left:40px;
	padding-top:5px;
}
#pie {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 159px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #300;
	font-weight: 500;
}
#pie #subir p a {
	display: block;
	height: 33px;
	width: 33px;
	margin-right: 10px;
	background-image: url(../imgcss/subir.png);
	font-size: 10px;
	float: left;
	margin-left: 65px;
}
#pie #subir p a:hover {
	background-image: url(../imgcss/subir_hover.png);
}
#pie #infopie  {
	height: 151px;
	width: 734px;
	border: 4px solid #FFF;
	float: left;
	background-color: #f7f6f3;
}
#pie #infopie h1 {
	height: 151px;
	width: 450px;
	float: left;
	background-image: url(../imgcss/logos-color4.png);
}
#pie #infopie #direccion {
	margin-right: 18px;
	text-align: right;
	margin-top: 15px;
	font-size: 13px;
	line-height: 160%;
}
#pie #infopie #direccion p strong {
	font-weight: 300;
	color: #e27c8a;
}
#pie #infopie #direccion p a {
	font-style: italic;
	color: #e27c8a;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#pie #infopie #direccion p a:hover {
	color: #7C6568;
}
#pie #infopie #aviso {
	margin-right: 18px;
	text-align: right;
	margin-top: 40px;
	font-size: 12px;
	line-height: 130%;
}
#pie #infopie #aviso p strong {
	font-weight: 300;
	color: #e27c8a;
}
#pie #infopie #aviso p a {
	font-style: italic;
	color: #e27c8a;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#pie #infopie #aviso p a:hover {
	color: #7C6568;
}


@media screen and (max-width: 960px) {
#pie {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	height: 159px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #300;
	font-weight: 500;
}
#pie #subir{
	display:none;
}
}

@media screen and (max-width: 760px) {
#cabecerabig {
	background-image: url(../imgcss/fondo-cabecera.jpg);
	background-repeat: repeat-x;
	height: 150px;
}
#cabecerabig #cabecera {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgcss/fondo-cabecera3.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#cabecera #idiomas {
	height: 23px;
	margin-left: 0px;
	float:right;
	width: 90px;
	padding-right:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#cabecera #idiomas li a{
	height: 23px;
	width: 30px;
	margin-left: 10px;
	float: left;
	display: block;
	color: #E4E1DA;
	font-size: 8px;
}

#cabecera #navegacion {
	clear: both;
	height: 141px;
	z-index:1000;
}
#cabecera #navegacion h1 a {
	display: block;
	float: left;
	height: 78px;
	width: 183px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../imgcss/vallondo-logo.png);
}
#cabecera #navegacion #cabbotones{
	visibility: visible;
	width:400px;
	height:30px;
	line-height:30px;
	float:none;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
}
#cabecera #navegacion #cabbotones #botonemail{
	float:left;
	width:200px;
	height:30px;
	line-height:30px;
	text-align:center;
}
#cabecera #navegacion #cabbotones #botontel{
	float:left;
	width:200px;
	height:30px;
	line-height:30px;
	text-align:center;
}
#cabecera #navegacion #cabbotones a {
	color: #50b948;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#cabecera #navegacion #cabbotones a:hover {
	color: #d70035;
}


#cabecera #navegacion #menutodo {
	list-style: none;
	width: 100%;
	height: 33px;
	float: left;
	z-index:3000;
	font-weight: normal;
	letter-spacing: 0.05em;
	clear:both;
}

/** ------------MENU---------------------- **/

.toggleMenu {
	display:block;
    color: #50b948;
	background-color:#FFF;
	width:100%;
	height:33px;
	line-height: 33px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d70035;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d70035;
	z-index:3000;
}
.nav #submenu {
	width: 100%;
    z-index:200;
	display:block;
}
.nav #submenu a {
	width: 100%;
	padding-left: 30px;
    z-index:200;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	text-align: left;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.nav {
	list-style: none;
	width: 100%;
	height: 33px;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	letter-spacing: 0.05em;
	z-index:3000;
	display:block;
	background-image:none;
	background-color:#FFFFFF;
}
.nav a{
	width:100%;
	display: block;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
    color: #50b948;
	background-color:#FFF;
	text-transform: uppercase;
	font-weight: normal;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	text-align: left;
	padding-left:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d70035;
	margin-left:0px;
	z-index:3000;
}
.nav a:hover{
	color: #d70035;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
.nav li {
    position: relative;
	z-index:2000;
        display: block;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 164%;
    top: 0;
}
.nav li li a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	line-height: 30px;
	height: 30px;
	background-color: #F7542A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8f8f8;
}
.nav li li a:hover {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	line-height: 30px;
	height: 30px;
	background-color: #DB3B2D;
}
.nav li li li a {
    background: #ff8300;
	color:#FFFFFF;
    z-index:200;
	width: 500px;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
	}

#contenido {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
	z-index:0;
}
	
#contenido #slide {
	clear: both;
	height: 300px;
	width: 600px;
	border: 4px solid #FFF;
	z-index:-10;
	margin-right: auto;
	margin-left: auto;
}

#contenido #cuadros {
	clear: both;
	width: 100%;
	padding-left:10px;
	padding-right:2px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #cuadros #noticias {
	float: left;
	width: 100%;
	border: 4px solid #FFF;
	background-color: #50b948;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	text-align: justify;
	line-height: 160%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #cuadros #noticias #new{
	float:left;
	width: 100%;
}
#contenido #cuadros #noticias #new p strong {
	color: #d70035;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#contenido #cuadros #noticias #imgnot{
	float:none;
	width:200px;
	padding-left:0px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#contenido #cuadros #noticias #imgnot img{
	width:200px;
	height:140px;
}

#pie {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #300;
	font-weight: 500;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#pie #infopie  {
	height: auto;
	width: 100%;
	border: 4px solid #FFF;
	float: left;
	background-color: #f7f6f3;
}
#pie #infopie h1 {
	height: 151px;
	width: 100%;
	float: left;
	background-image: url(../imgcss/logos-color4.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pie #infopie #direccion {
	width:100%;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
	margin-top: 15px;
	font-size: 13px;
	line-height: 160%;
}
#pie #infopie #direccion p strong {
	font-weight: 300;
	color: #e27c8a;
}
#pie #infopie #direccion p a {
	font-style: italic;
	color: #e27c8a;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#pie #infopie #direccion p a:hover {
	color: #7C6568;
}
#pie #infopie #aviso {
	width:100%;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
	line-height: 130%;
}
#pie #infopie #aviso p strong {
	font-weight: 300;
	color: #e27c8a;
}
#pie #infopie #aviso p a {
	font-style: italic;
	color: #e27c8a;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#pie #infopie #aviso p a:hover {
	color: #7C6568;
}	
}

@media screen and (max-width: 630px) {	
#contenido #slide {
	clear: both;
	height: 250px;
	width: 500px;
	border: 4px solid #FFF;
	z-index:-10;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width: 530px) {	
#contenido #slide {
	clear: both;
	height: 200px;
	width: 400px;
	border: 4px solid #FFF;
	z-index:-10;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width: 480px) {	
#contenido #slide {
	clear: both;
	height: 175px;
	width: 350px;
	border: 4px solid #FFF;
	z-index:-10;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width: 430px) {	
#contenido #slide {
	clear: both;
	height: 150px;
	width: 300px;
	border: 4px solid #FFF;
	z-index:-10;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width: 380px) {	
#contenido #slide {
	clear: both;
	height: 125px;
	width: 250px;
	border: 4px solid #FFF;
	z-index:-10;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width: 330px) {	
#contenido #slide {
	clear: both;
	height: 100px;
	width: 200px;
	border: 4px solid #FFF;
	z-index:-10;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width: 260px) {

#contenido #cuadros {
	clear: both;
	width: 100%;
	padding-left:0px;
	padding-right:0px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #cuadros #noticias #imgnot{
	float:none;
	width:180px;
	padding-left:0px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#contenido #cuadros #noticias #imgnot img{
	width:180px;
	height:130px;
}
}

@media screen and (max-width: 500px) {
#pie #infopie h1 {
	height: 220px;
	width: 100%;
	float: left;
	background-image: url(../imgcss/logos-color5.png);
	background-position:center;
	background-repeat:no-repeat;
}
}

@media screen and (max-width: 320px) {
#pie #infopie h1 {
	height: 151px;
	width: 100%;
	float: left;
	background-image: url(../imgcss/logos-color6.png);
	background-position:center;
	background-repeat:no-repeat;
}
}

@media screen and (max-width: 500px) {
#cabecerabig #cabecera {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-position:center;
	background-color:#FFFFFF;
}
}

@media screen and (max-width: 410px) {
#cabecerabig {
	background-image: url(../imgcss/fondo-cabecera.jpg);
	background-repeat: repeat-x;
	height: 170px;
}

#cabecera #navegacion {
	clear: both;
	height: 171px;
	z-index:1000;
}
#cabecera #navegacion #cabbotones{
	visibility: visible;
	width:100%;
	height:60px;
	line-height:30px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
}
#cabecera #navegacion #cabbotones #botonemail{
	float:none;
	clear:both;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
}
#cabecera #navegacion #cabbotones #botontel{
	float:none;
	clear:both;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
}
}