@charset "utf-8";
/* CSS Document */

/* LAYOUT */

.fondo{
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-x;	
	background-color:#FBFBFB;
	text-align:center;
}

.contenedor{
	position: absolute;
	left:50%;
	width:1024px;
	margin-left:-512px;
	/*height:768px;*/
}

.logo{
	width:424px;
	height:173px;
	float:left;
}

.menu{
	width:600px;
	height:173px;
	float:right;
	vertical-align:middle;
}

.textos{
	width:370px;
	float:left;
	padding-left:130px;
}

.imgs{
	width:524px;
	float:right;
	text-align:left;
}
	
.footer{
	width:1024px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	clear:both;
}

.producto1{
	width:204px;
	float:left;
	padding-right:50px;
	padding-left:150px;
}

.producto2{
	width:204px;
	float:left;
	padding-right:50px;
}

.producto3{
	width:204px;
	float:left;
}

/* ESTILOS TEXTOS */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.rosa{
	/*font-family: 'Cabin', sans-serif;*/
	font-family: 'Maven Pro', sans-serif;
	color:#DC546A;
	font-size:14px;
	font-weight:bold;
}

.rosa a:hover{
	color:#75512F;
}

.gris{
	font-family: 'Didact Gothic', sans-serif;
	color:#656565;
	font-size:15px;
}

.gris a:hover{
	text-decoration:underline;
}

.gris_claro{
	font-family: 'Didact Gothic', sans-serif;
	color:#A9A9A9;
	font-size:13px;
}

.gris_claro a:hover{
	text-decoration:underline;
}

.rosa_ch{
	font-family: 'Didact Gothic', sans-serif;
	color:#DC546A;
	font-size:12px;
}

.rosa_ch a:hover{
	text-decoration:underline;
}