@charset "utf-8";
/* CSS Document */
body,img{
	padding:0px;
	margin:0px;	
		background-color:#dbdbdb;
	}
.banner{
	height:188px;
	width:100%;
	background-color:#dbdbdb;
	text-align:center;
}
.body{
	background-color:#dbdbdb;
	text-align:center;	
	}
.body_table tr td{
	vertical-align:top;	
	}	
.menu{
	text-align:center;
	}
.body_table{
	background-image:url(../img/img_content/bg_content_all.png);
	}
	
.menu_izq img{
}
.actualidad{
	background-color:#9b9b9b;
	width:289px;
	height:207px;
	border:solid 3px #F47b20;

	}
.programacion{
	width:289px;
	height:207px;
	background-image:url(../img/bg_pro.png);
	border:solid 3px #F47b20;
	}
.otros{
	width:289px;
	height:207px;
	background-image:url(../img/bg_unk.png);
	border:solid 3px #F47b20;
	}	
	
.banner_der{
		border:solid 3px #F47b20;	
	}
	
.banner_one_img , .banner_tow_img{
		border:solid 3px #F47b20;	
	}	
.banner_one{
		padding-bottom:4px;
	}
.pie{
	border-top:2px solid #464646;
	border-bottom:2px solid #464646;
	background:#FFF;
	height:30px;
	width:1024px;
	margin-bottom:10px;
	}	
.contenido_object{
	background-color:#757575;
	background-image:url(../img/img_content/bg_content.png);
	width:793px;
	height:433px;
	}
.seccion{
	}
.subseccion{
	color:#f47b20;
	font-size:14pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	cursor:pointer;
	}
.subseccion_act{
	color:#FFF;
	font-size:14pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	cursor:pointer;
	}
.body_content{
	height:297px;
	border:1px solid #FFF;
	color:#FFF;
	padding:0px;
	margin:0px;
	
	}
.img_galeria{
	border:1px solid #FFF;
	margin-bottom:8px;
	}	
.img_galeria_end{
	border:1px solid #FFF;
	width:216px;
	height:92px;
	background-color:#C0F;
	}		
.contenido_content{
	height:277px;
	padding-top:10px;
	margin-left:10px;
	padding-right:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: justify;
	overflow:hidden;
	position:relative;
	z-index:1;
}

#contenido_scroll{
	position:absolute;
	top:0px;
	z-index:2;
	}
.control_scroll{
	width:10px;
	}

#up_scroll,#bot_scroll{
	cursor:pointer;
	width:22px;
	height:13px;
	display:block;
	}
#up_scroll{
	background-image:url(../img/img_content/scroll_btn_up.png);
}

#bot_scroll{
	background-image:url(../img/img_content/scroll_btn_bot.png);
	}

#up_scroll:hover{
	background-image:url(../img/img_content/scroll_btn_up_act.png);
}

#bot_scroll:hover{
	background-image:url(../img/img_content/scroll_btn_bot_act.png);
	}
.contenido_sub{
	margin-right:10px;
	}
#player{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFF;	
	width:400px;
	height:250px;
	z-index:10;
	}	
#close{
	background-color:#333;
	color:#FFF;
	position:absolute;
	padding:5px;
	cursor:pointer;
	z-index:10;
	}
.titulo a{
	color:#FFF;
	}	
.fecha{
	color:#e86a10;
	}	