/* ------------------------------------------------ Home ------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 11px;
}

#container{
	border: 2px solid #000; 
	padding-left:2px;
	padding-bottom:12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	-o-border-radius: 8px;	
	border-radius: 8px;
	background-image: url("../../img/2269/Fondo_Detalle.png");
	background-repeat:repeat;
	}
#tblFiltros{ 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	-o-border-radius: 4px;	
	border-radius: 4px;
	font-weight:bold;

			}
#tblFiltros td { 
text-align:center;
 	background-image: url("../../img/2269/Fondo_Logo_Detalle.png");
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	-o-border-radius: 5px;	
	border-radius: 5px;

	}
	
#divResult {	
	
	}

input[type="button"],[type="reset"]{
	background:#666;
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	}
input[type="button"]:hover,[type="reset"]:hover{
	
	}
input[type="text"]{
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	-o-border-radius: 5px;	
	border-radius: 5px;
	border: solid 1px #666;
	}

select{
	background:#FFF; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	-o-border-radius: 5px;	
	border-radius: 5px;
	border: solid 1px #666;
	font-size:12px;
	}
	
.span_Titulo { }
select[name="senial"] { }
select[name="genero"] { }
select[name="categoria"] { }

#desde { height:16px; margin-left:1px; margin-right:1px; }
#btnSig{
	background:none;
	border:none;
	}
#btnAnt{
	background:none;
	border:none;
}
#btnBuscar{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	-o-border-radius: 5px;
	border-radius: 5px;
	}


#btnDestacados{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	-o-border-radius: 5px;
	border-radius: 5px;
	}
#filtros_span_1 a{ color:#000 }
#filtros_span_2 a{ color:#000 }

#tblFiltros .tdImgHome { background-image: url("../../img/2269/Fondo_Pantalla_Detalle.png"); border:none} 
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ------------------------------------------------ Grilla ------------------------------------------------*/

#tableContainer {
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
		background-image: url("../../img/2269/Fondo_Detalle.png");
	}
#divSenial{
	background:#000;
	border-left: 1px solid #000;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #FFF;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	-o-border-radius: 4px;	
	border-radius: 4px;
	color:#FFF;
	font-weight: bold;
	font-size:14px;
	text-align: center;
}
#grillaHeader{
	/*border: 1px solid #963; */
	border-bottom: 2px solid #000;
		background-image: url("../../img/2269/Fondo_Pantalla_Detalle.png");
	background-repeat:repeat;

}
#grillaHeader .th{
	background:#000;
	border-left: 1px solid #333;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color:#FFF;
	font-weight: bold;
	font-size:12px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	-o-border-radius: 4px;	
	border-radius: 4px;
}

.tr {

	}
.tdTexto{ 

	}
.td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#FAFAFA;
	text-align:left;
	overflow:hidden;
	font-weight:bold;
	border-radius: 8px;
	
	}
	
.td:hover{ 
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	white-space:normal;
	cursor:pointer; 
	overflow:visible; 
	color: #fff;
	background:#69F;
	
	}

#divColumnaLogo{
	border-right:solid 2px #000;
	background:#FFF;
		}
.BoxSenial{
		text-align:center; 
		background:#FFF;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	border-left: none;
	border-right: solid 2px #000;		
	border-radius: 0px;
		}
#divColumnaLogo img { }
.BoxSenial span {color:#000;}
.NoVisible{ visibility:hidden;}

#divBtnLR {

	}
#divBtnLR input[type=button]{		
	border-right: 2px solid #333;
	border-left: 2px solid #999;
	border-bottom: 2px solid #333;
	border-top: 2px solid #999;
	text-align:center;
	background:#CCC;
	}
#divBtnLR input[type=button]:active{	
	border-right: 2px solid #999;
	border-left: 2px solid #333;
	border-bottom: 2px solid #999;
	border-top: 2px solid #333;
	}

#btnLeft{  
	background:url("../../img/2269/Filtros_Boton_Izquierda.png") no-repeat; /*arrow left*/
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	}
#btnRight{  
	background:url("../../img/2269/Filtros_Boton_Derecha.png") no-repeat; /* arrow right*/
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	}
	
