@import "general.css";

/* INICIO CUERPO IZQUIERDA */

#cuerpo_izquierda_home {
	width: 292px;
	float: left;
}

/* FIN CUERPO IZQUIERDA */

/* INICIO DESTADOS HOME */

#listado_destacados_home li {
	float: left;
	width: 291px;
	border-bottom: 6px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#listado_destacados_home span {
	display: none;
}

#destacado_home_alianzas {
	background: url(../images/destacado_home_alianzas.jpg) no-repeat left center;
	width: 291px;
	height: 100px;
	display: block;
}
#destacado_home_complicity {
	background: url(../images/destacado_home_complicity.jpg) no-repeat left center;
	width: 291px;
	height: 104px;
	display: block;
}
#destacado_home_collection {
	background: url(../images/destacado_home_collection.jpg) no-repeat left center;
	width: 291px;
	height: 108px;
	display: block;
}
#destacado_home_stones {
	background: url(../images/destacado_home_stones.jpg) no-repeat left center;
	width: 291px;
	height: 69px;
	display: block;
}
#destacado_home_donde {
	background: url(../images/destacado_home_donde.jpg) no-repeat left center;
	width: 291px;
	height: 69px;
	display: block;
}

#segundo_nivel_home {
	background-color: #040404;
	width: 291px;
	padding-top: 5px;
	padding-bottom: 4px;	
}
#segundo_nivel_home ul {
	width: 291px;
}
#segundo_nivel_home li {
	float: left;
	width: auto;
	padding-left: 17px;
	padding-right: 17px;
	border-bottom: none;
	border-right: none;
}

#destacado_home_para_ella {
	background: url(../images/destacado_home_para_ella_on.gif) no-repeat 17px top;
}
#destacado_home_para_el {
	background: url(../images/destacado_home_para_el_on.gif) no-repeat 17px top;
}
#destacado_home_soul {
	background: url(../images/destacado_home_soul_on.gif) no-repeat 17px top;
}
#destacado_home_baby {
	background: url(../images/destacado_home_baby_on.gif) no-repeat 17px top;
}

#destacado_home_para_ella a {
	background: url(../images/destacado_home_para_ella_off.gif) no-repeat left top;
	width: 54px;
	height: 11px;
	display: block;
}
#destacado_home_para_el a {
	background: url(../images/destacado_home_para_el_off.gif) no-repeat left top;
	width: 40px;
	height: 11px;
	display: block;
}
#destacado_home_soul a {
	background: url(../images/destacado_home_soul_off.gif) no-repeat left top;
	width: 28px;
	height: 11px;
	display: block;
}
#destacado_home_baby a {
	background: url(../images/destacado_home_baby_off.gif) no-repeat left top;
	width: 30px;
	height: 11px;
	display: block;
}

#destacado_home_para_ella a:hover,
#destacado_home_para_el a:hover,
#destacado_home_soul a:hover,
#destacado_home_baby a:hover {
	background: none;
}

/* FIN DESTACADOS HOME */

/* INICIO CUERPO MEDIO */

#cuerpo_medio_home {
	background: url(../images/fondo_home.jpg) no-repeat left top;
	width: 698px;
	height: 500px;	
	float: left;
}

/* FIN CUERPO MEDIO */

/* INICIO TITULAR HOME */

#titular_home h2 {
	display: none;
}

/* FIN TITULAR HOME */

/* INICIO PARRAFO HOME */

#parrafo_home  {
	padding-right: 39px;
	float: right;
	text-align: right;
	padding-top: 433px;
}
#parrafo_home h3 {
	color: #646464;
	font-size: 10px;
}
#parrafo_home p {
	color: #868686;
	font-size: 10px;
}

/* FIN PARRAFO HOME */
