@charset "utf-8";
body {
	background:  url(../images/bg.png);
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
	}
img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
.container {
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#FFF;
	overflow:auto;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	}
/*ESTILOS CABECERA*/
.header {
	position:relative;
	/*background:  url(../images/cabecera.jpg);*/
	background-repeat:no-repeat;
	float:left;
	width:980px;
	height:150px;
	background-color:#FFF;
	}
.logo{
	padding-left:10px;	
	}
.social{
	position: absolute;
	font-size:10px;
	margin-right:10px;
	top:30px;
	right:20px;
	}
.menutop{
	position: absolute;
	bottom:0px;
	right:5px;
	width:650px;
	z-index:999;
	}
	
/*CONTENIDO GENERAL*/
.contenido{
	position:relative;
	float:left;
	width:980px;
	min-height:500px;
	padding-bottom:20px;
	overflow:auto;
	}

/*CONTENIDO INDEX*/
.izquierda{
	position: relative;
	float:left;
	width:190px;
	margin-right:0px;
	padding-left:20px;
	padding-right:20px;
	}
.derecha{
	position: relative;
	float: right;
	width:730px;
	padding-right:20px;
	margin-left: auto;
	margin-right: auto;
	}

/*FORMATO PRODUCTO BOX*/	
.boxprod{
	position:relative;
	margin-bottom:10px;
	float:left;
	width:235px;
	height:340px;
	background-repeat:no-repeat;
	text-align:center;
	background-color:#5ea1df;
	margin:4px;
	}	
.boxprod:hover{
	background-color: #264f99;
	}
p.tituloprod{
	text-align:center;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:15px;
	 color:#042267;
	}
.imagenprod{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	height:267px;
	border:4px solid #3187d5;	
	}
	
/*DETALLE PRODUCTO*/	
.imgproducto{
	position:relative;
	float:left;
	width:322px;
	min-height:200px;
	border:4px solid #3187d5;	
	}
.descproducto{
	position:relative;
	float:left;
	width:380px;
	min-height:200px;
	margin-left:18px;
	}

/*FORMATO PROMOCION BOX*/	
.boxpromo{
	position:relative;
	margin-bottom:10px;
	float:left;
	width:357px;
	height:340px;
	background-image:url(../images/bgproducto.png);
	background-repeat:no-repeat;
	text-align:center;
	background-color:#f9ed99;
	margin:4px;
	}	
.boxpromo:hover{
	background-color: #fbe54d;
	}
p.titulopromo{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	 color:#000;
	 margin-bottom:5px;
	}
.imagenpromo{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:315px;
	height:236px;
	border:4px solid #f9ea83;	
	}
p.detallepromo{
	text-align:center;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:15px;
	 color:#000;
	 margin-top:8px;
	}
		

/*CONTACTO*/	
.infocontacto{
	position:relative;
	float:left;
	width:350px;
	min-height:200px;
	}
.formcontacto{
	position:relative;
	float:left;
	width:380px;
	min-height:200px;
	}
ul.contact{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:2em;
	color:#000;
	padding-bottom:5px;
	list-style:none;
	}
	
li.dir{
	background:url(../images/dir.png) 0 3px no-repeat; padding:0px 0 0 25px;	
	}
li.tel{
	background:url(../images/tel.png) 0 3px no-repeat; padding:0px 0 0 25px;	
	}
li.cel{
	background:url(../images/cel.png) 0 3px no-repeat; padding:0px 0 0 25px;	
	}
li.mail{
	background:url(../images/mail.png) 0 3px no-repeat; padding:0px 0 0 25px;	
	}	

	
p.center{
	text-align:center;
	color:#FFF;
	padding-top:20px;
	}
p.centercotizar{
	text-align:center;
	color:#042267;
	padding-top:20px;
	}
	
.box{
	background-color:#ffe979;
	padding:20px;
	border-radius: 0 10px 0 10px;
	}

.footer{
	position:relative;
	float:left;
	width:980px;
	height:50px;
	background-color:#011f52;
	}
.admin{
	position:absolute;
	top:12px;
	left:10px;
	}
.powered{
	position:absolute;
	width:650px;
	top:18px;
	left:165px;
	text-align:center;
	font-size:10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}
a.link{
	text-decoration:none;
	color:#FFF;
	}
a.link:hover{
	color:#666;
	}

 h1{
	position: relative;
	font-size: 25px;
	font-weight:normal;
	line-height: 40px;
	background: #123d80;
	border: 1px solid #fff;
	padding: 1px 10px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	overflow:auto;
 }	

 h2{
	position: relative;
	font-size: 20px;
	font-weight:normal;
	line-height: 40px;
	background:url(../images/icon.png) 8px 13px no-repeat; padding:0px 0 0 22px;
	background-color: #042267;
	border: 2px solid #fff;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow:0px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	overflow:auto;
 }
 
  h3{
	font-size: 20px;
	font-weight:normal;
	line-height: 40px;
	color: #042267;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	margin-top:0px;
 }
 
p{
	font-family: 'Roboto Condensed','Fjalla One', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.6em;
	color:#333;
	text-align:justify;	
	}
	
	
/*FORMATOS CONTENIDOS*/	
div.formato	{
	position:relative;
	overflow-y:hidden;
	}
	
img.cont1{
	float:left;
	margin-right:10px;
	}

img.cont2{
	float: right;
	margin-left:10px;
	}
img.cont3{
	margin-top:20px;
	}