@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Roboto, sans-serif;
	color: #333;
	font-size: 1.1vw;
}

header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	top: 0px;
	background-color: rgba(255,255,255,1);
}

.sombreado {
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}


#encabezado div:first-child {
	height: 6vw;
	background-color: #000;
	padding-top: 1vw;
	padding-bottom: 1vw;
	box-sizing: border-box;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color:#FFF;
}


#encabezado div:first-child ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10vw;
}

#encabezado div:first-child ul li {
	float: left;
}

#encabezado div:first-child ul li img,
#encabezado div:first-child ul li svg {
	width: 2.4vw;
	height: 1.6vw;
}

#encabezado div:first-child ul li:first-child {
	width: 5vw;
}
#encabezado div:first-child ul li:nth-child(2) {
	font-size: 1vw;
	width: 50vw;
	padding-top: 0.4vw;
}
#encabezado div:first-child ul li:nth-child(3) {
	padding-top: 2.9vw;
	width: 13vw;
	text-align: right;
	box-sizing: border-box;
	padding-right: 2vw;
}
#encabezado div:first-child ul li:nth-child(3) a {
	color: #FFF;
	text-decoration: none;
}
#encabezado div:first-child ul li:nth-child(3) a:hover {
	color: #F00;
	text-decoration: none;
}
#encabezado div:first-child ul li:nth-child(4),
#encabezado div:first-child ul li:nth-child(5),
#encabezado div:first-child ul li:nth-child(6) {
	padding-top: 2.4vw;
	width: 4vw;
}


#encabezado div:first-child ul li a{
	color:#FFF;
}

#encabezado div:first-child ul li:first-child span{
	font-size: 4vw;
}

#encabezado div:nth-child(2) {
	height: 6vw;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	overflow: visible;
}
nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10vw;
	margin-bottom: 0px;
	margin-left: 0px;
}
nav ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
nav ul li {
	display: inline-block;
	position:relative;
}
nav ul li a {
	display: block;
	font-size: 1.2vw;
	color: rgba(0,0,0,1);
	text-decoration: none;
	padding-top: 2.4vw;
	padding-right: 1vw;
	padding-bottom: 2.4vw;
	padding-left: 1vw;
}
nav ul li ul {
/**/	position: absolute;
	z-index: 1000;
	padding: 0px !important;
	clear: both;
	float: none;
	width: 16vw;
	background-color:  rgba(255,255,255,0);
	transition-duration: 1s;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.7);
	transition: opacity 1s linear;
	opacity:0;
	display: none; 
	
}
nav ul li ul li {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
nav  a:hover {
	color: #F00;
}

nav ul li ul li a {
	padding-top: 0.4vw;
	padding-bottom: 0.4vw;
}

nav ul li ul li:hover a {
	transition-duration: 0.5s;
	background-color: #CCC;
}

nav ul li:hover ul {
	display: block;
	z-index: 1200;
	padding: 0px !important;
	clear: both;
	transition-duration: 1s;
	transition: opacity 1s linear; 
	list-style-type: none;
	background-color:  rgba(255,255,255,1);
	opacity:1;
}
nav ul .menudoble{
	display:none;
}


#encabezado div:nth-child(3) {
	position: absolute;
	left: 10vw;
	top: 6vw;
	z-index: 100;
	width: 20vw;
	border-radius: 1vw;
	background-color: #FFF;
	padding: 1.2vw;
	text-align:center;
	box-sizing:border-box;
}
#encabezado div:nth-child(3) img {
	width: 12vw;
}

#encabezado div:nth-child(4) {
	display: none;
}

#bloque1 {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E4E4E4;
	padding-bottom: 6vw;
	background-image: url(../img/trama2.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#bloque1 div:nth-child(2) {
	width: 45vw;
	margin-left: 10vw;
	float: left;
	padding-right: 3vw;
	box-sizing:border-box;
}

#bloque1 .botonfoto {
	height: 15vw;
	width: 15vw;
	margin-left: 2.5vw;
	margin-bottom: 2.5vw;
	float: left;
	padding: 0px;
	position: relative;
	text-align: center;
	background-color: #FFF;
}


#listaprod .botonfoto div,
#bloque1 .botonfoto div {
	position: relative;
	z-index: 100;
	top: 5px;
}


