body {
	background-color: #000000;
	margin: 0px;
}
.fade {
	background-image: url(images/linea_fondo.jpg);
	background-repeat: repeat-x;
}
.fondo {
	background-image: url(images/fondo_linea.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
.splashFade {
	background-image: url(images/splash_fade.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
/* -----Hack para que el velo negro funcione en IE6 ----- */
html, body {
	height: 100%;
}/* ----- termina Hack para que el velo negro funcione en IE6 ----- */
#transparente{
	position:absolute;
	height:150%;
	z-index:2;
	background-color: #000000;
	filter: alpha(opacity=90);
	opacity: .9;
	width: 100%;
}
#flash_exterior {
	text-align: center;
	position:absolute;
	z-index:3;
	width:100%;
} 
#flash_exterior h1 {
	text-align: center;
	padding: 0px 0px 5px 730px;
	font: normal 14px "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0px;
}
#flash_exterior h1 a {
	color: #FFF;
	text-decoration: underline;
}
#flash_exterior h1 a:hover {
	color: #FFF;
	text-decoration: underline;
}