<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
}

/*Destacados*/
.columnaDestacado{
	position: relative;
	height: 245px;
	width: 200px;
	margin-left: 20px;
}

.tituloDestacado{
	height: 30px;
	width: 158px;
	top: 10px;
	left: 0px;
	position: relative;
}
.tituloDestacado a:link {font-size: 14px;color: #F2C305;text-decoration: none;font-weight: bold;}      /* unvisited link */
.tituloDestacado a:visited {font-size: 14px;color: #F2C305;text-decoration: none;font-weight: bold;}  /* visited link */
.tituloDestacado a:hover {font-size: 14px;color: #F2C305;text-decoration: none;font-weight: bold;}  /* mouse over link */
.tituloDestacado a:active {font-size: 14px;color: #F2C305;text-decoration: none;font-weight: bold;}  /* selected link */	

.fechaDestacado {
	font-size: 12px;
	color: #FFFFFF;
	top:  0px;
	left: 0px;
	position: relative;
}
.horaDestacado {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	top: 0px;
	left: 0px;
	position: relative;
}

/*Programacion*/
.hora {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.dia {
	font-size: 12px;
	color: #FFFFFF;
}

.genero {
	font-size: 14px;
	color: #FFFFFF;
}
.semana {
	font-size: 11px;
	color: #FFFFFF;
}
.progarea{
	height: 500px;
	width: 776;
	position:relative;
	display: inherit;
}
.calarea{
	/*position:relative;
	display: inherit;*/
	/*height: 700px;*/
}

.loadgif {
/*Estilo del Ajax Loder Gif*/
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #E77C1E;
}
.titulo a:link {color: #E77C1E;text-decoration: none;}      /* unvisited link */
.titulo a:visited {color: #E77C1E;text-decoration: none;}  /* visited link */
.titulo a:hover {color: #E77C1E;text-decoration: none;}  /* mouse over link */
.titulo a:active {color: #E77C1E;text-decoration: none;}  /* selected link */	
.minopsis { 
	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;
	}		
.titsinopsis {
	font-size: 12px;
	color: #CCC;
}

/*Footer*/
.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 */


-->
