@charset "utf-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	color:#CACACA;
	height:100%;
	background-image:url(img/back_ground.gif);
}

img{ 
	border:none;
}

* {margin: 0; padding: 0;  outline: none}


body{ 
	min-width:850px;
}
div#contenedor{
	width:850px;
	margin:auto;
	background-image:url(img/back_medio.png);
}
div#header{
	width:820px;
	padding:0px 15px 0px 15px;	
}
div#contenido{
	width:820px;
	overflow:hidden;
	padding:0px 15px 0px 15px;		
}
div#superior{
	width:820px;
	overflow:hidden;
}
div#imagenes{
	width:500px;
	float:left;
	margin:20px 0px 15px 10px;
}
div#spots{
	width:290px;
	float:left;
	margin:20px 10px 15px 10px;
	color:#333;
}
div#spots div{
	margin-bottom:5px;
	font-style:italic;
}
div#cont_programas{
	width:800px;
	float:left;
	margin:0px 10px 20px 10px;
}
div.cont_dos_programas{
	overflow:hidden;
	width:800px;
}
div.pro_left{
	width:380px;
	float:left;
	margin:10px 10px 10px 10px;
	color:#333;
	background-image:url(img/line.gif);
	background-repeat:repeat-y;
	background-position:right;	
}
div.pro_medio{
	width:780px;
	float:left;
	margin:10px 10px 10px 10px;
	color:#333;
}
div.pro_left_titu{
	float:left;
	width:300px;	
	margin-left:10px;
}
div.pro_right_titu{
	float:left;
	width:300px;	
	margin-left:10px;
}
div.pro_left img{
	float:left;
	margin-right:5px;
	margin-bottom:15px;
}
div.pro_right img{
	float:left;
	margin-bottom:15px;	
}
div.director{
	float:left;
	width:179px;
	text-align:justify;
	margin-right:20px;
	padding-top:13px;
}
div#nombre_presi{
	width:360px;
	float:left;
	margin-right:20px;
}	
div.separador_down{
	margin-top:2px;
	margin-bottom:2px;
}
div.mas{
	float:right;
	margin-right:20px;
}
div.mas a{
	text-decoration:none;
	color:#066;
}
div.mas a:hover{
	color:#036;
}
div.pro_right{
	width:380px;
	float:right;
	margin:10px 10px 10px 10px;
	color:#333;	
}
div.text_div_l{
	float:left;
	width:360px;
	text-align:justify;
	margin-right:20px;
	margin-bottom:10px;
}
div.text_div_l_medio{
	text-align:justify;
	margin-right:20px;
}
div.text_div_r{
	float:left;
	width:360px;
	text-align:justify;
	margin-bottom:10px;	
}
.titulo{
	border-bottom:#CCC solid 1px;
	margin-right:10px;
	color:#333;
	font-size:14px;
	margin-bottom:10px;
	font-weight:900;
}
.line{
	margin:10px 0px 10px 0px;
	border-bottom:#CCC solid 1px;
	width:290px;
}
div.separador{
	margin:10px 0px 10px 0px;
	border-bottom:#CCC solid 1px;
	width:800px;
}
div#footer{
	width:725px;
	height:40px;
	margin:0px 15px 0px 15px;
	background-image:url(img/footer.jpg);
	text-align:left;
	padding-left:95px;
	color:#CCC;
	font-size:13px;
	padding-top:75px;	
}