@charset "UTF-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#000000;
	background-image:url(imgs/fondo.jpg);
	background-repeat:repeat-x;
	}

#lienzo{
	width:900px;
	height:626px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}
#aviso{
	width:400px;
	height:500px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	margin-top:105px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	overflow:auto;
	text-align:justify;
	padding-right:20px;
	
}
#cabeceraaviso{
	width:400px;
	height:100px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	color:#FFF;
	text-align:center;
	padding-top:10px;
}

#alternate{
	margin-top:200px;
	text-align:center;}

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;}
	
h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;}
	
h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;}
#flash{
	border:0;}
#pie{
	width:900px;
	height:9px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	margin-top:640px;
	text-align:right;
}
a{
	color:#FFF;
	text-decoration:underline;}
a:hover{
	text-decoration:none;
	}
