/* ------------------------------------------------ Home ------------------------------------------------*/
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;

	
}
pie_buscador{}
#container{ 
	border: 2px solid #EEE; 
	background:#EEE;

	}
#tblFiltros{ 
	font-weight:normal;
	background: #CCC;
	}

#tblFiltros td { 
	text-align:center;
	background:#EEE;
	color:#0566B5;
	}
#divResult {	
	
	}

input[type="button"],[type="reset"]{

	}
input[type="button"]:active,[type="reset"]:active{

	}
input[type="text"]{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ACACAC;
	}

select{
	background:#FFF; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	-o-border-radius: 5px;	
	border-radius: 5px;
	border: solid 1px #666;
	}
	

select { font-weight:normal}
select[name="senial"] {  }
select[name="genero"] { width:150px; }
select[name="categoria"] { width:150px;}

#tr_home_2 td:first-child{ width:355px;}


#desde { height:16px; margin-left:1px; margin-right:1px; }
#btnSig{
	background:none;
	border:none;
	width:20px;
	height:20px;
	}
#btnAnt{
	background:none;
	border:none;
	width:20px;
	height:20px;
}
#btnBuscar{
	border:none;
	background:none;
	color:#FFF;
	background:url("../../img/2264/btn-buscar.png") center no-repeat;
	width:60px;
	height:20px;
	}

#btnDestacados{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	-o-border-radius: 5px;
	border-radius: 5px;
	}
#filtros_span_1 a{ color:#0566B5; }
#filtros_span_2 a{ color:#0566B5; }


#tblFiltros .tdImgHome { background:#FFF; border:none} 
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ------------------------------------------------ Grilla ------------------------------------------------*/

#tableContainer {
	border-left: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	}
#divSenial{
	background:#0566B5;
	border: 1px solid #0566B5;
	border-bottom: 2px solid #0566B5;	
	color:#FFF;
	text-align: center;
}
#grillaHeader{
	/*border: 1px solid #963; */
	border-bottom: 2px solid #0566B5;
}
#grillaHeader .th{
	float:left;
	background:#0566B5;
	border-left: 1px solid #000064;
	border-right: 1px solid #5566b5;
	border-top: 1px solid #5566bb;
	border-bottom: 2px solid #0566B5;
	color:#FFF;
	text-align: center;
}

.tr {

	}
.tdTexto{ 

	}
.td {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #999999;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
	
	}
	
.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:#666;
	
	}
#tableContainer{background:#CCC;}
#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]{		
	text-align:center;
	background:#0566B5;
	}
#divBtnLR input[type=button]:active{	

	}

#btnLeft{  
	border:none;
	}
#btnRight{  
	border:none;
	}
	
#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;
	}

#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 {
	border: 1px solid #999;

}

.crono_th {
	background:#0566B5;
	border-left: 1px solid #5566bb;
	border-right: 1px solid #5566bb;
	border-top: 1px solid #5566bb;
	color:#FFF;
}

tbody.CronoscrollContent {
	overflow: auto;
}
#crono_cerrar:hover{ cursor:pointer}

