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

body{
	background:#030303 url(../images/fondo.jpg) no-repeat center top;
	width:100%;
	margin:0;
	display:table;
}


@font-face {
        font-family: "Eras Medium ITC";
        src: url("../fonts/ERASMD.TTF");
}

@font-face{
	font-family:"Eras Demi ITC";
	src: url("../fonts/Erasdemi.TTF");
}

#contenedor{
	width:960px;
	height:100%;
	margin:0 auto;
}

#encabezado{
	height:320px;
	width:100%;
	position:relative;
	z-index:2;
}

#logo{
	position:relative;
	left:20px;
	height:320px;
	top:0px;
	background:url(../images/logo.png) center no-repeat;
}

#logo span{
	display:none;
}

#ads1{
	width:950px;
	height:65px;
	margin:0 auto;
	background-color:#B5D1AB;
	position:relative;
	top:-100px;
	z-index:1;
}

#ads1 img{
	position:relative;
	float:left;
	top:-30px;
}

#columna1{
	width:75%;
	height:880px;
	float:left;
	position:relative;
	top:-90px;
}

#header_calendario{
	width:98%;
	height:60px;
	margin-left:1%;
	margin-top:1%;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}

#header_calendario h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18pt;
	color:#CC3300;
	padding-top:8px;
	padding-left:18px;
}

#header_calendario span{
	font-size:9pt;
	line-height:25px;
	padding-left:19px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header_calendario span a{
	color:#000;
	text-decoration:none;
	font:Verdana, Arial, Helvetica, sans-serif;
}

#header_calendario span a:hover{
	color:#f30;
}

#cuerpo_calendario{
	width:98%;
	min-height:600px;
	margin-left:1%;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333333;
}

#cuerpo_calendario .marco{
	padding:15px 18px;
	text-align:justify;
}

#cuerpo_calendario .semana{
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:10px;
}

#cuerpo_calendario table{
	margin:2px auto;
	font-size:10pt;
	text-align:center;
}

#cuerpo_calendario table .titulos{
	background-color:#ccc;
	font:11pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#cuerpo_calendario table tr td #sem-actual{
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F60;
	text-decoration:underline;
}

#cuerpo_calendario table .fecha{
	width:120px;
}

#cuerpo_calendario table .hora{
	width:80px;
}

#cuerpo_calendario table .visitante{
	width:120px;
}

#cuerpo_calendario table .guion{
	width:20px;
}

#cuerpo_calendario table .local{
	width:120px;
}

#cuerpo_calendario table .previo{
	width:120px;
}

#titsemanas a{
	color:#000;
	text-decoration:none;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#titsemanas a:hover{
	color:#f30;
}

#columna2{
	width:25%;
	height:880px;
	float:right;
	position:relative;
	top:-90px;
}

#relacionadas{
	width:98%;
	height:160px;
	margin-right:1%;
	margin-top:3%;
	position:relative;
	float:left;
	background-color:#eee;
}

#relacionadas .marco{
	margin:3px;
	border:1px solid #999;
	background-color:#fff;
	height:95%;
}

#ads2{
	width:98%;
	height:360px;
	margin-right:1%;
	margin-top:3%;
	position:relative;
	float:left;
	background-color:#eee;
}

#ads2 .marco{
	margin:3px;
	border:1px solid #999;
	background-color:#fff;
	height:98%;
}

#tw{
	margin-left:0%;
	margin-top:2%;
	width:47%;
	height:103px;
	background-color:#B5D1AB;
	float:left;
}

#fb{
	margin-right:2%;
	margin-top:2%;
	width:47%;
	height:103px;
	background-color:#B5D1AB;
	float:right;
}