#CapaPrincipal{
	width:100%;
	height:399px;
	position:absolute;
	margin-top: -200px; /*Restamos la mitad de alto*/
	top:50%; 
	background-color:#000000;
	background-image:url(../imagenes/fondo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:1px solid #430000;
	border-top:1px solid #200000;
}
#CapaContenedor{
position:static;
	width:778px;
	height:399px;
}
#CapaMenu{
position:absolute;
top:50%;
left:50%;
margin-left:-386px;
margin-top:-177px;
width:183;
height:374px;
}
#playfer{
position:absolute;
top:50%;
left:50%;
margin-left:-203px;
margin-top:-182px;
}
#CapaPlayer{
	width:592px; 
	height:381px; 
	overflow:hidden; 
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-203px;
	margin-top:-182px;
	clip:rect(0, 592, 381, 0);
}
.trans_box2 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imagenes/15p_white.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(../imagenes/15p_white.png);
}
.trans_box1 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imagenes/30p_black.png');
	padding:6px;
	width:100%;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box1[class] {
  background-image:url(../imagenes/30p_black.png);
}


A.menu:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
	height:30px;
	color: #FFFFFF;
	text-decoration: none;
} 
A.menu:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
	height:30px;
	color: #FFFFFF;
	text-decoration: none;
} 

A.menu:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
	height:30px;
	color: #FFFFFF;
	text-decoration: none;
} 
A.menu:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
	height:30px;
	color: #C61700;
	text-decoration: none;
}  
A.indice {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
	height:30px;
	color: #C61700;
	text-decoration: none;
} 





A.submenu:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
} 
A.submenu:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
} 

A.submenu:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
} 
A.submenu:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #C61700;
	text-decoration: none;
}  
A.subindice {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #C61700;
	text-decoration: none;

} 


.TextoRojo {
color:C61700;
}

.Texto11px {
font-size:11px;
}

