@charset "utf-8";
/* CSS Document */

body {
	background:url(images/body_bkg.png) repeat-x top #ffffff;
	margin:0px;
	font-family:"Trebuchet MS", Tahoma;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	}

a:link, a:visited {
	color:#333333;
	text-decoration:none;
	}
	
a:hover {
	color:#DA182B;
	text-decoration:underline;
	}

#contenedor {
	width:940px;
	margin:0 auto;
	padding-top:111px;
	background:url(images/contenedor_bkg.png) no-repeat top left;
	}
#interface {
	width:940px;
	height:503px;
	background:url(images/interface_bkg.png) no-repeat;
	}
#cabecera {
	width:921px;
	height:72px;
	position:relative;
	top:9px;
	left:10px;
	}
#nav {
	width:370px;
	height:27px;
	position:absolute;
	top:45px;
	right:10px;
	}
#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;

	}
	
#nav ul li {
	float:left;
	width:89px;
	margin:0px 1px;
	text-align:center;
	}

#nav ul li a:link, #nav ul li a:visited{
	background:url(images/nav.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:27px;
	padding-top:5px;
	}
	
#nav ul li a:hover {
	background:url(images/nav_over.png) no-repeat;
	color:#FFFFFF;
	}

.active {
	background:url(images/nav_active.png) no-repeat;
	display:block;
	height:27px;
	color:#FFFFFF;
	padding-top:5px;
	}
.proximamente {
	background:url(images/nav.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:27px;
	padding-top:5px;
	}
	
#player {
	width:915px;
	height:410px;
	position:relative;
	top:9px;
	left:13px;
	}
#footer {
	width:931px;
	margin:0 auto;
	}
#footer_left {
	width:589px;
	float:left;
	margin-left:80px;
	text-align:center;
	}
	
#footer_right {
	width:240px;
	float:right;
	color:#DA182B;
	font-size:14px;
	}
	
#ads_megabanner {
	width:728px;
	height:90px;
	position:absolute;
	top:10px;
	padding-left:200px;
	}
	
#contenido {
	width:881px;
	position:relative;
	top:9px;
	left:10px;
	background:#FFFFFF;
	padding:20px;
	}
	
h2 {
	color:#FF0000;
	}
	
p {
	font-weight:normal;
	}
	
#contenido a {
	text-decoration:underline;
	}
.spacer {
	clear:both;
	}
	
#contenido ul li {
	font-weight:normal;
	}