#divScrollV{  
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background:#CCC;
	border:solid 1px #CCC;
	opacity:1.0;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radiust: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-radius: 6px;
	}

#divScrollV:hover{  

	}
#btnUp{  
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	} 
#btnDown{  
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	}

#divScrollBar{  

	}	
#divScrollBar:hover{ cursor:pointer; }
.botonGrilla {
	position:absolute;

	}
.botonGrilla:hover{
	cursor:pointer; 
	}

.botonGrilla:active{
	cursor:pointer;
	background:#00F;
	}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ------------------------------------------------ Cronologico / Creditos ------------------------------------------------*/
div.CronotableContainer {
		background-image: url("../../img/2269/Fondo_Detalle.png");
}

.crono_th {
	background:#000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #999;
	border-top: 1px solid #FFF;
	color:#FFF;
	font-weight:bold;
}

#crono_cerrar:hover{ cursor:pointer}

.trProg{border-bottom:solid 1px #000}
.trProg:hover{ 
	 cursor:pointer; 
	 background:#69F; 
	 color:#FFF;	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	}
.trFecha td{
	background:#CCC; 
	font-weight:bold; 
	text-align:center; 
	}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ------------------------------------------------ Destacados ------------------------------------------------*/

#Destacados_Contenedor { 

}
.Destacado{
	font-size: 11px;
	border-bottom:solid 1px #003;
	border-right:solid 1px #006;
	border-left:solid 1px #009;
	border-top:solid 1px #009;
	background-color:#FAFAFA;

	}
.Destacado:hover{ cursor:pointer;}
.Destacado_Sinopsis{

	}
.Destacado_Logo{

	}
.Destacado_Fecha{

	}
.Destacado_Imagen_Programa{

}
.lblDestacadoTitulo{ 

	border-bottom:solid 1px #000; 
	text-align:center; 
	font-weight:bold;
	color:#F2F2F2;
	background:#000;
	}
#Destacados_Barra{ 
	text-align:left; 
	font-weight:bold;
	font-size:14pt;
	text-shadow: 2px 4px 8px #333;
	font-weight:bold;
	color:#000;
	background:#900;
	background-image: linear-gradient(right bottom, #000 20%, #FAFAFA 85%);
	background-image: -o-linear-gradient(right bottom, #000 20%, #FAFAFA  85%);
	background-image: -moz-linear-gradient(right bottom, #000 20%, #FAFAFA  85%);
	background-image: -webkit-linear-gradient(right bottom, #000 20%, #FAFAFA  85%);
	background-image: -ms-linear-gradient(right bottom, #000 20%, #FAFAFA  85%);
	
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0.2, #000),
		color-stop(0.85, #FAFAFA)
	);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA' 60%, endColorstr='#000' 100%);	
	}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ------------------------------------------------ Detalle ------------------------------------------------*/



#Detalle {
	
/*CON ESTOS PARAMETROS SE DEFINE EL COLOR DE FONDO DEL DIV GENERAL*/

	background-image: url("../../img/2269/Fondo_Detalle.png");
	background-repeat:repeat;

}

#Detalle h4 {
/*CON ESTE PARAMETRO SE DEFINEN LOS TITULOS DE LOS DIV "FICHA TECNICA", "SINOPSIS" Y "CAPITULO"*/
	font-family:Arial, Helvetica, sans-serif; /*TIPO DE LETRA*/
	font-variant:small-caps; /*HACE QUE LA LETRA SEA IMPRENTA MAYUSCULA*/
}

#Fichas div.outer {
/*CLASE DE LOS DIV "IMAGEN", "BANER DE EMPRESA", "FICHA TECNICA", "SINOPSIS" Y "CAPITULO"*/
	background: url("../../img/2269/Fondo_Fichas.png") repeat;
	font-size:11px; /*TAMA�O DE LETRA*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#Fichas div.inner {
/*CLASE DE LOS DIV "IMAGEN", "BANER DE EMPRESA", "FICHA TECNICA", "SINOPSIS" Y "CAPITULO"*/
	
	
}

#Fichas div.inner a{
/*CLASE DE LOS DIV "IMAGEN", "BANER DE EMPRESA", "FICHA TECNICA", "SINOPSIS" Y "CAPITULO"*/
	color:#00C;
	text-decoration:underline;	
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* SECCION EMISIONES*/

#Emisiones {
	background:#ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#900));
	background: -moz-linear-gradient(top,  #ccc,  #900);
	background: -o-linear-gradient(top, #ccc, #900); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ccc, #900); /* IE10+ */
	background: linear-gradient(top, #ccc, #900); /* W3C */

	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border:ridge 6px #030;
	}
#btnEmisiones {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-left:ridge 4px #900;
	border-right:ridge 4px #900;
}
#btnEmisiones img{

}
#btnEmisiones:hover {
	background: #900;
	background: -webkit-gradient(linear, left top, left bottom, from(#900), to(#ccc));
	background: -moz-linear-gradient(top,  #900,  #ccc);
	background: -o-linear-gradient(top, #900, #ccc); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #900, #ccc); /* IE10+ */
	background: linear-gradient(top, #900, #ccc); /* W3C */
}

#TablaEmisiones{

}

#TablaEmisiones table{
	text-align:center;
	color:#FFF;
	font-weight:bold;
	background:url("../../img/2269/Fondo_Logo_Detalle.png");
}
a { text-decoration: none}
#TablaEmisiones td{

	}
#TablaEmisiones tr:hover{
	background:#063;
	cursor:pointer;
	}
#Email input[type=button]{		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	-o-border-radius: 5px;
	border-radius: 5px;
		font-weight:bold;
	}
#Email #btnAgendar {}
#Email #btnCancelarAgenda {}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*SECCION AGENDA*/
#FechaAgenda{

	text-align:center;
	font-weight:bold;
	}