#bloque1 .botonfoto span {
	position: absolute;
	z-index: 100;
	bottom: 0.2vw;
	transform: translate(-50%, -50%);
	left: 50%;
	font-size: 1.2vw;
	text-transform: uppercase;
	background-color: #F00;
	margin: 0px;
	padding-top: 0.3vw;
	padding-right: 0.8vw;
	padding-bottom: 0.3vw;
	padding-left: 0.8vw;
	white-space: nowrap;
	transition-duration: 0.5s;
	}
#bloque1 .botonfoto span a{
	color: #FFF;
	text-decoration: none;
	transition-duration: 0.5s;
	}
	
	
	
	
#bloque1 .botonfoto:hover span {
	background-color: #FFF;
	transition-duration: 0.5s;
	}
#bloque1 .botonfoto:hover span a{
	color: #F00;
	transition-duration: 0.5s;
	}
	
#bloque1 .botonfoto img {
	width: 15vw;
	margin: 0px;
	padding: 0px;
	opacity: 1.0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;

}


#bloque1 div:nth-child(n+3):hover img {
    opacity: 0.4;
transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	filter: alpha(opacity=40);  /*For IE8 and earlier 
 filter: hue-rotate(60deg) brightness(50%);*/

 }
#bloque1 div:nth-child(2) div {
	margin: 0px;
	clear: both;
	float: left;
	text-align: left;
	width: 100%;
	background-color: transparent;
	height: auto;
	font-size: 1.3vw;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5vw;
	padding-left: 0px;
	font-weight: normal;
}

#bloque1 div:nth-child(2) div:nth-child(2) {
	font-size: 3vw;
 }

#bloque2 a {
	color: #090;
	text-decoration: none;
 }

#bloque2 a:hover {
	text-decoration: underline;
 }

#bloque2 {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	background-color: #FFF;
	padding-top: 6vw;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.3vw;
	
}


#bloque2 .p1,
#bloque2 .p2,
#bloque2 .p3 {
	float: left;
	width: 80vw;
	margin-left: 10vw;
	padding-right: 0px;
	padding-bottom: 0.5vw;
	padding-left: 0px;
	clear: both;
}
#bloque2 .p2{
	font-size: 3vw;
}



#bloque2 .b0 {
	float: left;
	width: 80vw;
	margin-left: 10vw;
	padding-top: 1vw;
	padding-right: 0px;
	padding-bottom: 1vw;
	padding-left: 0px;
	clear: both;
}

#bloque2 .b1 {
	float: left;
	width: 38.5vw;
	margin-left: 10vw;
	padding-top: 1vw;
	padding-right: 0px;
	padding-bottom: 1vw;
	padding-left: 0px;
	clear: both;
}

#bloque2 .b2 {
	float: left;
	width: 38.5vw;
	margin-left: 3vw;
	padding-top: 1vw;
	padding-right: 0px;
	padding-bottom: 1vw;
	padding-left: 0px;
}

.sombraheader {
	box-shadow:0 1px 3px #333;
}

#flotante1 {
	display: block;
	height: 8vw;
	width: 80vw;
	background-color: #FFF;
	position: relative;
	z-index: 100;
	top: -2vw;
	left:10vw;
/*	border-radius:1.5vw;  */
	padding:2vw;
	margin-bottom:6vw;
	box-sizing:border-box;
	box-shadow: black 0.1em 0.1em 0.2em;
}
#flotante1 p{
	font-size: 2vw;
	padding: 1vw;
	margin: 0px;
	float: left;
	line-height: 2vw;
}
#flotante1 p:last-child a {
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2vw;
	line-height: 1vw;
	padding-top: 1vw;
	padding-right: 3vw;
	padding-bottom: 1vw;
	padding-left: 3vw;
	font-weight: bold;
	transition-duration: 0.3s;
	border: 1px solid #F00;
}

#flotante1 p:last-child a:hover {
	color: #F00;
	background-color: #FFF;
	transition-duration: 0.3s;
}

#flotante1 p:first-child {
	font-weight: bold;
}



#bandanegra {
	padding-left: 10vw;
	box-sizing: border-box;
	font-size: 3vw;
	line-height: 6vw;
	color: #FFF;
	background-color: #333;
	width: 100%;
	clear: both;
}

