@charset "utf-8";
/* CSS Document */
/* Autor: Monica Lopez */
header,nav,section,article,aside,figure,footer{
	display:block;
}
body{
	background-color:#ffffff !important;
}
html{
	background-color:#ffffff !important;
}

/*----TEXTOS----*/
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	margin:6px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:justify;
	margin:0 auto;
}
.titulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#74d6ff;
	text-align:left;
	padding:10px 0 0 10px;
}
.arriba{
	width:822px;
	height:64px;
	background:#18557b;
	margin:0 auto;
	
}
.producto1{
	width:144px;
	height:59px;
	background:url(../imagenes/producto1.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto1-texto{
	width:239px;
	height:150px;
	margin:30px 0 10px 14px;
	float:left;
}
.producto2-texto{
	width:239px;
	height:90px;
	margin:30px 0 10px 14px;
	float:left;
}
.producto2{
	width:144px;
	height:59px;
	background:url(../imagenes/producto2.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto3{
	width:144px;
	height:59px;
	background:url(../imagenes/producto3.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto4{
	width:144px;
	height:59px;
	background:url(../imagenes/producto4.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto5{
	width:144px;
	height:59px;
	background:url(../imagenes/producto5.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto6{
	width:144px;
	height:59px;
	background:url(../imagenes/producto6.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto7{
	width:144px;
	height:59px;
	background:url(../imagenes/producto7.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto8{
	width:144px;
	height:59px;
	background:url(../imagenes/producto8.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto9{
	width:144px;
	height:59px;
	background:url(../imagenes/producto9.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto10{
	width:144px;
	height:59px;
	background:url(../imagenes/producto10.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
.producto11{
	width:144px;
	height:59px;
	background:url(../imagenes/producto11.jpg) no-repeat;
	margin:30px 0 10px 28px;
	float:left;
}
	

/*----MAQUETACIÓN----*/
#contenedor{
	width:901px;
	margin:0 auto;
}
#fondo{
	width:879px;
	height:1100px;
	background:#113d58;
	margin:11px auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	padding-top:20px;
}