#Email { 
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	border-left:ridge 4px #999;
	border-top:ridge 4px #999;
	color:#FFF;
	background: #900;
	background: -webkit-gradient(linear, left top, left bottom, from(#900), to(#ccc));
	background: -moz-linear-gradient(top,  #900,  #ccc);
	background: -o-linear-gradient(top, #900, #ccc); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #900, #ccc); /* IE10+ */
	background: linear-gradient(top, #900, #ccc); /* W3C */
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO */

.tablacalendario{

	border-bottom:solid 2px #063;
	border-right:solid 2px #063;
	border-top:solid 2px #030;
	border-left:solid 2px #030;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.tablacalendario td {
	font-family : verdana,arial,helvetica;
	text-align: center;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}
.messiguiente{ background: transparent url("../../img/2269/Calendario_Boton_Derecha.png") no-repeat 2px; }
.mesanterior{ background: transparent url("../../img/2269/Calendario_Boton_Izquierda.png") no-repeat 2px; }
.tablacalendario td a{
	text-decoration: none;
	color: #fff;
}
.diasemana  {

	color: #ffffff;
	background-color: #000000;
	text-align: center;
}
.tit, .titmesano  {

	color: #000000;
	background-color: #c0c0c0;
	font-weight: bold;
}
.titmesano{
	text-align: center;
}

.diainvalido{ 	background-color: #c0c0c0; }
.sinemision{
	background-color: #c0c0c0;
}

#divCalendarioHome .Dia{
	background-color: #069;
	color:#FFF;
}
#divCalendarioHome .Dia:hover{

}

#divCalendarioHome .domingo {
	font-family : verdana,arial,helvetica;
	background-color: #990000;
	color: #fff;
}
#divCalendarioHome .domingo a, .hoy a{
	color: #fff;
}

.domingo {
	font-family : verdana,arial,helvetica;
	background-color: #990000;
	color: #fff;
}

.domingo a, .hoy a{
	color: #fff;
}

#divCalendarioHome .hoy{ background-color:#F00;}

.emision {
	font-family : verdana,arial,helvetica;
	background-color: #030;
	color:#FFF;
}
.emision:hover {
	font-family : verdana,arial,helvetica;
	background-color: #063;
}

/* CAMBIAR EL FONDO DE CADA VENTANA EMERGENTE*/
.ui-widget-header{ background:url("../../img/2269/Fondo_Logo_Detalle.png")}