@charset "utf-8";
/* CSS Document */
body,img{
	padding:0px;
	margin:0px;	
		background-color:#dbdbdb;
	}
.banner{
	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;
	}	
	
.menu_izq img{
}
.actualidad{
	background-color:#9b9b9b;
	width:289px;
	height:207px;
	/*border:solid 3px #F47b20;*/

	}
.programacion{
	width:295px;
	height:213px;
	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;
		padding:0px; */
	}
	
.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:1000px;
	margin-bottom:10px;
	}	
.contenido_object{
	background-color:#757575;
	background-image:url(../img/img_content/bg_content.png);
	width:799px;
	height:433px;
	}	
.contenido_content{
	height:135px;
	padding-top:10px;
	margin-left:10px;
	padding-right:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;
	overflow:hidden;
	position:relative;
	z-index:1;
	color:#FFF;
}

#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_h.png);
	background-repeat:no-repeat;
}

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

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

#bot_scroll:hover{
	background-image:url(../img/img_content/scroll_btn_bot_h_act.png);
	background-repeat:no-repeat;	
	}	
	