@charset "utf-8";
body {
	background:  url(../images/bg.jpg);
	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:20px;	
	}
.social{
	position: absolute;
	font-size:10px;
	margin-right:10px;
	top:30px;
	right:20px;
	}
.menutop{
	position: absolute;
	bottom:0px;
	right:5px;
	width:650px;
	z-index:9999;
	}

/*ESTILO CONTENEDOR BANNER*/
.banner{
	position:relative;
	float:left;
	width:980px;
	background-color:#fff;
	}
.bannermedio{
	position:relative;
	float:left;
	width:730px;
	height:100px;
	margin-top:10px;
	margin-bottom:10px;
	}
/*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;
	}

/*CONTENIDO GENERAL*/
.contenido{
	position:relative;
	float:left;
	width:980px;
	padding-bottom:20px;
	overflow: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;	
	}

.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;
	}

	
 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;

 }