@charset "utf-8";
.contenedor_exterior {
	height: 100%;
	width: 100%;
	margin: auto;
	padding: 0px;
	background-image: url(../imagenes/fondo_general.jpg);
	background-repeat: repeat;
}
#contenedor_superior {
	background-image: url(../imagenes/banner-sup.gif);
	margin: auto;
	padding: 0px;
	height: 322px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
}
#contenedor_baner {
	background-image: url(../imagenes/fondo_baner1.gif);
	padding: 0px;
	height: 85px;
	width: 699px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #50647A;
	border-right-width: 6px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3C4664;
	border-left-color: #3C4664;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.texto h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.texto h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
#cuadro_texto{
	height: 340px;
	width: 767px;
	margin: auto;
	color: #FFF;
	padding: 0px;
}
#contenedor_tres_botones{
	height: 220px;
	width: 699px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#boton_uno a{
	background-image: url(../imagenes/institucional.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 280px;
	float: right;
	font-weight: bolder;
	color: #50647A;
	font-size: 10px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#boton_uno a:hover{
	background-image: url(../imagenes/institucional.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 280px;
	float: right;
	font-weight: bolder;
	color: #50647A;
	font-size: 10px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: bottom;
}
#boton_dos a{
	background-image: url(../imagenes/programacion.gif);
	height: 90px;
	width: 280px;
	float: left;
	font-weight: bolder;
	color: #50647A;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	
}
#boton_dos a:hover{
	background-image: url(../imagenes/programacion.gif);
	height: 90px;
	width: 280px;
	float: left;
	font-weight: bolder;
	color: #50647A;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-position: bottom;
}
#boton_tres {
	background-image: url(../imagenes/fondo_general.jpg);
	height: 210px;
	width: 650px;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 9px;
	padding-bottom: 0px;
	margin: auto;
}
#boton_tres a:hover{
	background-image: url(../imagenes/cuadro-3-over.jpg);
	height: 198px;
	width: 150px;
	margin-left: 30px;
	float: left;
	color: #667384;
	font-size: 10px;
}
#parlante{
	padding: 0px;
	height: 158px;
	width: 321px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenedor_botones_costado{
	width: 250px;
	height: 50px;
	padding: 0px;
	margin-top: 160px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 280px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #3C4664;
	position: relative;
	float: left;
}
#inicio {
	height: 50px;
	width: 83px;
	text-align: right;
	float: left;
}
#inicio img{border:0;}
#inicio a:hover{
	background-image: url(../imagenes/inicio_over.jpg);
	height: 110px;
	width: 150px;
}
#contacto{
	text-align: right;
	float: left;
	width: 83px;
	margin: 0px;
	padding: 0px;
	height: 50px;

}
#radio_vivo{
	text-align: right;
	float: left;
	width: 83px;
	margin: 0px;
	padding: 0px;
}
#inferior{
	height: 150px;
	background-color: #333;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top-width: 4px;
	border-top-style: groove;
	border-top-color: #50647A;
}

#contenedor_cuerpo{
	height: 350px;
	margin: auto;
	padding: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3C4664;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #3C4664;
	background-color: #50647A;
	width: 699px;
	z-index: 50;
}
#contenedor_cuerpo_inst{
	height: 470px;
	margin: auto;
	padding: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3C4664;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #3C4664;
	background-color: #50647A;
	width: 699px;
	z-index: 50;
}
#contenedor_cuerpo_prog{
	height: 780px;
	margin: auto;
	padding: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3C4664;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #3C4664;
	background-color: #CCF;
	width: 700px;
}
#contenedor_cuerpo_prog_sab{
	height: 550px;
	margin: auto;
	padding: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3C4664;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #3C4664;
	background-color: #CCF;
	width: 700px;
}
#contenedor_cuerpo_prog_dom{
	height: 320px;
	margin: auto;
	padding: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3C4664;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #3C4664;
	background-color: #CCF;
	width: 700px;
}
#contenedor_cuerpo_contacto{
	height: 350px;
	margin: auto;
	padding: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #3C4664;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #3C4664;
	background-color: #52637B;
	width: 700px;
}
#radio_vivo{
	float: left;
	height: 247px;
	width: 197px;
	margin-top: 4px;
	margin-left: 8px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-repeat: no-repeat;
	position: absolute;
	left: 5px;
	top: 25px;
}
#linea_inferior{
	background-color: #6D7B8B;
	height: 3px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #909CA8;
}
#efecto_arriba{
	width: auto;
	background-image: url(../imagenes/logo-princ.gif);
	background-repeat: no-repeat;
	height: 320px;
	z-index: 49;
	padding: 0px;
	background-position: bottom;
	margin: auto;
}
#blog{
	height: 50px;
	width: 83px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#botones_abajo {
	height: 120px;
	width: 900px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#botones_abajo ul{
	list-style-type: none;
}
#botones_abajo li{
	float: left;
	display: block;
	height: 85px;
	width: 154px;
	margin: 0px;
	text-align: center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.opaco{
	filter: alpha(opacity=60);
}
#texto_contacto{
	height: 300px;
	background-color: #8B9AAB;
	padding-left: 10px;
	background-image: url(../imagenes/fondo_general.jpg);
	margin: auto;
	width: 670px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#texto_contacto h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bolder;
	border-bottom-width: 5px;
	border-bottom-style: outset;
	border-bottom-color: #50647A;
	margin: 0px;
	padding: 0px;
}
.mensaje{
	margin: auto;
	padding: 0px;
}
#contenedor_formulario{
	margin: auto;
	padding: 0px;
	width: 570px;
	background-color: #8B9AAB;
	text-align: center;
}
#contenedor_formulario h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 500px;
	text-align: center;
}
#cuadro_institucinal{
	height: 340px;
	width: 650px;
	background-image: url(../imagenes/fondo_general.jpg);
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 18px;
}
#cuadro_institucinal h1{
	text-align: center;
	background-color: #5B6C7E;
	color: #FFF;
	font-size: 14px;
}
#programacion{
	height: 88px;
	border-top-width: 5px;
	border-top-style: outset;
	border-top-color: #F93;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 690px;
	background-image: url(../images/templatemo_top_panel_bg.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#programacion H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FFF;
	top: 2px;
	float: right;
	padding-right: 15px;
	padding-left: 6px;
}

.dias {
	text-align: right;
	background-image: url(../imagenes/programacion-solo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 105px;
	background-color: #50647A;
	color: #039;
	font-weight: bolder;
}
.dias a {
	font-weight: bolder;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
.institucional {
	text-align: right;
	background-image: url(../imagenes/institucional-hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 105px;
	background-color: #50647A;
	color: #039;
	font-weight: bolder;
}
#nombre_conduc{
	width: 290px;
	height: 30px;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nombre_prog{
	width: 300px;
	height: 72px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
}
.diseño{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
}
#dos_botones{
	height: 100px;
	width: auto;
}