#fotosubclase {
	padding-left: 0vw;
	box-sizing: border-box;
	height: 12vw;
	color: #FFF;
	background-color: #9CC;
	width: 100%;
	clear: both;
	background-image: url(../imagen/1638271337.jpg);
	background-repeat: repeat;
	background-size: 100%;
	background-position: center center;
}

#griscentral {
	box-sizing: border-box;
	color: #FFF;
	background-color: #333;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 2vw;
	line-height: 3vw;
	padding-top: 2vw;
	padding-right: 18vw;
	padding-bottom: 2vw;
	padding-left: 18vw;
}

#griscentral a {
	font-size: 1.2vw;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 0.8vw;
	padding-right: 3vw;
	padding-bottom: 0.8vw;
	padding-left: 3vw;
	cursor: pointer;
}

#griscentral a:hover {
	background-color: #F00;
	border: 1px solid #F00;
}

#blancocentral {
	padding-top: 6vw;
	text-align: center;
}

#blancocentral div:nth-child(1) {
	font-size: 1.3vw;
	padding-bottom: 0.5vw;
}

#blancocentral div:nth-child(2) {
	font-size: 3vw;
}

#blancocentral div:nth-child(3) {
	font-size: 3vw;
	width: 80vw;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6vw;
	padding-bottom: 5vw;
}

#blancocentral div:nth-child(3) img{
	width: 100%;
}

footer {
	background-color: #000;
	display: block;
	clear: both;
	float: left;
	color: #FFF;
	padding-top: 3vw;
	padding-bottom: 3vw;
	width: 100%;
	height: 15vw;
}
footer ul {
	list-style-type: none;
	margin-left: 10%;
	padding: 0px;
	font-size: 1.2vw;
	width: 80%;
}
#piepagina {
	clear: both;
	float: none;
	text-align: center;
	background-color: #333;
	font-size: 0.8vw;
	line-height: 2vw;
	color: #999;
}
#piepagina a{
	color: #999;
	text-decoration: none;
}
#piepagina a:hover{
	color: #CCC;
	text-decoration: none;
}



footer ul li {
	float: left;
	border-left-width: 0.7vw;
	border-left-style: solid;
	border-left-color: #F00;
	height: 6vw;
	width: 23%;
	box-sizing: border-box;
}

footer ul li:last-child {
	width: 31%;
}

footer ul li p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 1vw;
	padding-bottom: 0px;
	padding-left: 1vw;
}
footer ul li p a{
	color: #FFF;
	text-decoration: none;
}
footer ul li p a:hover{
	color: #F00;
}
footer ul li p:first-child{
	font-size: 1.5vw;
	padding-bottom: 1.5vw;
}

footer ul li:last-child p:last-child {
	padding-top: 1vw;
}

footer ul li:last-child p:last-child span {
	font-size: 2vw;
	padding-right: 1vw;
}

section {
	box-sizing:border-box;
}



#subebaja p {
	font-size: 1.5vw;
	margin: 0px;
	padding: 0px;
}
#subebaja p:nth-child(1){
	font-size: 1.5vw;
	transition-duration: 0.3s;
	box-sizing: border-box;
	width: 18vw;
	display: block;
	text-align: center;
	margin-top: 2vw;
	margin-bottom: 1vw;
	padding: 0.5vw;
}
#subebaja p:nth-child(n+2){
	float: left;
	width: 6vw;
	text-align: center;
	display: block;
}

#subebaja p svg{
	cursor: pointer;
	border-radius: 2vw;
	padding: 0.5vw;
	margin-top: 0.5vw;
	-webkit-box-shadow: 0.3vw 0.3vw 0.7vw 0vw #999;
	-moz-box-shadow: 0.3vw 0.3vw 0.7vw 0vw #999;
	box-shadow: 0.3vw 0.3vw 0.7vw 0vw #999;
}
#subebaja p:nth-child(3){
	font-size: 3.0vw;
	color: #999;
	border: 1px solid #F00;
}



#formulario {
	float: none;
	width: 80vw;
	margin-top: 0px;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	font-size: 1.2vw;
}

#formulario div:first-child {
	width: 100%;
	float: none;
}

