/*general*/

body{
	padding:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
    font-family:Arial, sans-serif;
    color:#4e4e4e;
    font-size:11px;
}


enlace
a{
    color:#ff00d2;
    text-decoration: underline;
}

a:hover{
	color:#a9398b;
    text-decoration:none
}


a img{
    border:0;
}

h2{
	font-size:20px; 
	color:#2a2a2a; 
	font-weight:normal; 
	font-family:Arial, sans-serif; 
	padding-bottom:8px; 
	border-bottom:solid 2px #dedede; 
	margin-right:5px
}
h2 span{
	/*color:#ff0081;*/
	color:#f07c0f;
}

h3{
	color:#2a2a2a; 
	font-size:15px; 
	font-family:Arial, sans-serif;
	line-height: 18px;
}
h3 span{
	color:#ff0081;
}


/*contenido*/

.contenido{
	width:1000px;
	float:left;
	margin-top:15px;
}

/*cabecera*/

.logo{
	width:200px;
	height:100px;
	float:left;
	text-align:left;
}

.destacado-logo{
	width:60px;
	height:50px;
	float:right;
	text-align:center;
	margin-right:5px;
	margin-top:45px;
}


/*menu*/

.menu{
	width:1000px;
	height:28px;
	float:left;
	background-image:url(../imagenes/fondo-menu.gif);
	background-repeat:repeat-x;
}


.menu-fuente{
	font-size:12px; 
	font-weight:bold; 
	height:28px;
}

.menu-parte{
	float:left;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:15px;
	padding-right:15px;
}

.menu-parte a{
	color:#fff; 
	text-decoration: none; 
}
.menu-parte a:hover{ 
	color:#fcbb5e; 
}


/*informacion*/

.informacion{
	width:1000px;
	float:left;
	margin-top:20px;
}

/*columna a-b*/

.columna-ab{
	width:725px;
	float:left;
}

.videos-dia{
	width:400px;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
}
.videos-dia-video{
	width:400px;
	height:595px;
	float:left;
	background-color:#FFF;
}

.panel{
	width:300px;
	float:left;
}
.panel-foto{
	width:300px;
	height:100px;
	float:left;
}
.panel-texto{
	width:300px;
	float:left;
	font-size:12px;
	text-align:left;
	margin-top:10px;
	margin-bottom:20px;
}
.panel-texto a{
	color:#4e4e4e;
	text-decoration:none;
	font-weight:bold;
}
.panel-texto a:hover{
	color:#a9398b;
	text-decoration:none;
	font-weight:bold;
}


/*directo*/

.directo{
	width:640px;
	height:485px;
	float:left;
	background-color:#CCC;
}

/*programas*/

.caja-programas{
	width:480px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

.caja-programas-foto{
	width:100px;
	height:100px;
	float:left;
	margin-right:15px;
	background-color:#CCC;
}

.caja-programas-titulo{
	width:350px;
	float:left;
	font-size:14px;
	font-weight:bold;
}

.caja-programas-texto{
	width:350px;
	float:left;
	margin-top:10px;
}

/*programacion*/

.programacion{
	width:720px;
	float:left;
	margin-bottom:20px;
}
.programacion-hora{
	width:100px;
	float:left;
	text-align:right;
	padding-top:10px;
}
.programacion-foto{
	width:100px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.programacion-texto{
	width:500px;
	float:left;
	text-align:left;
	padding-top:10px;
}

/*programa*/

.programa{
	width:1000px;
	float:left;
	margin-bottom:20px;
}

.programa-reproductor{
	width:470px;
	height:500px;
	float:left;
	margin-left:25px;
	background-color:#FFF;
}

.programa-formulario{
	width:600px;
	float:left;
	margin-top:20px;
}

.programa-foto{
	width:250px;
	height:200px;
	float:left;
	background-color:#CCC;
	margin-left:45px;
}

.programa-texto{
	width:450px;
	float:left;
	margin-top:15px;
	margin-left:45px;
	font-size:14px;
}

/*contacto*/

.contacto{
	width:720px;
	float:left;
	margin-bottom:20px;	
}

/*quienes somos*/

.quienes-somos{
	width:720px;
	float:left;
	margin-bottom:20px;
}

.quienes-somos-equipo{
	width:350px;
	float:left;
	margin-bottom:10px;
}


/*columna c*/

.columna-c{
	width:250px;
	float:right;
}

.10-hoy{
	width:250px;
	float:left;
}

.columna-c-texto{
	width:230px;
	float:left;
	padding:10px;
	text-align:left;
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:bold;
}
.columna-c-texto a{
	color:#4e4e4e;
}
.columna-c-texto a:hover{
	color:#a9398b;
}



/*columna a+b+c*/

.columna-abc{
	width:1000px;
	float:left;
}

.comentarios{
	width:1000px;
	float:left;
}

.programas{
	width:1000px;
	float:left;
	margin-bottom:15px;
	margin-top:15px;
}

.programas-todos{
	width:1000px;
	float:left;
}

.programas-caja{
	width:95px;
	height:125px;
	float:left;
	margin-right:5px;
}

.programas-foto{
	width:95px;
	height:100px;
	float:left;
	background-color:#CCCCCC;
}

.programas-texto{
	width:95px;
	float:left;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
}
.programas-texto a{
	text-decoration:none;
	color:#4e4e4e;
}
.programas-texto a:hover{
	text-decoration:none;
	color:#a9398b;
}


/* pie */

.linea{
	width:1000px;
	height:14px;
	float:left;
	background-image:url(../imagenes/linea-antes-pie.jpg);
	background-repeat:repeat-x;
}

.pie{
	width:1000px;
	float:left;
	margin-top:15px;
}

/* pie: parte izquierda */

.izquierda{
	width:225px;
	float:left;
	text-align:left;
}

.vocento{
	width:180px;
	height:25px;
	float:left;
	margin-top:10px;
	margin-left:20px;
}

.vocento img{
	border:none;
}

.sarenet{
	width:180px;
	height:12px;
	float:left;
	margin-left:20px;
}

.sarenet img{
	border:none;
}


/* pie: raya vertical */

.raya_pie{
	width:5px;
	height:230px;
	float:left;
	background-image:url(../imagenes/raya_pie.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-right:5px;
}



/* pie: parte central */

.parte_central_pie{
	width:445px;
	height:210px;
	float:left;
	text-align:left;
}

.texto_pie{
	width:425px;
	float:left;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:left;
}

.texto_pie a{
	color:#000000;
	text-decoration:none;
}

.texto_pie a:hover{
	color:#a9398b;
	text-decoration:none;
}


/* pie: parte derecha */

.parte_derecha_pie{
	width:300px;
	height:230px;
	float:left;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	background-color:#f7f7f7;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

.enlaces{
	width:130px;
	float:left;
	margin-top:15PX;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#999999;
	font-weight:normal;
}

.enlaces a{
	text-decoration:none;
	color:#999999;
}

.enlaces a:hover{
	text-decoration:none;
	color:#999999;
}

.enlaces_2{
	width:130px;
	float:left;
	margin-left:15px;
	margin-top:15PX;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#999999;
	font-weight:normal;
}

.enlaces_2 a{
	text-decoration:none;
	color:#999999;
}

.enlaces_2 a:hover{
	text-decoration:none;
	color:#999999;
}
