@charset "utf-8";
/* CSS Document */

body{
	background:url(imgs/bgintro.gif) repeat-x top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; color:#FFF;
}

a:link, a:visited, a:active {text-decoration: none; color:#FFF}
a:hover {text-decoration: none; color:#FF0}

#bg001 {
	width:100%; height:180px;
	top:50%; margin-top:-90px;
	position:absolute;
	background:url(imgs/barra.png) repeat-x center;
	z-index:0;
}

#contenedor {
	top:50%; left:50%;
	width:971px; margin-left:-485px;
	height:589px; margin-top:-299px;
	position:absolute;
	z-index:1;
}

#flash{
	width:400px; height:325px;
	top:50%; left:50%;
	margin-top:-176px;
	margin-left:-193px;
	position:absolute;
	z-index:2;
}
#flash img{border:0px solid}


