@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	background-image: url(/img/fondo.jpg);
}

iframe
{
	display:none;
}
body{
	background-color: #EF2B11;
}
#contenedor {
	margin: auto;
	position: relative;
	width: 760px;
}
#crossfade {
	position: absolute;
	left: 170px;
	top: 146px;
	width: 295px;
	height: 202px;
}