.trFecha{background:#CCC; color:#666; font-weight:bold}
.trProg{background:#FFF; color:#666}
.trProg:hover{ 
	 cursor:pointer; 
	 background:#888; 
	 color:#FFF;	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	}
#NOMBREACTOR {}
#TITULOPROGRAMA {}
#CUSTOMALERT {}
.LABEL_HEADER {font-family:Verdana, Geneva, sans-serif; font-size:20px; color:#FFF} 
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ------------------------------------------------ Destacados ------------------------------------------------*/

#Destacados_Contenedor { 

	border:solid 1px #FAEBD5;
	outline: solid 1px #F90;
	-webkit-border-radius:  18px 18px 0px 0px;
	-moz-border-radius: 18px 18px 0px 0px;	
	-o-border-radius:  18px 18px 0px 0px;

}
.Destacado{
	font-size: 11px;
	border-bottom:solid 1px #8A4B08;
	border-right:solid 1px #8A4B08;
	border-left:solid 1px #FAAC58;
	border-top:solid 1px #FAAC58;
	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;
	background-image: linear-gradient(right bottom, #FFBF00 40%, #FAEBD5 85%);
	background-image: -o-linear-gradient(right bottom, #FFBF00 40%, #FAEBD5 85%);
	background-image: -moz-linear-gradient(right bottom, #FFBF00 40%, #FAEBD5 85%);
	background-image: -webkit-linear-gradient(right bottom, #FFBF00 40%, #FAEBD5 85%);
	background-image: -ms-linear-gradient(right bottom, #FFBF00 40%, #FAEBD5 85%);
	
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0.4, #B06100),
		color-stop(0.85, #FAEBD5)
	);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAEBD5' 60%, endColorstr='#FFBF00' 100%);	
	}
#Destacados_Barra{ 
	text-align:left; 
	font-weight:bold;
	font-size:14pt;
	text-shadow: 2px 4px 8px #333;
	background-color:ff9900;
	background-image: linear-gradient(right bottom, #ff9900 40%, #FAEBD5 85%);
	background-image: -o-linear-gradient(right bottom, #ff9900 40%, #FAEBD5 85%);
	background-image: -moz-linear-gradient(right bottom, #ff9900 40%, #FAEBD5 85%);
	background-image: -webkit-linear-gradient(right bottom, #ff9900 40%, #FAEBD5 85%);
	background-image: -ms-linear-gradient(right bottom, #ff9900 40%, #FAEBD5 85%);
	
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0.4, #ff9900),
		color-stop(0.85, #FAEBD5)
	);
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900' 60%, endColorstr='#FFBF00' 100%);	
	}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ------------------------------------------------ Detalle ------------------------------------------------*/



#Detalle {
	
/*CON ESTOS PARAMETROS SE DEFINE EL COLOR DE FONDO DEL DIV GENERAL*/
 background:#ccc;
 border:solid 1px #fff;
}

#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-color: #eee; /*COLOR DE FONDO*/
	font-size:11px; /*TAMA�O DE LETRA*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#666;
}

#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*/
#ImgProg{ border:solid 2px #fff;}
#Emisiones {
	background:#999;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC))repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top,  #FFFFFF,  #CCCCCC)repeat scroll 0 0 transparent;
	background: -o-linear-gradient(top, #FFFFFF, #CCCCCC)repeat scroll 0 0 transparent;/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF, #CCCCCC)repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top, #FFFFFF, #CCCCCC)repeat scroll 0 0 transparent; /* W3C */
    border: 1px ridge #CCCCCC !important;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
	}
#btnEmisiones {
	border-bottom-left-radius: 20px;
    border-left: 4px ridge #999999;
    border-right: 2px ridge #F2F2F2;
    border-top-left-radius: 20px;
    padding: 0 2px;
}
#btnEmisiones img{

}
#btnEmisiones:hover {
	background: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#ccc));
	background: -moz-linear-gradient(top,  #999,  #ccc);
	background: -o-linear-gradient(top, #999, #ccc); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999, #ccc); /* IE10+ */
	background: linear-gradient(top, #999, #ccc); /* W3C */
}

#TablaEmisiones{

}

#TablaEmisiones table{
	text-align:center;
	font-weight:bold;
}
a { text-decoration: none}
#TablaEmisiones td{

	border-bottom: solid 2px #CCC;
	}
#TablaEmisiones tr:hover{
	background:#666;
	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 { 
	background:#999;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC))repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top,  #FFFFFF,  #CCCCCC)repeat scroll 0 0 transparent;
	background: -o-linear-gradient(top, #FFFFFF, #CCCCCC)repeat scroll 0 0 transparent;/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF, #CCCCCC)repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top, #FFFFFF, #CCCCCC)repeat scroll 0 0 transparent; /* W3C */
    border: 1px ridge #CCCCCC !important;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}


#Fichas_tab {  }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO */

.tablacalendario{
	border-bottom:solid 2px #666;
	border-right:solid 2px #666;
	border-top:solid 2px #999;
	border-left:solid 2px #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eee;
}
.tablacalendario td {
	font-family : verdana;
	font-size:11px;
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;
}
.tablacalendario td a{
	text-decoration: none;
	color: #fff;
	
}
.diasemana  {

	color: #ffffff;
	background-color: #999;
	text-align: center;
}
.tit, .titmesano  {

	color: #000000;
	background-color: #c0c0c0;
	font-weight: bold;
}
.titmesano{
	background:#666;
	color:#fff;
}

.diainvalido{ 	background-color: #ccc;color:#666; }
.sinemision{
	background-color: #ccc;
	color:#666;
}

#divCalendarioHome .Dia{
	background-color: #ccc;
}
#divCalendarioHome .Dia:hover{
	background-color: #ccc;
}

#divCalendarioHome .domingo {

}
#divCalendarioHome .domingo a, .hoy a{
	color: #fff;
}

.domingo {
	font-family : verdana,arial,helvetica;
	background-color: #ccc;
	color:#666;
}

.domingo a, .hoy a{
	color: #fff;
}

#divCalendarioHome .hoy{ background-color:#0566B5; color:#fff;}
#divCalendarioHome .hoy:hover{ background-color:#0566B5;color:#fff;}

.emision {
	font-family : verdana,arial,helvetica;
	background-color: #0566B5;
	color:#fff;
}
.emision:hover {
	font-family : verdana,arial,helvetica;
	background-color: #0566B5;
	color:#fff;
}
.ui-widget-header{ background:none; background-color:#0566B5 !important;}

.messiguiente{ background: transparent url("../../img/2264/Calendario_Boton_Derecha.png") no-repeat 2px; }
.mesanterior{ background: transparent url("../../img/2264/Calendario_Boton_Izquierda.png") no-repeat 2px; }