<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
}
.titulo {
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #FFFFFF;
}
.titulo a:link{
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo a:visited{
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo a:hover{
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo a:active{
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.titulo2 {
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #a67c01;
}
.titulo2 a:link{
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #a67c01;
	text-decoration: none;
}
.titulo2 a:visited{
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #a67c01;
	text-decoration: none;
}
.titulo2 a:hover{
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #a67c01;
	text-decoration: none;
}
.titulo2 a:active{
	font-family:Futura-EOT,Futura-OTF,Sans-Serif,Verdana,Times !important;
	font-size: 18px;
	color: #a67c01;
	text-decoration: none;
}
.hora {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.dia {
	font-size: 12px;
	color: #000000;
}

.pie {
	font-size: 9px;
	color: #999999;
}
.pie a:link {color: #999999;text-decoration: none;}      /* unvisited link */
.pie a:visited {color: #999999;text-decoration: none;}  /* visited link */
.pie a:hover {color: #999999;text-decoration: underline;}  /* mouse over link */
.pie a:active {color: #999999;text-decoration: none;}  /* selected link */
.genero {
	font-size: 14px;
	color: #000000;
}
.semana {
	font-size: 11px;
	color: #355a7f;
}
.progarea{
	background-color: #75BFCD;
	height: 500px;
	width: 776;
	position:relative;
	display: inherit;
}
.calarea{
	/*position:relative;
	display: inherit;*/
	/*height: 700px;*/
}

.loadgif {
/*Estilo del Ajax Loder Gif*/
}
	
.minopsis { 
	background:#75BFCD; 
	margin:3px; 
	width:748px; 
	height:150px; 
	display:none; 
	float:left; 
	}	
.flechaGridUp {
	background-image: url(../imagenes/fle_sub.png);
	background-repeat: no-repeat;
	display: none;
	height: 28px;
	width: 748px;
	position: absolute;
	margin-left: 0px;
	margin-top: -23px;
	background-position: right;
	}	
	
.flechaGridDown {
	background-image: url(../imagenes/fle_baj.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 748px;
	position: absolute;
	margin-left: 0px;
	margin-top: -23px;
	background-position: right;
	}		
	
.titgrid {
	font-size: 17px;
	color: #FFF;
}
.titsinopsis {
	font-size: 12px;
	color: #397A83;
}

.sinopsis {
	color: #FFF;
}


-->