/* -------------------------------
--------- Xfade para la HOME-----*/
/* Hojas de estilo importadas */
@import url("xfade2.css");


#imageContainer {
	position:relative;
	width:701px;
	height:337px;
	background: url(../img/huevos-rotos-home.jpg) center no-repeat;
	float:right;

}

#imageContainer img {
	display: none;
	opacity: 0.1;
}