#formulario #textoerror {
	width: 100%;
	float: none;
	font-size: 1.5vw;
	line-height: 5vw;
	font-weight: bold;
	color: #F00;
	height: 5vw;
}

#formulario #formensaje div {
	float: left;
	padding: 0px;
	width: 38vw;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	list-style-type: none;
	text-align: left;
}

#formulario #formensaje div:first-child {
	margin-right: 4vw;
}


#formulario div label {
	clear: both;
	float: none;
	font-weight: bold;
	padding-left: 5px;
	color: rgba(51,51,51,1);
	line-height: 2.5vw;
}

#formulario input{
	border: 1px solid #999;
	box-sizing: border-box;
	font-weight: 400;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 2px;
	padding-left: 5px;
	clear: both;
	float: none;
	line-height: 3vw;
}

#formulario textarea{
	border: 1px solid #999;
	box-sizing: border-box;
	width: 100%;
	font-weight: 400;
	height: 110px;
	margin-top: 0px;
	margin-bottom: 2vw;
	padding-top: 1vw;
	padding-right: 0.5vw;
	padding-bottom: 1vw;
	padding-left: 0.5vw;
	height: 10vw;
	clear: both;
	float: none;
}

#formulario .botonbusca{
	border: 1px solid #F00;
	width: 40%;
	margin-top: 0px;
	margin-left: 60%;
	margin-bottom: 0px;
	box-sizing: border-box;
	height: 3vw;
	color: #FFF;
	padding: 0vw;
	cursor: pointer;
	clear: both;
	float: none;
	background-color: #F00;
	transition-duration: 0.3s;
}

#formulario .botonbusca:hover{
	background-color: #FFF;
	color: #F00;
	transition-duration: 0.3s;
}

#formulario .capcha{
	clear: none;
	float: left;
	width: 6vw;
	font-size: 2vw;
	text-align: center;
	color: #00F;
}
#formulario .amarillento{
	border: 1px solid #F00;
	background-color: #FF9;
}
#formulario span{
	clear: both;
	float: left;
	display: block;
	font-size: 2vw;
	font-weight: bold;
	line-height: 3vw;
}


@media screen and (max-width:800px){

body {
	font-size: 5vw;
}

header {
	background-color: rgba(30,30,30,1);
}

#encabezado div:nth-child(2) {
	height: 26vw;
	background-color: rgba(30,30,30,1);
}

#encabezado div:nth-child(3) {
	position: absolute;
	left: 5vw;
	top: 3vw;
	z-index: 100;
	width: 36vw;
	border-radius: 3vw;
	background-color: #FFF;
	padding: 1.2vw;
	text-align:center;
	box-sizing:border-box;
}
#encabezado div:nth-child(3) img {
	width: 30vw;
}

#encabezado div:nth-child(4) {
	display: block;
	position: absolute;
	right: 5vw;
	top: 8vw;
	width: 10vw;
}

#encabezado div:nth-child(4) a {
	text-decoration: none;
	height: 10vw;
	margin: 0px;
	padding: 0px;
}

#encabezado div:nth-child(4) a span {
	font-size: 10vw;
	color: rgba(255,255,255,1);
}

#bloque1 div:nth-child(2) {
	width: 90vw;
	margin-left: 5vw;
	float: left;
	padding-right: 0vw;
	box-sizing:border-box;
}

#bloque1 .botonfoto {
	height: 42.5vw;
	width: 42.5vw;
	margin-top: 5vw;
	margin-left: 5vw;
	float: left;
}


#bloque1 .botonfoto img {
	width: 42.5vw;
}

#bloque1 .botonfoto span {
	font-size: 5vw;
}
#bloque1 div:nth-child(2) div {
	font-size: 5vw;
	padding-bottom: 0.5vw;
	text-align: justify;
}

#bloque1 div:nth-child(2) div:nth-child(2) {
	font-size: 7vw;
 }


#flotante1 {
	display: block;
	height: auto;
	width: 90vw;
	background-color: #FFF;
	position: relative;
	z-index: 100;
	top: -2vw;
	left: 5vw;
	/*	border-radius:1.5vw;  */
	padding: 3vw;
	margin-bottom: 6vw;
	box-sizing: border-box;
	box-shadow: black 0.1em 0.1em 0.2em;
	text-align: center;
}
#flotante1 p{
	font-size: 5vw;
	padding: 1vw;
	margin: 0px;
	float: none;
	line-height: 4vw;
}
#flotante1 p:last-child {
	width: 90%;
	padding-top: 8vw;
	padding-bottom: 5vw;
}

