@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
.parte1{
	background:url(../assets/fondo1.png);
	height:55px;
	overflow:visible;
	position:relative;
	text-align:center;
}
.centro{
	width:940px;
	margin:0 auto;
}
.contenido1{
	 background:#25292e url(../assets/transparente.png) bottom no-repeat;
	 height:500px;
}
.contenido1_1{
	width:990px;
	margin:0 auto; 
	background:url(../assets/lema.png) left bottom no-repeat; 
	height:480px;
}
.contenido1_2{
	float:right;
	/*padding-top:110px;*/
	width:576px
}
.menu{
	float:right;
	height:55px;
}
.menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.menu ul li{
	float:left;
	text-align:right;
	background:url(../assets/separador1.jpg) no-repeat scroll 100% 0;
}
.menu ul a{
	display:block;
	height:55px;
	padding-top:10px;
	padding-right:8px;
	color:#000;
	text-decoration:none;
	font-weight:bolder;
}
.menu ul a:hover{
	color:#5c9cb2;
}
.info{
	padding-top:2px;
	font-size:9px;
	color:#797575;
}
.contenido2{
	background:url(../assets/fondo2.png) repeat-x;
	min-height:00px;
}
.contenido2_1{
	width:946px;
	margin:0 auto;
	background:url(../assets/fondo3.png) repeat-y;
	min-height:575px;
}
.contenido2_2{
	float:left;
	margin-top:30px;
	margin-left:20px;
	width:550px;
}
.contenido2_3{
	float:right;
	background:url(../assets/cuadro1.png);
	width:304px;
	height:408px;
	margin-top:20px;
	margin-right:15px;
}
.contenido2_4{
	color:#053169;
	font-size:20px;
	font-weight:bolder;
	margin-top:10px;
}
.contenido3{
	background:#25292e url(../assets/transparente.png) top no-repeat;
	height:100px;
}
.contenido3_1{
	width:940px;
	margin:0 auto;
}
.titulo1{
	font-style:italic;
	color:white;
	margin-bottom:5px;
}
.cuadro1{
	float:left;
	width:288px;
	height:175px;
	background:url(../assets/recuadro.png) top no-repeat;
}
.cuadro2{
	float:right;
	width:288px;
	height:175px;
	background:url(../assets/recuadro.png) top no-repeat;
}
.envios{
	background:url(../assets/vineta.png) no-repeat left;
	text-indent:20px;
	margin-left:40px;
	color:#666666;
	margin-top:20px;
}
.texto{
	color:#666666;
	text-align:justify;
	text-indent:20px;
	line-height:20px;
}
.margen_top{
	margin-top:15px;
}
.submenu a{
	margin-left:5px;
	margin-right:5px;
	color: #999;
	text-decoration:none;
	font-size:14px
}
.submenu a:hover{
	background:#FFF;
	color:#000;
}
	