@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);


html, body {
	background-color: #FDF5C7;
	color:#505151;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	min-height:100%;
	line-height:1.2em;
	position: relative;
	}
	
	
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ESTRUCTURA >>>>>>>>>>*/
.plecaroja,
header,
div.contenedor,
#bannerindex,
div.paneles,
footer,
div.firma {
	display: block;
	float: left;
	height: auto;
	width:100%;
	}

div.in {
	float: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 940px;
	}


/* ---------- a general ---------- */
a, a:visited {
	color:#000;
	text-decoration:underline;
	}
	
a:hover {
	color:#ED1B24;
	text-decoration:underline;
	}
	
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< HEADER >>>>>>>>>>*/

.plecaroja {
	background-color: #ED1B24;
	height:20px;
	}
.plecatextura {
	background-color: #e7870f;
	background-image:url(../images/pattern.jpg);
	height:260px;
	top: 20px;
	position: absolute;
	width: 100%;
	z-index:0;
	}
header {
	position: relative;
	z-index: 1;
	}
header div.in{
	position: relative;
	height:180px;	
	}

header div.in div.social{
	color: #fff;
	height:35px;
	line-height: 35px;
	font-size: 0.9em;
	font-family: 'Open Sans Condensed', sans-serif;
	position: absolute;
	right: 0px;
	top: 40px;
	text-align: right;
	width:120px;
	}

