
/* ************************************************************ ESTRUCTURA */


/* ***************************************************************** VIDEO */
.video {
	background: white url(backgrounds/bg-video.jpg) repeat-y top left;
}

.video .utils {
	text-align: right;

}

.video .utils img {
	border: 0px solid;
	cursor: pointer;

}

.video #playerDiv {
	text-align: center;
	background: transparent url(backgrounds/logo-notext-big.jpg) no-repeat center center;

}
	.video #playerDiv .flashwarning{
	}
		.video #playerDiv .flashwarning p{
			opacity: 0.8;
			background-color: #859710;
			color: #ddd;
			font-weight: 600;
		}


/* DIRECTOS */

.video #playerDiv .buttons {
  text-align: center;
}

/* *************************************************************** CANALES */



.parrilla {
	background-color: #a9a9ac;
	background: #a9a9ac url(backgrounds/bg-parrilla.png) repeat-y top left;
	/*text-align: center;*/
}
.parrilla #gridLoader {
	text-align: center;
}
	.parrilla #gridLoader img{
	}
.parrilla .title {
	/*background-color: white;*/
}
#cargadoCanalesId {

}
.parrilla .bottomcanales {

}
#botonInicio {
	cursor: pointer;
}

.parrilla #canales {
	background: white url(backgrounds/bg-parrilla.png) repeat-y top left;
}
	.parrilla #canales .gridItem {
		border-left: 10px solid #c4d124;
		background: transparent url(backgrounds/bg-canales-item.jpg) repeat-x top left;
		color: #c4d124;
		font-size: 14px;
		text-transform: lowercase;		
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
	}
	.parrilla #canales .gridItem:hover {
		background-position: 0 -50px;
		border-top: 2px solid #c4d124;
		border-bottom: 2px solid #c4d124;
	}	
		.parrilla #canales a.gridItem img{
			cursor: pointer;
		}	
		
.parrilla #loadingDiv {

	background: transparent;
}

.parrilla #catalogo {
	background: white url(backgrounds/bg-parrilla.png) repeat-y top right;
}


/* *************************************************************** LISTADO */

.videoActivo {
/*	background-color: ;*/
	background: #a9a9ac url(backgrounds/bg-listado.png) repeat-y top right;
	text-align: center;
}
.videoActivo #activeVideoLoader {
	text-align: center;
}
	.videoActivo #indexLoader img{
	}
.videoActivo .title {
	text-align: left;
}

.videoActivo #data {
	background: transparent url(backgrounds/bg-videoactive.jpg) repeat-y top left;
}
	.videoActivo #data .image{
	
	}
		.videoActivo #data .image img{
	
		}
	.videoActivo #data .name{
		font-weight: 600;
		font-size: 13px;
		color: #69696c;
	}
	.videoActivo #data .description{
		color: #69696c;
		font-size: 12px;
	}
	
.videoActivo #selector {
	background-color: #c4d124;
}
	.videoActivo .selector {
		background: #c4d124 url(backgrounds/selector.gif) no-repeat bottom center;
		cursor: pointer;
	}
	
.videoActivo #relacionados {

}
.videoActivo .bottomlistado {

}

#botonDestacados {
	cursor: pointer;
}


.videoActivo #loadingDiv {

	background: transparent;
}

.videoActivo #indice {
	background: white url(backgrounds/bg-listado.png) repeat-y top right;
}

	.videoActivo #videosScroll {
		background: transparent url(backgrounds/bg-listado-top.gif) repeat-x top left;
	}
		
/* ***************************************************** LISTAS DE VIDEOS ESTILOS COMUNES */
				

.videoItem {
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.videoItem:hover {
	border-top: 2px solid #cedb54;
	border-bottom: 2px solid #cedb54;
	background: transparent url(backgrounds/bg-videoitem.jpg) repeat-y top left;	
} 
	.videoItem .image {
		background-color: #cedb54;
	}
		.videoItem .image .videoLoader{
			text-align: center;			
			background-color: #fff;		
		}			
		.videoItem .image img{
			cursor: pointer;
		}
	.videoItem .text {
		text-align: left;
		color: #a9a9ac;
		text-decoration: none;
	}
		.videoItem .text .name {
			font-weight: bold;
			font-size: 11px;
			border-bottom: 2px solid #cedb54;
		}
		.videoItem .text .description {
			font-weight: bold;
			font-size: 10px;
		}


/* ***************************************************** VIDEOS DESTACADOS BOTTOM */

.bottom #destacados {
	background: transparent url(backgrounds/bg-bottom-destacados.jpg) no-repeat top left;
}
	.bottom  #destacadosLoader {

	}
		.bottom  #destacadosLoader img{

		}
						
	.bottom #destacados .videoItem{
		border: 0;
		border-right: 2px solid transparent;
		border-left: 2px solid transparent;
	}
		.bottom #destacados .videoItem:hover {
			border:0;
			border-right: 2px solid #cedb54;
			border-left: 2px solid #cedb54;
			background: none;

		} 					
	.bottom #destacados .videoItem .image {
	}
	.bottom #destacados .videoItem .text {
	}



/* ***************************************************** AD_BAR */

#ad_bar {
}

	#ad_bar ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		
	}

		#ad_bar ul li {
			/*border:1px dotted #c4d124;*/
			/*cursor:pointer;*/
		}


/* ***************************************************** BOTTOM */



/* ************************************************ FORMULARIOS */



/* ************************************************** GENERICOS */



hr {
	border: 0;
	color: #DDD;
	background-color: #DDD;
	height: 2px;
}
