@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
}
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:justify;
}
a:link {
	color: #A79787;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A79787;
}
a:hover {
	text-decoration:underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #A79787;
}
a {	font-weight: bold;}
.color {
	color: #7A6E36
}
.color1 {	
	color: #A89959;
}
.chico{
	font-size:10px;
}
.rojo {
	color:#FF0000;
}
div.scroll {
	width:310px;
	height:320px;
	overflow-y:scroll;
	position:relative;
	top: 2px;
	left:22px;
	color: #FFFFFF;
	scrollbar-face-color:#AA0000;
	scrollbar-shadow-color:#131313;
	scrollbar-highlight-color:#131313;
	scrollbar-3dlight-color:#131313;
	scrollbar-darkshadow-color:#131313;
	scrollbar-track-color:#131313;
	scrollbar-arrow-color:#000000;
}
div.scroll08 {
	width:400px;
	height:320px;
	overflow-y:scroll;
	position:relative;
	top: 2px;
	left:22px;
	color: #FFFFFF;
	scrollbar-face-color:#AA0000;
	scrollbar-shadow-color:#131313;
	scrollbar-highlight-color:#131313;
	scrollbar-3dlight-color:#131313;
	scrollbar-darkshadow-color:#131313;
	scrollbar-track-color:#131313;
	scrollbar-arrow-color:#000000;
}
.boxAstral{
	background-image:url(2008/recuadro_teatro.jpg);
}
.ganador {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}
.fondoMenu{
	background-image:url(fondoMenu.jpg);
}
/*MENU*/
ul.menu {
	list-style-type:none;
	position:relative;
	display:block;
	height:22px;
	background:url(bgO.jpg) repeat-x top left;
	border:0px solid #000000;
	margin:0;
	padding:0;
}
ul.menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul.menu li a {
	float:left;
	color:#A79787;
	text-decoration:none;
	height:24px;
	padding:9px 15px 0;
}
ul.menu li a:hover,.current {
	color:#ffffff;
	background:url(bg.jpg) repeat-x top left;
}
ul.menu .current a {
	color:#ffffff;
}
/*Rojo
ul.menu.red{
	background-color:#B11718;
}
ul.menu.red li a:hover, .menu.red li.current {
	background-color:#DE3330;
}*/