header div.in div.social a{
	display: block;
	float: right;
	margin: 0px;
	margin-left:5px;
	padding: 0px;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NAV >>>>>>>>>>*/
nav {
	background: #fcf483;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjQ4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZkZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcf483 0%, #fefde6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf483), color-stop(100%,#fefde6));
	background: -webkit-linear-gradient(top,  #fcf483 0%,#fefde6 100%);
	background: -o-linear-gradient(top,  #fcf483 0%,#fefde6 100%);
	background: -ms-linear-gradient(top,  #fcf483 0%,#fefde6 100%);
	background: linear-gradient(to bottom,  #fcf483 0%,#fefde6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf483', endColorstr='#fefde6',GradientType=0 );
	border-top:3px solid #fff;
	border-bottom: 3px solid #feab21;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
	float: left;
	height:40px;
	margin-top:80px;
	width:100%;	
	}
	

nav ul{
	float: left;
	height:auto;
	list-style: none;
	margin:0px;
	padding: 0px;
	width: 100%;
	}

nav ul li{
	display: block;
	float: left;
	height: 40px;
	margin:0% 4% 0% 0%;
	padding: 0px;
	}

nav ul li:nth-child(1){
	margin-left: 4%;
	width: 5%;
	}
nav ul li:nth-child(2){
	width: 8%;
	}
nav ul li:nth-child(3){
	width: 9%;
	margin-right: 2.7%
	}
nav ul li:nth-child(4){
	position: relative;
	width: 26.6%;
	}
nav ul li:nth-child(5){
	width: 3.2%;
	}
nav ul li:nth-child(6){
	width: 9.5%;
	}
nav ul li:nth-child(7){
	width: 8%;
	}

nav ul li a,
nav ul li a:visited{
	color: #ED1B24;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 0.98em;
	font-weight: 700;
	height:40px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	}

nav ul li a:hover{
	color: #911015;
	text-decoration: none;
	}

/*logotipo*/
nav ul li:nth-child(4) a{
	height: auto;
	padding:0px;
	position:absolute;
	margin: 0px;
	top: -90px;
	text-align: center;
	width:auto;
	}

nav ul li:nth-child(4) a img{
	float:none;
	height: auto;
	width:100%;
	}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< CONTENEDOR >>>>>>>>>>*/
div.contenedor {
	position: relative;
	z-index: 1;
	}

div.contenedor div.in{
	background-color: #fff;
	overflow: hidden;
	}

div.contenedor div.in h3{
	color: #ED1B24;
	background-color: #faed2d;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	height:40px;
	line-height:40px;
	padding: 0px;
	margin: 0px;
	text-indent: 35px;
	width:100%;
	}

div.contenedor div#nosotros {
	background-image: url(../images/fondo-nosotros.jpg);
	background-position: right top; 
	background-repeat: no-repeat;
	}
div.contenedor div#sucursales {
	background-image: url(../images/fondo-sucursales.jpg);
	background-position: right top; 
	background-repeat: no-repeat;
	}
div.contenedor div#contacto {
	background-image: url(../images/fondo-contacto.jpg);
	background-position: right top; 
	background-repeat: no-repeat;
	}
	
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ASIDE >>>>>>>>>>*/
aside {
	float: left;
	margin-right: 3px;
	height:auto;
	width: 278px;
	}

aside img{
	border:1px solid #faed2d;
	float: left;
	height: auto;
	margin: 13px;
	width:250px;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< SECTION >>>>>>>>>>*/
section {
	float: left;
	height:auto;
	padding-bottom: 20px;
	width: 657px;
	}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ARTICLE >>>>>>>>>>*/
article {
	float: left;
	margin: 5%;
	padding: 0px;
	width: 90%;
	}

article p{
	float: left;
	margin:0px;
	padding: 0px;
	text-align: justify;
	width:100%;
	}

article p img{
	float: block;
	margin: 10px 70px 10px 70px;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< PRODUCTOS >>>>>>>>>>*/


ul.productos{
	float: left;
	height: auto;
	list-style: none;
	margin: 0% 3% 1% 3%;
	padding: 0px;
	width:94%;
	}

ul.productos li{
	background-color: #FDF7A2;
	border-radius: 20px;
	display: block;
	float: left;
	height:110px;
	margin:0% 2% 2% 2%;
	padding:2%;
	width:42%;
	}

ul.productos li.img_productos{
	background-color: #fff;
	border-radius: 0px;
	height: auto;
	margin:0% 2%;
	padding: 2% 2% 1% 2%;
	width:42%;
}	

ul.productos li h2,
ul.productos li p{
	float: left;
	height:auto;
	margin:0px;
	padding: 0px;
	width:100%;
	}


ul.productos li h2{
	color: #ED1B24;
	font-size: 1.2em;
	font-family: 'Open Sans Condensed', sans-serif;
	height:auto;
	margin:0px;
	padding: 0px;
	text-transform: uppercase;
	}
ul.productos li p{
	margin-top: 10px;
	}



/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FOOTER >>>>>>>>>>*/
footer {
	background-color: #ED1B24;
	border-top: 3px solid #FAED2D;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 0.9em;
	margin-top: 20px;
	}

footer div.in{
	height:auto;
	}

footer div.in ul{
	float: left;
	height:auto;
	list-style: none;
	margin:10px 0px;
	padding: 0px;
	width: 100%;
	}

footer div.in ul li{
	border-right: 1px solid #FAED2D;
	float: left;
	height:100px;
	padding: 0px;
	}

footer div.in ul li:nth-child(1){
	width:41%; 
	}
footer div.in ul li:nth-child(2){
	width:23%; 
	}
footer div.in ul li:nth-child(3){
	width:20%; 
	}
footer div.in ul li:nth-child(4){
	border-right: 0px;
	width:12%; 
	}

footer div.in ul li:nth-child(1) img{
	float: left;
	height: auto;
	width: 35%;
	}
footer div.in ul li:nth-child(1) p{
	float: left;
	height: auto;
	margin: 40px 0px;
	padding: 0px;
	text-align: center;
	width: 65%;
	}

footer div.in ul li:nth-child(2) p,
footer div.in ul li:nth-child(3) p,
footer div.in ul li:nth-child(4) p {
	float: left;
	margin:3px 5%;
	text-align: left;
	width: 90%;
	} 

footer div.in ul li p strong{
	color: #FAED2D;
	font-size: 0.8em;
	font-weight:700;
	text-transform: uppercase;
	} 



/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FIRMA>>>>>>>>>>*/
div.signature {
	font-size: 0.8em;
	text-align: center;
	}

div.signature a.signature,
div.signature a.signature:visited{
	display:inline-block;
	color: inherit;
	float:none;
	text-decoration: none;
	width:auto;
	}

div.signature a.signature:hover{
	color:inherit;
	text-decoration: none;
	}

div.signature a.signature:hover strong{
	color:#000;
	}


div.signature a.signature i,
div.signature a.signature span,
div.signature a.signature strong{
	height: 20px;
	line-height: 20px;
	float: left;
	}

div.signature a.signature i,
div.signature a.signature strong {
	font-style: normal;
	font-weight: normal;
	}


div.signature a.signature span{
	background-image: url(../svg/icon-mwf.svg);
	background-size:40px 20px;
	background-position:0px 0px;
	display:inline-block;
	background-color: #fb7102;
	border-radius:50%;
	float:left;
	height:20px;
	margin:0px 3px 0px 3px;
	width:20px;
	}

div.signature a.signature:hover span{
	background-color: #fb7102;
	}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< BANNER INDEX >>>>>>>>>>*/
#bannerindex {
	position: relative;
	z-index: 1;
	}

#bannerindex div.in{
	background-color: #fff;
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
	position:relative;
	}

#bannerindex div.in img{
	margin: 1%;
	width: 98%;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< INDEX PANELES >>>>>>>>>>*/
div.paneles {
	margin-top: 15px;
	}


div.paneles div.in ul {
	float: left;
	height: auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}

div.paneles div.in ul li{
	background-color: #fff;
	float: left;
	height: auto;
	margin:0px 1%;
	padding: 0px;
	width:32%;
	}

div.paneles div.in ul li:first-child{
	margin-left: 0px;
	}
div.paneles div.in ul li:last-child{
	margin-right: 0px;
	}

div.paneles div.in ul li a{
	float: left;
	height: auto;
	margin:2%;
	padding: 0px;
	width:96%;
	}

div.paneles div.in ul li a img{
	float: left;
	height: auto;
	margin:0px;
	padding: 0px;
	width:100%;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FORMULARIO >>>>>*/

div.formulario {
	width:70%;
	}

div.formulario .enviar{
	background-color: #ED1B24;
	color: #fff;
	cursor: pointer;
	display: block;
	border-radius: 10px;
	float: left;
	margin:10px 0px;
	padding: 5px 10px;
	width:auto;
	}

/* ---------- AUXILIARES ---------- */
.hide { display:none;}
.alerterror {color:#d60615;}