 /* CSS Document */
 @import url(reset.css);
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700italic,700);
 /* font-family: 'Open Sans', sans-serif;  */
 @import 'https://fonts.googleapis.com/css?family=Teko:400,500';
 /* font-family: 'Teko', sans-serif; */


 @font-face {
 	font-family: 'AmarilloUSAF';
 	src: url('fonts/amarurgt.ttf') format('truetype'), ;
 	font-weight: normal;
 	font-style: normal;
 }

 body {
 	font: normal 16px/180% 'Open Sans', sans-serif;
 	text-align: center;
 	/* IE */
 	background-color: #FFF;
 	/*	background-image:url(../imagenes/fondo.png);
	background-position: 30% 300px; */
 	color: #666;
 }

 div {
 	border: none;
 }

 h1 {
 	font: normal 24px/180% 'Open Sans', sans-serif;
 	font-weight: bold;
 }

 h2 {
 	font: normal 22px/180% 'Open Sans', sans-serif;
 }

 a {
 	text-decoration: none;
 	color: inherit;
 }

 a:hover {
 	color: #b62133;
 }

 ul {
 	list-style-position: outside;
 	margin-left: 20px;
 	list-style-type: circle;
 	text-align: left;
 }

 li {
 	list-style-image: url(../imagenes/logo_vineta_p.png);
 }

 p {
 	font: normal 16px/180% 'Open Sans', sans-serif;
 }

 #pag {
 	width: auto;
 	height: 500px;
 	/*	border:solid 1px red; */
 }

 #header {
 	min-width: 1000px;
 	height: auto;
 	box-shadow: 10px 0px 10px #E0E0E0;
 	-webkit-box-shadow: 10px 0px 10px #E0E0E0;
 	-moz-box-shadow: 10px 0px 10px #E0E0E0;
 	/*	border:solid 1px green; */
 }

 #header .barra {
 	height: 2.6em;
 	padding: .2em;
 	background-color: #b62133;
 	color: #FFF;
 	text-align: right;
 	font-size: .6666em;
 }

 #header .barra img {
 	margin: 0 1em 0 0;
 }

 #header .logo {
 	margin: 10px auto;
 	width: 200px;
 	height: auto;
 }

 #header .menu {
 	font-size: .7em;
 	width: 100%;
 	margin: 0 auto;
 	border-bottom: solid 1px grey;
 	border-top: solid 1px grey;
 	display: table;
 	min-width: 1000px;
 	box-shadow: 2px 2px 2px #999999;
 }

 #header .menu .opciones {
 	/*	border:solid 1px red; */
 	padding: 0 10px;
 	float: left;
 }

 #header .menu img {
 	/*	width: 25px; */
 	height: auto;
 }

 .logoclic {
 	width: 165px;
 	height: auto;
 	position: absolute;
 	left: 175px;
 	top: 66px;
 }

 .carritodecompras {
 	width: 60px;
 	height: auto;
 	position: absolute;
 	top: 90px;
 	font-size: 10px;
 	line-height: 100%;
 	color: #b22431;
 	font-weight: bold;
 	left: 75%;
 }

 .no_compras {
 	width: 20px;
 	position: absolute;
 	left: 46%;
 	top: 0%;
 	background-color: #900;
 	border-radius: 50%;
 	padding: 0;
 	margin: 0;
 	line-height: 163%;
 	color: white;
 }

 #pop_adl {
 	z-index: 5;
 	display: inline-table;
 	background-color: #900;
 	color: white;
 	padding: 20px;
 	position: fixed;
 	opacity: .85;
 	margin: unset;
 	border: solid 1px gray;
 	font-size: 20px;
 	border-radius: 10px;
 	top: 50%;
 	left: 50%;
 	width: 600px;
 	/* adjust as per your needs */
 	height: auto;
 	/* 400pxadjust as per your needs */
 	margin-left: -300px;
 	/* negative half of width above */
 	margin-top: -200px;
 	/* negative half of height above */
 }

 #pop_adl p {
 	font: normal 12px/180% 'Open Sans', sans-serif;
 }

 .cerrar {
 	font-size: 20px;
 	background-color: #000;
 	border-radius: 50%;
 	width: fit-content;
 	padding: 1px 9px;
 	position: absolute;
 	right: 9px;
 	top: 8px;
 	font-weight: bold;
 	cursor: pointer;
 	transform: rotate(45deg);
 }

 #contenido {
 	height: auto;
 	width: auto;
 	min-width: 1000px;
 	background-image: url(../imagenes/fondo.png);
 	/*	background-position: 30% 300px; */
 }

 img.alineadoTextoImagenCentro {
 	vertical-align: middle;
 	/* Ojo vertical-align: text-middle no existe*/
 }



 #sobrecarrusel {
 	width: 760px;
 	height: 100px;
 	/*	border: solid 1px red; */
 	margin: 0px auto;
 	font: normal 10px/180% 'Open Sans', sans-serif;
 }

 #carrusel {
 	width: auto;
 	height: 100px;
 	/*	border: solid 1px red; */
 	margin: 0px auto;
 	font: normal 10px/180% 'Open Sans', sans-serif;
 	padding: 0 auto;
 	float: left;
 }

 #carrusel .vineta {
 	width: 90px;
 	height: 90px;
 	/*	border: solid 1px #ccc; */
 	background-color: #FFF;
 	border-radius: 5px;
 	float: left;
 	margin: 5px 24px;
 	box-shadow: 0px 0px 10px #E0E0E0;
 	-webkit-box-shadow: 0px 0px 10px #E0E0E0;
 	-moz-box-shadow: 0px 0px 10px #E0E0E0;
 }

 #carrusel .vineta img {
 	width: 60px;
 	height: auto;
 	margin: 5px auto;
 }

 .colegio_calendario {
 	width: 420px;
 	height: auto;
 	margin-top: 22px;
 	margin-right: 26px;
 }

 .colegio_calendario:hover {
 	opacity: .8;
 }

 .finpag {
 	clear: both;
 }

 #entregas {
 	width: 750px;
 	height: auto;
 	/*	border: solid 1px red; */
 	margin: 20px auto;
 	font: normal 12px/180% 'Open Sans', sans-serif;
 	padding: 0 auto;
 	text-align: left;
 }

 #sobretiendas {
 	width: 750px;
 	height: 100px;
 	/*	border: solid 1px red;   */
 	margin: 0px auto;
 	font: normal 10px/180% 'Open Sans', sans-serif;

 }

 #tiendas {
 	width: 290px;
 	height: 100px;
 	/*	border: solid 1px red;  */
 	margin: 0px auto;
 	font: normal 12px/180% 'Open Sans', sans-serif;
 	padding: 0 auto;
 	float: left;
 }

 #tiendas .texto {
 	padding-top: 20px;
 	width: 290px;
 	/*OJO*/
 	height: auto;
 	text-align: left;
 }

 #tiendas .vineta img {
 	width: 60px;
 	height: auto;
 	margin: 5px auto;
 }


 #footer {
 	position: relative;
 	width: auto;
 	height: auto;
 	/*	border:solid 1px green; */
 	padding: 20px;
 	/*	background-image:url(../imagenes/verde.jpg); */
 	background-image: url(../imagenes/baners/pata.jpg);
 	font: bold 12px/180% 'Open Sans', sans-serif;
 	background-size: cover;
 	color: darkblue;
 }

 .mitad {
 	width: 49%;
 	float: left;
 	margin: 0 auto;
 }

 .habeasdata {
 	width: 79px;
 	height: 65px;
 	border: dashed 1px red;
 	margin: 0 2%;
 	background-color: white;
 	color: #244e6b;
 	font-size: 10px;
 	text-transform: uppercase;
 	font-weight: bold;
 	line-height: 100%;
 	padding: 5px;
 	float: left;
 }

 .habeasdata .politica {
 	font-size: 8px;
 	display: block;
 	line-height: 103%;
 }

 .tit_banner {
 	width: 100%;
 	height: 15%;
 	padding: 10px 0;
 	background: rgba(166, 14, 37, 0.6);
 	text-align: center;
 	font: normal 45px/110% 'Teko', sans-serif;
 	position: absolute;
 	top: 80px;
 	color: #fff;
 	text-transform: uppercase;
 }

 .tit_banner_puntos {
 	width: 100%;
 	height: 15%;
 	padding: 10px 0;
 	/* background: rgba(166, 14, 37, 0.6); */
 	text-align: center;
 	font: normal 68px/110% 'Teko', sans-serif;
 	position: absolute;
 	top: 90px;
 	left: 200px;
 	color: grey;
 	text-transform: uppercase;
 	letter-spacing: 8px;
 }

 .caja {
 	width: 1000px;
 	height: auto;
 	margin: 40px auto;
 	/*	border: solid 1px blue;*/

 }

 .caja h1 {
 	font: normal 24px/180% 'Open Sans', sans-serif;
 	color: #900;
 	text-align: justify;
 	text-transform: uppercase;
 	width: auto;
 	letter-spacing: 4.5px;
 }

 .caja h3 {
 	font: normal 18px/180% 'Open Sans', sans-serif;
 	text-align: justify;
 	width: auto;
 }

 .caja h4 {
 	font: normal 14px/180% 'Open Sans', sans-serif;
 	text-align: justify;
 	color: #FF6C17;
 	width: auto;
 }

 .caja p {
 	font: normal 14px/220% 'Open Sans', sans-serif;
 	color: #000;
 	text-align: justify;
 	margin: 0 0 20px 0;
 }

 .puntosventa {
 	width: 29%;
 	height: 400px;
 	background-color: #FFF;
 	background-image: url(../imagenes/fondo.png);
 	background-size: 130%;
 	border: solid 1px #999999;
 	border-radius: 5px;
 	box-shadow: 2px 2px 5px #999999;
 	float: left;
 	margin: 16px;
 	padding: 20px;
 	background-repeat: no-repeat;
 }

 .puntosventa img {
 	width: 180px;
 	height: 180px;
 	border: solid 1px #000;
 	border-radius: 50%;
 	margin: 20px 0;
 }

 .puntosventa h1 {
 	font-size: 12px;
 	letter-spacing: 0px;
 	text-align: center;
 	font-weight: bold;
 }

 .puntosventa hr {
 	border-top: dashed 1px #990000;
 	width: 60px;
 	margin: 5px auto;
 }

 .puntosventa p {
 	font-size: 10px;
 	text-align: center;
 }

 .cont_colegio {
 	width: 19%;
 	height: 200px;
 	float: left;
 	margin: 5px;
 	/*	border: solid 1px red; */
 }

 .colegio {
 	width: auto;
 	height: auto;
 	background-color: #FFF;
 	/* border: solid 1px #999999; */
 	border-radius: 5px;
 	/* box-shadow: 2px 2px 5px #999999; */
 	position: absolute;
 	top: 157px;
 	right: 10px;
 	font-size: 11px;
 	color: #900;
 	font-weight: bold;
 }

 .colegio img {
 	width: 100px;
 	max-height: 100px;
 	margin: 10px 0;
 }

 .cont_colegio p {
 	font-size: 11px;
 	text-align: center;
 	line-height: 120%;
 	margin: 2px;
 }

 .cont_colegio .colegio p {
 	font-size: 10px;
 	text-align: center;
 	line-height: 120%;
 	margin: 2px;
 }

 .cont_colegio hr {
 	border-top: dashed 1px #990000;
 	width: 70%;
 	margin: 10px auto;
 }

 .tit_testimonio {
 	clear: both;
 	width: 100%;
 	/* height: 15%; */
 	padding: 10px 0 6px 0;
 	background: #FF6C17;
 	text-align: center;
 	font: normal 25px/90% 'Teko', sans-serif;
 	color: #fff;
 	text-transform: uppercase;
 	margin-top: 20px;
 }

 .producto {
 	width: 450px;
 	height: 290px;
 	background-color: #FFF;
 	border: solid 1px #999999;
 	border-radius: 5px;
 	box-shadow: 2px 2px 5px #999999;
 	float: left;
 	margin: 15px 24px;
 	text-align: left;
 }

 .producto h2 {
 	font: normal 12px/180% 'Open Sans', sans-serif;
 	text-transform: uppercase;
 }

 .producto p {
 	border: solid 4px #990000;
 	width: 70%;
 	margin: 10px auto;
 	border-image-source: url(../imagenes/raya_productos.png);
 }

 .producto hr {
 	border-top: dashed 1px #990000;
 	width: 95%;
 	margin: 0px 0 10px 0;
 }

 .producto label {
 	font: normal 12px/180% 'Open Sans', sans-serif;
 	width: 100px;
 	display: inline-block;
 	text-align: left;
 }

 .producto select {
 	width: 120px;
 	font: normal 16px/180% 'Open Sans', sans-serif;
 	color: #CCC;
 }

 .producto option {
 	font: normal 16px/180% 'Open Sans', sans-serif;
 	color: #CCC;
 }

 .producto .adicion {
 	font-weight: normal;
 	width: 220px;
 	height: 40px;
 	color: #706F6F;
 	padding: 0;
 	font-size: 14px;
 	margin: 0 auto;
 	text-align: center;
 	position: relative;
 	left: 5px;
 	background-color: #F0F0F0;
 	border: none;
 	border-radius: 5px;
 	box-shadow: 2px 2px 2px #990000;
 	cursor: pointer;
 	opacity: .8;
 }

 .producto .adicion:hover {
 	opacity: 1;
 	color: #900;
 }


 .producto .small {
 	font-weight: bold;
 	width: 200px;
 	height: 20px;
 	color: #999;
 	padding: 2px 5px;
 	font-size: 30px;
 	margin: 0 auto;
 	text-align: center;
 	position: relative;
 	left: 25%;
 	font: normal 12px/180% 'Open Sans', sans-serif;
 	border: solid 1px #ccc;
 	border-radius: 5px;
 	top: 10px;
 }

 .fondo_escudo {
 	width: 150px;
 	height: 150px;
 	background-color: #fff;
 	border: solid 10px white;
 	border-radius: 50%;
 	position: relative;
 	top: -20px;
 	left: 150px;
 }

 .escudo {
 	width: 100px;
 	height: 100px;
 	position: relative;
 	top: 20px;
 }

 .tit_banner_colegio {
 	width: 900px;
 	/* height: 15%; */
 	padding: 10px 0;
 	/* background: rgba(166, 14, 37, 0.6); */
 	text-align: left;
 	font: normal 44px/110% 'Teko', sans-serif;
 	position: absolute;
 	text-transform: uppercase;
 	letter-spacing: 8px;
 	color: #E7E7E7;
 	top: 30px;
 	left: 370px;
 }

 .factura {
 	width: 900px;
 	margin: 0 auto;
 }

 .factura label {
 	float: left;
 	color: #060;
 	font-weight: bold;
 	width: 120px;
 	display: block;
 	margin-left: 20px;

 }

 .factura table {
 	width: 900px;
 	border: solid 1px #CCC;
 	font: normal 12px/180% 'Open Sans', sans-serif;
 	margin: 10px auto 20px auto;
 }

 .factura .titulo {
 	background-color: #060;
 	text-align: center;
 	font: normal 25px/140% 'Teko', sans-serif;
 	text-transform: uppercase;
 	color: #FFF;
 }

 .factura td {
 	border: solid 1px #CCC;
 	text-align: center;
 }

 .factura th {
 	border: solid 1px #CCC;
 	text-align: center;
 	color: #060;
 	font-weight: bold;
 }

 .factura .adicion {
 	width: auto;
 	display: table;
 	height: 30px;
 	color: #fff;
 	padding: 0;
 	margin: 10px auto;
 	text-align: center;
 	position: relative;
 	left: 5px;
 	padding: 0 25px;
 	border: dashed 2px #CCCCCC;
 	background-color: #999;
 	border-radius: 5px;
 	font: normal 14px/180% 'Open Sans', sans-serif;
 	cursor: pointer;

 }

 .factura .adicion:hover {
 	color: #900;
 }

 .datos_personales {
 	width: 900px;
 	margin: 0 auto;
 	font: normal 12px/180% 'Open Sans', sans-serif;
 	margin: 10px auto 20px auto;
 	text-align: left;

 }

 .datos_personales label {
 	width: 160px;
 	display: inline-block;
 	margin: 0 0 0 20px;

 }

 .datos_personales input {
 	width: 200px;
 	height: 40px;
 	border: solid 1px #CCCCCC;
 	display: inline-block;
 	border-radius: 5px;
 	font: normal 14px/180% 'Open Sans', sans-serif;
 	margin: 5px 0;


 }

 .datos_personales input[type='radio'] {
 	width: 60px;
 	height: 15px;
 	border: solid 1px #CCCCCC;
 	display: inline-block;
 	/*	border-radius: 5px; */
 	font: normal 14px/180% 'Open Sans', sans-serif;
 	margin: 5px 0;


 }

 .datos_personales textarea {
 	width: 590px;
 	height: 80px;
 	border: solid 1px #CCCCCC;
 	display: inline-block;
 	border-radius: 5px;
 	font: normal 14px/180% 'Open Sans', sans-serif;
 	margin: 5px 0;
 }

 .datos_personales .adicion {
 	font-weight: normal;
 	width: 120px;
 	height: 40px;
 	color: #706F6F;
 	padding: 0;
 	font-size: 14px;
 	margin: 0 5px;
 	text-align: center;
 	position: relative;
 	left: 5px;
 	background-color: #F0F0F0;
 	border: none;
 	border-radius: 5px;
 	box-shadow: 2px 2px 2px #990000;
 }

 /* CUADRO TALLAJE */

 .cuadro_tallaje {
 	width: auto;
 	height: 430px;
 	border: solid 1px #f0f0f0;
 	margin: 20px 0 0 0;
 	position: relative;
 	background-color: #FFF;
 	background-image: url(../imagenes/fondo_vineta_naranja.png);
 	background-position: top right;
 	background-repeat: no-repeat;
 }

 .cuadro_tallaje h1 {
 	text-align: center;
 	font: normal 38px/110% 'Teko', sans-serif;
 	color: #FA6C18;
 	text-transform: uppercase;
 	letter-spacing: 5px;
 	position: relative;
 	top: 30px;
 }

 .cuadro_tallaje input {
 	width: 50px;
 	height: 45px;
 	border: solid 1px #FA6C18;
 	float: right;
 	padding: 7px 0 0 0;
 	font: normal 32px/110% Teko, sans-serif;
 	color: #FA6C18;
 	background-color: #fff;
 }


 .cuadro_tallaje .foto1 {
 	width: 330px;
 	left: 130px;
 	position: relative;
 	text-align: left;
 }

 .cuadro_tallaje .foto2 {
 	width: 250px;
 	position: relative;
 	top: -172px;
 	left: 536px;
 }

 .cuadro_tallaje .texto {
 	font-size: 10px;
 	width: 160px;
 	position: absolute;
 	bottom: 60px;
 	right: 20px;
 	text-align: right;
 	line-height: 160%;
 }

 .cuadro_tallaje .texto2 {
 	font-size: 10px;
 	width: 120px;
 	position: absolute;
 	bottom: 100px;
 	right: 400px;
 	text-align: right;
 	line-height: 160%;
 }


 .cuadro_tallaje .texto .tit,
 .cuadro_tallaje .texto2 .tit {
 	color: #FA6C18;
 	font-size: 14px;
 }


 .cuadro_tallaje .subcuadro {
 	width: 120px;
 	height: inherit;
 	background-color: #FA6C18;
 	position: absolute;
 }

 .cuadro_tallaje .subcuadro .titulo {
 	text-align: right;
 	font: normal 45px/110% 'Teko', sans-serif;
 	position: absolute;
 	top: 240px;
 	color: #fff;
 	text-transform: uppercase;
 	-ms-transform: rotate(-90deg);
 	-webkit-transform: rotate(-90deg);
 	transform: rotate(-90deg);
 	left: -86px;
 	letter-spacing: 5px;
 	width: 300px;
 }

 .cuadro_tallaje .subcuadro .vineta {
 	position: absolute;
 	top: 40px;
 	left: 22px;
 }


 .cuadro_tallaje .sizefoto1 {
 	width: 100px;
 	color: #FA6C18;
 	position: absolute;
 	/*   top: 151px;
    left: 221px; */
 	font-size: 12px;
 }

 .cuadro_tallaje .sizefoto2 {
 	width: 100px;
 	color: #FA6C18;
 	position: absolute;
 	/*    top: 67px;
    left: 24px; */
 	font-size: 12px;
 }

 .cuadro_tallaje[id=pantalones] .sizefoto1 {
 	top: 109px;
 	left: 270px;
 }

 .cuadro_tallaje[id=camisa] .sizefoto1 {
 	top: 114px;
 	left: 302px;
 }

 .cuadro_tallaje[id=camisaA] .sizefoto1 {
 	top: 114px;
 	left: 302px;
 }

 .cuadro_tallaje[id=falda] .sizefoto1 {
 	top: 100px;
 	left: 278px;
 }

 .cuadro_tallaje[id=blazer] .sizefoto1 {
 	top: 122px;
 	left: 296px;
 }

 .cuadro_tallaje[id=blazerA] .sizefoto1 {
 	top: 122px;
 	left: 296px;
 }

 .cuadro_tallaje[id=sueter] .sizefoto1 {
 	top: 106px;
 	left: 295px;
 }

 .cuadro_tallaje[id=pantalondeportivo] .sizefoto1 {
 	top: 106px;
 	left: 295px;
 }

 .cuadro_tallaje[id=jardinera] .sizefoto1 {
 	top: 106px;
 	left: 295px;
 }


 .cuadro_tallaje[id=pantalones] .sizefoto2 {
 	top: 23px;
 	left: 67px;
 }

 .cuadro_tallaje[id=camisa] .sizefoto2 {
 	top: -5px;
 	left: 72px;
 }

 .cuadro_tallaje[id=camisaA] .sizefoto2 {
 	top: -5px;
 	left: 72px;
 }

 .cuadro_tallaje[id=falda] .sizefoto2 {
 	left: 103px;
 	top: 12px;
 }

 .cuadro_tallaje[id=blazer] .sizefoto2 {
 	top: 176px;
 	left: 73px;
 }

 .cuadro_tallaje[id=blazerA] .sizefoto2 {
 	top: 176px;
 	left: 73px;
 }

 .cuadro_tallaje[id=pantalondeportivo] .sizefoto2 {
 	top: 14px;
 	left: 79px;
 }


 .cuadro_tallaje[id=pantalones] .subcuadro {
 	background-color: #FA6C18;
 }

 .cuadro_tallaje[id=camisa] .subcuadro {
 	background-color: #305916;
 }

 .cuadro_tallaje[id=camisaA] .subcuadro {
 	background-color: #B52032;
 }

 .cuadro_tallaje[id=falda] .subcuadro {
 	background-color: #B52032;
 }

 .cuadro_tallaje[id=blazer] .subcuadro {
 	background-color: #153254;
 }

 .cuadro_tallaje[id=blazerA] .subcuadro {
 	background-color: #B52032;
 }

 .cuadro_tallaje[id=sueter] .subcuadro {
 	background-color: #FA6C18;
 }

 .cuadro_tallaje[id=pantalondeportivo] .subcuadro {
 	background-color: #153254;
 }

 .cuadro_tallaje[id=jardinera] .subcuadro {
 	background-color: #B52032;
 }

 .cuadro_tallaje[id=pantalones] h1,
 .cuadro_tallaje[id=pantalones] .sizepant,
 .cuadro_tallaje[id=pantalones] .sizehip,
 .cuadro_tallaje[id=pantalones] .texto .tit {
 	color: #FA6C18;
 }

 .cuadro_tallaje[id=camisa] h1,
 .cuadro_tallaje[id=camisa] .sizepant,
 .cuadro_tallaje[id=camisa] .sizehip,
 .cuadro_tallaje[id=camisa] .texto .tit {
 	color: #305916;
 }

 .cuadro_tallaje[id=camisaA] h1,
 .cuadro_tallaje[id=camisaA] .sizepant,
 .cuadro_tallaje[id=camisaA] .sizehip,
 .cuadro_tallaje[id=camisaA] .texto .tit {
 	color: #B52032;
 }


 .cuadro_tallaje[id=falda] h1,
 .cuadro_tallaje[id=falda] .sizepant,
 .cuadro_tallaje[id=falda] .sizehip,
 .cuadro_tallaje[id=falda] .texto .tit {
 	color: #B52032;
 	border-color: #B52032
 }

 .cuadro_tallaje[id=blazer] h1,
 .cuadro_tallaje[id=blazer] .sizepant,
 .cuadro_tallaje[id=blazer] .sizehip,
 .cuadro_tallaje[id=blazer] .texto .tit,
 .cuadro_tallaje[id=blazer] .texto2 .tit {
 	color: #153254;
 }

 .cuadro_tallaje[id=blazerA] h1,
 .cuadro_tallaje[id=blazerA] .sizepant,
 .cuadro_tallaje[id=blazerA] .sizehip,
 .cuadro_tallaje[id=blazerA] .texto .tit,
 .cuadro_tallaje[id=blazerA] .texto2 .tit {
 	color: #B52032;
 }

 .cuadro_tallaje[id=sueter] h1,
 .cuadro_tallaje[id=sueter] .sizepant,
 .cuadro_tallaje[id=sueter] .sizehip,
 .cuadro_tallaje[id=sueter] .texto .tit,
 .cuadro_tallaje[id=sueter] .texto2 .tit {
 	color: #FA6C18;
 }

 .cuadro_tallaje[id=pantalondeportivo] h1,
 .cuadro_tallaje[id=pantalondeportivo] .sizepant,
 .cuadro_tallaje[id=pantalondeportivo] .sizehip,
 .cuadro_tallaje[id=pantalondeportivo] .texto .tit,
 .cuadro_tallaje[id=pantalondeportivo] .texto2 .tit {
 	color: #153254;
 }

 .cuadro_tallaje[id=jardinera] h1,
 .cuadro_tallaje[id=jardinera] .sizepant,
 .cuadro_tallaje[id=jardinera] .sizehip,
 .cuadro_tallaje[id=jardinera] .texto .tit,
 .cuadro_tallaje[id=jardinera] .texto2 .tit {
 	color: #B52032;
 }

 .cuadro_tallaje[id=pantalones] input {
 	border: solid 1px #FA6C18;
 	color: #FA6C18;
 }

 .cuadro_tallaje[id=camisa] input {
 	border: solid 1px #305916;
 	color: #305916;
 }

 .cuadro_tallaje[id=camisaA] input {
 	border: solid 1px #B62133;
 	color: #B62133;
 }

 .cuadro_tallaje[id=falda] input {
 	border: solid 1px #B62133;
 	color: #B62133;
 }

 .cuadro_tallaje[id=blazer] input {
 	border: solid 1px #153254;
 	color: #153254;
 }

 .cuadro_tallaje[id=blazerA] input {
 	border: solid 1px #B52032;
 	color: #B52032;
 }

 .cuadro_tallaje[id=sueter] input {
 	border: solid 1px #FA6C18;
 	;
 	color: #FA6C18;
 }

 .cuadro_tallaje[id=pantalondeportivo] input {
 	border: solid 1px #153254;
 	color: #153254;
 }

 .cuadro_tallaje[id=jardinera] input {
 	border: solid 1px #B52032;
 	color: #B52032;
 }

 .cuadro_tallaje[id=pantalones] input:hover {
 	background-color: #FA6C18;
 	color: #FFF;
 }

 .cuadro_tallaje[id=camisa] input:hover {
 	background-color: #305916;
 	color: #FFF;
 }

 .cuadro_tallaje[id=camisaA] input:hover {
 	background-color: #B62133;
 	color: #FFF;
 }

 .cuadro_tallaje[id=falda] input:hover {
 	background-color: #B62133;
 	color: #FFF;
 }

 .cuadro_tallaje[id=blazer] input:hover {
 	background-color: #153254;
 	color: #FFF;
 }

 .cuadro_tallaje[id=blazerA] input:hover {
 	background-color: #B52032;
 	color: #FFF;
 }

 .cuadro_tallaje[id=sueter] input:hover {
 	background-color: #FA6C18;
 	color: #FFF;
 }

 .cuadro_tallaje[id=pantalondeportivo] input:hover {
 	background-color: #153254;
 	color: #FFF;
 }

 .cuadro_tallaje[id=jardinera] input:hover {
 	background-color: #B52032;
 	color: #FFF;
 }

 .cuadro_tallaje[id=pantalones] {
 	background-image: url(../imagenes/fondo_vineta_naranja.png);
 }

 .cuadro_tallaje[id=camisa] {
 	background-image: url(../imagenes/fondo_vineta_verde.png);
 }

 .cuadro_tallaje[id=camisaA] {
 	background-image: url(../imagenes/fondo_vineta_vinotinto.png);
 }

 .cuadro_tallaje[id=falda] {
 	background-image: url(../imagenes/fondo_vineta_vinotinto.png);
 }

 .cuadro_tallaje[id=blazer] {
 	background-image: url(../imagenes/fondo_vineta_azul.png);
 }

 .cuadro_tallaje[id=blazerA] {
 	background-image: url(../imagenes/fondo_vineta_vinotinto.png);
 }

 .cuadro_tallaje[id=sueter] {
 	background-image: url(../imagenes/fondo_vineta_naranja.png);
 }

 .cuadro_tallaje[id=pantalondeportivo] {
 	background-image: url(../imagenes/fondo_vineta_azul.png);
 }

 .cuadro_tallaje[id=jardinera] {
 	background-image: url(../imagenes/fondo_vineta_vinotinto.png);
 }




 .faq {
 	width: auto;
 	height: auto;
 }

 .faqsub {
 	width: 48%;
 	height: auto;
 	float: left;
 	overflow: hidden;
 	padding: 0 5px 0 5px;
 }

 .faqsub h1 {
 	font: normal 38px/110% 'Teko', sans-serif;
 	color: #FA6C18;
 	text-transform: uppercase;
 	letter-spacing: 5px;
 	position: relative;

 }

 .contacto input,
 .contacto textarea {
 	width: 400px;
 	height: 50px;
 	border: solid 1px #CCCCCC;
 	display: inline-block;
 	border-radius: 5px;
 	font: normal 14px/180% 'Open Sans', sans-serif;
 	margin: 10px;
 }

 .contacto button {
 	width: auto;
 	padding: 0 25px;
 	height: 40px;
 	border: dashed 2px #CCCCCC;
 	background-color: #999;
 	border-radius: 5px;
 	font: normal 14px/180% 'Open Sans', sans-serif;
 	margin: 10px;
 	color: #FFF;
 	cursor: pointer;
 }

 .vineto {
 	width: 90px;
 	height: 90px;
 	/*	border: solid 1px #ccc; */
 	background-color: #FFF;
 	border-radius: 5px;
 	margin: 0px auto;
 	font: normal 10px/180% 'Open Sans', sans-serif;
 	text-align: center;
 	float: left;
 	margin: 5px 24px;
 	box-shadow: 0px 0px 10px #E0E0E0;
 	-webkit-box-shadow: 0px 0px 10px #E0E0E0;
 	-moz-box-shadow: 0px 0px 10px #E0E0E0;
 }

 .vineto img {
 	width: 60px;
 	height: auto;
 	margin: 5px auto;
 }

 .vineto2 {
 	width: 250px;
 	height: 90px;
 	/*	border: solid 1px #ccc; */
 	background-color: #FFF;
 	border-radius: 5px;
 	margin: 0px auto;
 	font: normal 10px/180% 'Open Sans', sans-serif;
 	text-align: center;
 	float: left;
 	margin: 5px 24px;
 	box-shadow: 0px 0px 10px #E0E0E0;
 	-webkit-box-shadow: 0px 0px 10px #E0E0E0;
 	-moz-box-shadow: 0px 0px 10px #E0E0E0;
 }

 .vineto2 img {
 	width: 80px;
 	height: auto;
 	margin: 5px auto;
 }

 .material-icons.md-18 {
 	font-size: 18px;
 }

 .material-icons.md-24 {
 	font-size: 24px;
 }

 .material-icons.md-36 {
 	font-size: 36px;
 }

 .material-icons.md-48 {
 	font-size: 180px;
 }

 .material-icons.orange600 {
 	color: #FB8C00;
 }