#flotante1 p:last-child a {
	font-size: 5vw;
	line-height: 6vw;
	margin-top: 0vw;
	text-align: center;
	text-transform: uppercase;
	padding: 2vw;
}


#blancocentral div:nth-child(1) {
	font-size: 5vw;
	padding-bottom: 2vw;
}

#blancocentral div:nth-child(2) {
	font-size: 7vw;
}

#blancocentral div:nth-child(3) {
	font-size: 4vw;
	width: 90vw;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5vw;
	padding-top: 6vw;
	padding-bottom: 5vw;
}

#blancocentral div:nth-child(3) img{
	width: 100%;
}


#griscentral {
	padding: 5vw;
	font-size: 5vw;
	line-height: 6vw;
}

#griscentral a {
	font-size: 5vw;
}

#griscentral p:last-child {
	padding-top: 5vw;
}



#formulario {
	width: 90%;
	font-size:5vw;
}
#formulario div:nth-child(n + 2) {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	margin-bottom: 0px;
}

#formulario #textoerror {
	font-size: 5vw;
	line-height: 8vw;
	height: 8vw;
}

#formulario #formensaje div {
	width: 90vw;
	margin-top: 0px;
	margin-right: 5vw;
	margin-bottom: 5vw;
	margin-left: 0px;
}

#formulario #formensaje div:first-child {
	margin-right: 0vw;
}


#formulario div label {
	padding-left: 2vw;
	line-height: 5vw;
}

#formulario input{
	margin-bottom: 5vw;
	padding-right: 1vw;
	padding-left: 2vw;
	line-height: 6vw;
}

#formulario textarea{
	height: 20vw;
}

#formulario .botonbusca{
	height: 6vw;
}


#formulario .capcha{
	width: 20vw;
	font-size: 6vw;
}
#formulario span{
	font-size: 5vw;
	line-height: 6vw;
}


footer {
	background-color: #000;
	display: block;
	clear: both;
	float: left;
	color: #FFF;
	padding-top: 8vw;
	padding-bottom: 8vw;
	width: 100%;
	height: auto;
}



footer ul {
	font-size: 5vw;
	margin-left: 5%;
	width: 90%;
}
footer ul li {
	float: none;
	border-left-width: 2vw;
	width: 100%;
	clear: both;
	height: auto;
	padding-bottom: 8vw;
}
footer ul li:last-child {
	width: 100%;
	padding-bottom: 0vw;
}

footer ul li p{
	padding-right: 5vw;
	padding-left: 5vw;
}
footer ul li p:first-child{
	font-size: 5vw;
}

footer ul li:last-child p:last-child {
	padding-top: 4vw;
}

footer ul li:last-child p:last-child span {
	font-size: 8vw;
	padding-right: 4vw;
}

#piepagina {
	font-size: 2.5vw;
	line-height: 8vw;
}

nav {
	position: fixed;
	width: 80%;
	z-index: 300;
	top: 2vw;
	right: 100%;
	height:auto;
}
nav ul {
	display: block;
	background-color: rgba(0,0,0,0.9);
	clear: both;
	float: none;
	padding: 5vw;
	box-sizing: border-box;
}
nav ul li {
	float: none;
	clear: both;
	display: block;
}

nav ul li a {
	font-size: 6vw;
	color: #FFF;
}
#encabezado div:first-child {
	display: none;
}
nav ul .menudoble{
	display:block;
}

.menudoble img,
.menudoble svg {
	width: 9vw;
	height: 6vw;
}
nav ul li:nth-child(2),
nav ul li:nth-child(3),
nav ul li:nth-child(4){
	width: 15vw;
	display: block;
	float: left;
	clear: none;
	text-align: left;
}


#bloque2 {
	font-size: 5vw;
	
}
#bloque2 .b0,
#bloque2 .b1,
#bloque2 .b2,
#bloque2 .p1,
#bloque2 .p2,
#bloque2 .p3 {
	width: 90vw;
	margin-left: 5vw;
}

#bloque2 .p2{
	font-size: 7vw;
}

}