<!--
/*CSSs generales
//---------------------------------------------------------------------------------------------------*/

body 
{
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	/*SCROLLBAR-BASE-COLOR: #EDFBEA;*/
	font-family:Verdana;
    font-size: 12px;
	background:#ffffff;
	color:#000;
	
}


a 
{
   font-family:Verdana;
   font-size: 12px;
   text-decoration: none;
   border-style: none;
   color: #000000;
   text-align: left;
   font-weight:bold;
}
a:hover
{
	text-decoration:none;
	color: #3ba4f2;
}
font ,p
{
   font-family:Verdana;
   font-size: 12px;
   text-decoration: none;
   border-style: none;
   text-align:justify;
	margin:0px;
	color:#666;
	
}
td
{
color:#666;
font-weight:bold;
}
p
{
padding-top:12px;
padding-bottom:12px;

}
/*----------------------------------------------------------------------------------------------------*/

/*CSSs Estructura: Todo
//---------------------------------------------------------------------------------------------------*/

#todo 
{
	width:100%;
	position:relative;
	padding:0px;
	text-align: center;
	padding-top:0px;
}

#todo2
{
	margin:auto;
	width:1000px;
}

/*----------------------------------------------------------------------------------------------------*/



/*CSSs Estructura: cuerpo
//---------------------------------------------------------------------------------------------------*/

#cuerpo
{
	position:relative;
	
	width:100%;
		
	/*background: #EDFBEA url(../Imagenes/fondo.gif) repeat 0px 0px;*/
	
}

#cuerpo2
{
	width:100%;
	text-align:center;
}
/*----------------------------------------------------------------------------------------------------*/



/*CSSs Estructura: encabezado
//---------------------------------------------------------------------------------------------------*/

#encabezado
{
	position:relative;
	width:1000px;
	height:190px;
}

#encabeza_1
{
	position:relative;
	height:100px;
	top:9px;
	background: transparent url(../Imagenes/logo.gif) no-repeat 0px 0px;
}
#encabeza_2
{
	position:relative;
	height:70px;
	background-color:#222;
	border-left:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
	position:relative;
	top:20px;
}
#encabeza_3
{
	position:absolute;
	top:125px;
	left:20px;
	font-family:Verdana;
	font-size: 9pt;
	color:#ddd;
	font-weight:bold;
	
}
#encabeza_4
{
	position:absolute;
	top:145px;
	left:20px;
	width:958px;
	background-color:#66ccff;
	height:5px;
	border-bottom:solid 1px #0000EE;
	border-left:solid 1px #0000AA;
	border-right:solid 1px #0000AA;
	font-size:1px;
	
}
#encabeza_5
{
	position:absolute;
	top:151px;
	left:20px;
	width:958px;
	background-color:#000000;
	height:25px;
	padding-top:3px;
}
#encabeza_6
{
	position:absolute;
	top:10px;
	right:0px;
	width:500px;
	height:100px;
	background:#eee;
	text-align:left;
	border-bottom:solid 1px #eee;
	border-top:solid 1px #eee;
	border-right:solid 1px #eee;
	
}
#encabeza_7
{
	position:absolute;
	top:155px;
	right:20px;
	width:250px;
	height:21px;
	text-align:right;
	font-family:Verdana;
	font-size: 10px;
	color:#CCC;

}
#encabeza_7 #botonbuscar
{
	position:absolute;
	top:0px;
	right:0px;
	width:25px;
	height:21px;
	background: transparent url(../Imagenes/buscar.jpg) no-repeat 0px 0px;
	border:0px;
}
#encabeza_7 #textobuscar
{
	position:absolute;
	top:0px;
	right:30px;
	width:150px;
	height:19px;
	border:0px;
}
#encabeza_7 span
{
	position:absolute;
	top:3px;
	right:190px;
}


#encabeza_8
{
	position:absolute;
	top:125px;
	right:20px;
	text-align:right;
	font-family:Verdana;
	font-size: 10px;
	color:#CCC;
}
#encabeza_8 a
{
	font-family:Verdana;
	font-size: 10px;
	color:#CCC;
}
#encabeza_9
{
	position:absolute;
	top:10px;
	left:200px;
	border-bottom:solid 1px #eee;
	border-top:solid 1px #eee;
	border-left:solid 1px #eee;
}


/*----------------------------------------------------------------------------------------------------*/





/*CSSs Estructura: contenido
//---------------------------------------------------------------------------------------------------*/

#contenido
{
	position:relative;
	width:998px;
	text-align:center;
	background: transparent url(../Imagenes/degradadovertical.jpg) repeat-x 0px 0px;
	border-left:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
	margin:auto;
}

/*IE interpreta que height = min-heigth. * HTML solo lo reconoce IE */



#contenido2
{
	position:relative;
	text-align:justify;
	width:960px;
	margin:auto;
	background-color:#ffffff;


}
* HTML #contenido2
{

}
/*
#contenido2 #texto
{
	margin:auto;
	width:870px;
	text-align:justify;

}*/



/*Botones dentro del Contenido*/
#boto 
{
	font-family: Verdana;
	font-size: 12px;
	border: solid 2px #3ba4e2;
	color:#000000;
	font-weight:bold;
	width: 150px;
	background:#3ba4f2;
	margin:5px;

}
#boto2 
{
	font-family: Verdana;
	font-size: 12px;
	border: solid 2px #964d22;
	color:#0f84d3;
	font-weight:bold;
	width: 100px;
	background: #673301 url(../Imagenes/carrodentro.gif) no-repeat 4px 0px;
	margin-top:5px;
}
#boto3
{
	height:22px;
	width:100px;
	background: #93c8ca;
	border:solid 1px #222222;
	clear:both;
	color:#673301;
}

/*----------------------------------------------------------------------------------------------------*/






/*CSSs Estructura: pie
//---------------------------------------------------------------------------------------------------*/

#pie
{
	
	position:relative;
	clear:both;
	width:1000px;

}

#pie_texto1
{
	
	background-color:#000;
}

#pie_texto1 font, #pie_texto1 a, #pie_texto1 p
{
	color:#fff;
}
#pie_texto2
{
	height:25px;
	background: transparent url(../Imagenes/degradadoverticalpeque.gif) repeat-x 0px 0px;
}
#pie_texto3
{
	display:none;
}







/*----------------------------------------------------------------------------------------------------*/


ul#menu 
{
  	position:relative;
	left:0px;
	width:100%;
	margin: 0;
  border: 0;
  padding: 0;
  

}

ul#menu a
{

	font-family:Verdana;
	font-size: 10px;
	color:#CCC;

	
}
ul#menu a:HOVER
{
	color:#FFF;
}

ul#menu li {
	margin: 0;
  border: 0 none;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
  position: relative;
  list-style: none;
float:left;
height:25px;


}
ul#menu img
{
position:relative;
top:6px;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{

}

#menu li.itemActivo 
{
	margin:auto;
	text-align:center;
	background:#222;
}
#menu li.itemActivo a
{
	text-align:center;
	color:#7fd2fa;
}
#menu li.item a
{
	text-align:center;
}
#menu li.itemActivo  ul a
{
	text-align:left;
}
#menu li.item ul a
{
	text-align:left;
}

#itemmenu1000
{
position:absolute;
top:-20px;
left:-770px;
color:#000;
width:50px;
height:14px;
}
#itemmenu1000 a
{

background:#f00;

}
#menulonuestro
{
margin-left:265px;
}
#menumultimedia
{
padding-left:165px;
}
#menuadmin li
{
border:solid 1px #ccc;
padding:10px;
}
#menuadmin .menu2
{
height:75px;
background:#ccc;
}
#menuadmin .menu2 a:HOVER
{
color:#7fd2fa;
}
.menu2
{
height:30px;
margin:0px;
padding:0px;
position:relative;
top:-5px;
}
.menu2 ul
{
margin:0px;
padding:0px;
}
.menu2 li
{
float:left;
background:#222;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
list-style:none;

}
.menu2 li a
{
color:#ccc;
margin:0px;
padding:0px;
font-size:10px;
}
.menu2 li.itemActivo a
{
color:#7fd2fa;
}




/*###############################*/

h1 {
	height:20px;
	font-size: 18px;
	text-align:left;
	color:#3ba4f2;
	width:100%;
	border-bottom:solid 2px #3ba4f2;
	}

h2 {
	font-size: 12px;
	text-align:left;
	color:#666;
	text-align:left;
	border:1px solid #666;
	padding:5px;
	margin:0px;

	}
#hemeroteca h2
{
	clear:both;
}
h3 {
	font-size: 16px;
	text-align:left;
	color:#00b;
	}

h4 {
	font-size: 15px;
	text-align:left;
	color:#00EE66;
	width:700px;
	text-align:center;
	}

h5 {
	font-size: 8px;
	}
hr
{
border:0px;
color: #999;
background-color: #999;
height: 1px;
}
/*CSSs PAGINADOR
//---------------------------------------------------------------------------------------------------*/
.paginador
{
height:20px;
clear:both;
position:relative;
width:100%;
text-align:center;
}
.paginador .separador
{
margin:0px;
padding:0px;
display:inline;
margin-left:5px;
margin-right:5px;
}
.paginador .activo
{
text-decoration:underline;
color:#900;
font-weight:bold;
}





/*#################################################*/

/*CSSs Estructura: Formularios
//---------------------------------------------------------------------------------------------------*/
.boton
{
	width:150px;
	height:22px;
	text-align:center;
	clear:both;
	background-color:#3ba4f2;
	font-weight:bold;
	border:solid 2px #2b94d2;
	color:#FFFFFF;
}
.botonfecha
{
	width:50px;
	height:22px;
	text-align:center;
	clear:both;
	background-color:#DDDDDD;
	font-weight:bold;
	border:solid 1px #2b94d2;
	color:#000000;
	font-size:11px;
}

#enlacespatrocinados
{
	display:none;
}

.cuadro1
{
width:184px;
background: transparent url(../Imagenes/cuadro1pie.jpg) no-repeat 0px bottom;
padding-bottom:10px;
margin-right:10px;
float:left;
clear:left;
}
.cuadro1 label
{
	display:block;
	width:184px;
	background: transparent url(../Imagenes/cuadro1up.png) no-repeat 0px top;
	height:12px;
	border:solid 0px transparent;
	margin:0px;
	padding:0px;
}
.cuadro1 div
{
	width:184px;
}
.cuadro1 ul
{
 padding:0px;
 margin:0px;
}

.textocuadro1
{
	width:575px;
	float:right;
	padding:0px;
	margin:0px;
}
.cuadro2
{
width:564px;
background: transparent url(../Imagenes/cuadro2pie.jpg) no-repeat 0px bottom;
padding-bottom:10px;
margin-right:10px;
float:left;
clear:left;
}
.cuadro2 label
{
	display:block;
	width:564px;
	background: transparent url(../Imagenes/cuadro2up.png) no-repeat 0px top;
	height:12px;
	border:solid 0px transparent;
	margin:0px;
	padding:0px;
	
}
.cuadro2 div
{
	width:500px;
	position:relative;
	left:25px;
}
.cuadro2 ul
{
 padding:0px;
 margin:0px;
}
.cuadro2 li
{
 padding:0px;
 margin:0px;
}

.cuadro3
{
width:507px;
background: transparent url(../Imagenes/cuadro3pie.gif) no-repeat 0px bottom;
padding-bottom:10px;
margin-right:10px;
float:left;
clear:left;
}
.cuadro3 label
{
	display:block;
	width:507px;
	background: transparent url(../Imagenes/cuadro3up.gif) no-repeat 0px top;
	height:15px;
	border:solid 0px transparent;
	margin:0px;
	padding:0px;
	
}
.cuadro3 div
{
	width:470px;
	position:relative;
	left:25px;
}
.cuadro3 ul
{
 padding:0px;
 margin:0px;
}
.cuadro3 li
{
 padding:0px;
 margin:0px;
}

#texto1
{

}


/*CSSs Estructura: Textos
//---------------------------------------------------------------------------------------------------*/

.visible
{
	display:block;
}
.invisible
{
	display:none;
}
.titulo
{
	font-size: 12px;
	text-align:left;
	color:#0f84d3;
}

.caja
{
background-color:#f5f5f5;
border:solid 1px #cccac8;
}
.caja2
{
background-color:#f5f5f5;
border:solid 1px #FFFFFF;
}

.linkweb
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-html.gif) no-repeat 0px 0px ;

}
.linktext
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-text.gif) no-repeat 0px 0px ;

}
.linkdoc
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-word.gif) no-repeat 0px 0px ;
}
.linkzip
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-zip.gif) no-repeat 0px 0px ;
}
.linkaudio
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-audio.gif) no-repeat 0px 0px ;
}
.linkvideo
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-video.gif) no-repeat 0px 0px ;
}
.linkimg
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-image.gif) no-repeat 0px 0px ;
}
.linkswf
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-flash.gif) no-repeat 0px 0px ;
}
.linkpdf
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-pdf-doc.gif) no-repeat 0px 0px ;
}
.linkxls
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-excel.gif) no-repeat 0px 0px ;
}



#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	min-width: 430px;
	height: 0px;
	z-index: 200;
}
*HTML #trailimageid
{
	width:430px;
}

#ventanaimagen #titulo
{
	width:100%;
	height:20px;
	background-color: #5c4a1f;
	border: solid 1px #999999;
	color:#FFFFFF;
}
#ventanaimagen #titulo font
{
	position:relative;
	top:2px;
	margin-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}





.mas
{
position:absolute;
bottom:5px;
right:5px;
}



.input
{
background:#E5E5E5;
color:#000;
border:0px;
text-align:left;


}
.input2
{
background:#c1e7ff;
color:#000;
border:0px;
text-align:left;
width:auto;
}



/*nuevo calendario*/
.fc_main { background: #c6ff8c; border: 1px solid #99cc66; font-family: Verdana; font-size: 10px; }
.fc_date { border: 1px solid #3d7e2c;  cursor:pointer; font-size: 10px; text-align: center; color:#000000; background:#f1fff1;}
.fc_dateHover, TD.fc_date:hover { cursor:pointer; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #99cc66; border-bottom: 1px solid #99cc66; background: #99FF99; font-size: 10px; text-align: center; }
.fc_wk {font-family: Verdana; font-size: 10px; text-align: center; font-weight:bold;}
.fc_wknd { color: #FF0000; font-weight: bold; font-size: 10px; text-align: center;}
.fc_head { background: #3d7e2c; color: #FFFFFF; font-weight:bold; text-align: left;  font-size: 11px; }


.invisible
{
	display:none;
}
.visible
{
	display:block;
}

/*########## FILTROS #############*/
.ul_filtro
{
margin-top:5px;
width:100%;
background:#CCF0FF;
padding:2px;
border:solid 2px #00E0FF;
}
.ul_filtro ul
{
	margin:0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	text-align:left;
	margin-left:30px;
}
.ul_filtro .titulo
{
	font-weight:bold;
	color:#006699;
}
.ul_filtro .texto
{
	font-weight:bold;
	color:#0066ff;
}
.tabla_filtro
{

}
#cuadroadmin
{
position:absolute;
top:254px;
right:-1px;
width:450px;
height:20px;
	background-color:#c1e7ff;
	border:solid 1px #95d6ff; 
	z-index:1;
	text-align:center;
	margin:auto;
}
#cuadroadmin font
{
font-weight:bold;
}
#cuadroadmin  div
{
		border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	padding-left:6px;
	padding-right:6px;
	height:20px;
float:left;
}
#cuadroadmin img
{
position:relative;
top:3px;

margin-left:5px;
}
#FORMLOGIN
{
width:910px;
	background-color:#c1e7ff;
	border:solid 1px #95d6ff; 
	z-index:1;
	padding:25px;
}

#FORMLOGIN .input
{
background:#ffffff;
border:solid 1px #000000;
width:100px;
margin-right:5px;
}
#FORMLOGIN .boton
{
height:25px;
}

.botonsalir
{
 background:transparent url(../Imagenes/cross.gif) no-repeat 0px 2px;
 margin-left:15px;
 margin-right:15px;
padding-left:15px;
padding-right:15px;
border:0px;
}


#formulario2
{
	margin-top:5px;
	width:608px;
	text-align:center;
}
#formulario2 .campo
{
	height:22px;
	width:608px;
	z-index:1;
	clear:both;
}
#formulario2 .input
{
	float:left;
}
#formulario2 select
{

}
#formulario2 .boton
{
	letter-spacing: -1px;
	clear:both;
}

#formulario2 span
{
	text-align:right;
	float:left;
	margin-right:15px;
	width:200px;
}
.icono
{
position:relative;
top:7px;

}
.linknoticias
{
position:relative;
left:55px;
}
.linkreconocimiento
{
position:relative;
left:55px;
}

.noticias
{


}

#home .lateralderecho
{
	width:200px;
	clear:right;
	float:right;
	overflow: hidden;
	margin-right:2px;

}
#home .centro
{
	width:740px;
	clear:left;
	

}
#home .lateralizquierdo
{
	display:none;

}
#actualidad .lateralderecho
{
	width:200px;
	clear:right;
	float:right;
	overflow: hidden;
	margin-right:2px;

}
#actualidad .centro
{
	width:480px;
margin-left:260px;

}
#actualidad .lateralizquierdo
{
	width:250px;
	clear:left;
	float:left;
	overflow: hidden;
	margin-left:2px;
	background:#F9F9F9;
}
#actualidad h2
{
	width:auto;
	border:0;
	color:#000;
	font-weight:bold;
}
.cuadrotodas
{

width:240px;
padding:5px;
border-top:1px solid #ddd;
font-size:10px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
padding-top:10px;
margin-bottom:10px;
}
.cuadrotodas h3
{
padding:0px;
margin:0px;
color:#000;
font-weight:bold;
font-size:12px;
}
.cuadrotodas p
{

}
.cuadroactualidad1
{
width:100%;
overflow:hidden;
padding:5px;
border-bottom:solid 1px #DDD;
padding-bottom:15px;
}
.cuadroactualidad1 h3
{
padding:0px;
margin:0px;


}
.cuadroactualidad2
{
width:228px;
float:left;
padding-bottom:15px;
padding-top:15px;
}
.cuadroactualidad2 h3
{
padding:0px;
margin:0px;
}
.cuadroactualidad3
{
width:228px;
float:right;
border-left:solid 1px #DDD;
border-bottom:solid 1px #DDD;
padding:5px;
}
.cuadroactualidad3 h3
{
padding:0px;
margin:0px;
}
.cuadroactualidad3 img
{
display:none;
}
.cuadroactualidad4
{
width:228px;
float:right;
border-left:solid 1px #DDD;

padding:5px;
}
.cuadroactualidad4 h3
{
padding:0px;
margin:0px;
}
.cuadroactualidad4 img
{
display:none;
}
.cuadroactualidad5
{
width:100%;
overflow:hidden;
padding:5px;
border-bottom:solid 1px #DDD;
border-top:solid 1px #DDD;

}
.cuadroactualidad5 h3
{
padding:0px;
margin:0px;


}

/*######################################*/
/* css de la zona MULTIMEDIA */


#multimedia .lateralderecho
{
	width:470px;
	clear:right;
	float:right;
	overflow: hidden;

}
#multimedia h2
{
	margin-top:5px;
	border:solid 1px #ccc;
	color:#666;
	width:458px;
}
#multimedia .centro
{
width:950px;
}
#multimedia .centro h2
{
width:100%;
}
#multimedia .lateralizquierdo
{
	width:470px;
	
	
}


.musica
{
width:470px;
height:250px;
}
.cuadromusica1, .cuadromusica2
{
width:470px;
float:left;
height:115px;
overflow:hidden;
padding:5px;
position:relative;
}
.cuadromusica1 img, .cuadromusica2 img
{
float:left;
padding:5px;
}
.cuadromusica1 object, .cuadromusica2 object
{
position:absolute;
top:100px;
left:130px;
}
.cuadromusica1 h3, .cuadromusica2 h3
{
	font-size: 12px;
	text-align:left;
	color:#4d82c4;
	margin:0px;
	padding:0px;
	padding-top:5px;
}
.cuadromusica2
{
background-color:#F9F9F9;
}
.entrevistas
{
padding-top:50px;
height:575px;
padding-bottom:50px;
}
.cuadroentrevista1, .cuadroentrevista2
{
width:470px;
float:left;
height:115px;
overflow:hidden;
padding:5px;
position:relative;
}
.cuadroentrevista1 img, .cuadroentrevista2 img
{
float:left;
padding:5px;
}
.cuadroentrevista1 object, .cuadroentrevista2 object
{
position:absolute;
top:100px;
left:130px;
}
.cuadroentrevista1 h3, .cuadroentrevista2 h3
{
	font-size: 12px;
	text-align:left;
	color:#4d82c4;
	margin:0px;
	padding:0px;
	padding-top:5px;
}
.cuadroentrevista2
{
background-color:#F3F3F3;
}



.cuadrovideo1, .cuadrovideo2
{
width:460px;
float:left;
height:115px;
overflow:hidden;
padding:5px;
position:relative;
}
.cuadrovideo1 img, .cuadrovideo2 img
{
float:left;
padding:5px;
}
.cuadrovideo1 object, .cuadrovideo2 object
{
position:absolute;
top:100px;
left:130px;
}
.cuadrovideo1 h3, .cuadrovideo2 h3
{
	font-size: 12px;
	text-align:left;
	color:#4d82c4;
	margin:0px;
	padding:0px;
	padding-top:5px;
}
.cuadrovideo2
{
background-color:#F9F9F9;
}

.fotos2 img,  .fotos img
{
border:0px;
}

.cuadrofoto1, .cuadrofoto2
{
width:460px;
float:left;
height:115px;
overflow:hidden;
padding:5px;
position:relative;
}
.cuadrofoto1 img, .cuadrofoto2 img
{
float:left;
padding:5px;
}
.cuadrofoto1 object, .cuadrofoto2 object
{
position:absolute;
top:100px;
left:130px;
}
.cuadrofoto1 h3, .cuadrofoto2 h3
{
	font-size: 12px;
	text-align:left;
	color:#4d82c4;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

.fotos2
{

}


.cuadrofoto2
{
background-color:#F9F9F9;
}
.cuadrofoto21, .cuadrofoto22
{
width:182px;
height:150px;
overflow:auto;
padding:5px;
position:relative;
text-align:center;
float:left;
}

.cuadrofoto21 img, .cuadrofoto22 img
{
padding:5px;
}
.cuadrofoto21 font, .cuadrofoto22 font
{
	font-size: 12px;
	text-align:center;
	color:#4d82c4;
	margin:0px;
	padding:0px;
	padding-top:5px;
}
.cuadrofoto22
{
background-color:#F0F0F0;
}
/* ############################################################# */





.h2normal
{
	width:auto;
	border:0;
	color:#000;
	font-weight:bold;
	
}
.cuadrodestacadas1, .cuadrodestacadas2
{
width:231px;
float:left;
height:155px;
overflow:hidden;
padding:5px;
background: transparent url(../Imagenes/esquina_mas.gif) no-repeat right bottom;
}
.cuadrodestacadas1 h3, .cuadrodestacadas2 h3
{
	font-size: 12px;
	text-align:left;
	color:#4d82c4;
	margin:0px;
	padding:0px;
	padding-top:5px;
}
.cuadrodestacadas2
{
background-color:#F9F9F9;
}

.conciertos
{
width:100%;
overflow:hidden;

}
.conciertos h3
{
	font-size: 12px;
	text-align:left;
	color:#4d82c4;
	margin:0px;
	padding:3px;
}
.conciertos p
{
	margin:0px;
	padding:3px;
}
.conciertos div
{
	margin-top:5px;
	padding:0px;
	background-color:#f0f0f0;
	width:366px;
	float:left;
	margin-right:2px;
}
.conciertos2
{
overflow:hidden;

}
.conciertos2 img
{
float:left;
margin-right:15px;
}
.conciertos2 h3
{
	font-size: 12px;
	text-align:left;
	color:#4d82c4;
	margin:0px;
	padding:0px;
}
.conciertos2 p
{
	margin:0px;
	padding:0px;
}
.conciertos2 div
{
	margin-top:5px;
	padding:0px;
	background-color:#f0f0f0;
	height:110px;
}
.novedades h3
{
	font-size: 12px;
	text-align:left;
	color:#4d82c4;
	margin:0px;
	padding:0px;
}
.novedades p
{
	margin:0px;
	padding:0px;
}
.novedades div
{
	margin-top:5px;
	padding:0px;
}

.busqueda
{
width:960px;
height:250px;
}
.cuadrobusqueda1, .cuadrobusqueda2
{
width:470px;
float:left;
height:145px;
overflow:hidden;
padding:5px;
position:relative;
}
.cuadrobusqueda1 img, .cuadrobusqueda2 img
{
float:left;
padding:5px;
border:0px;
}
.cuadrobusqueda1 object, .cuadrobusqueda2 object
{
position:absolute;
top:100px;
left:130px;
}
.cuadrobusqueda1 h3, .cuadrobusqueda2 h3
{
	font-size: 12px;
	text-align:left;
	color:#4d82c4;
	margin:0px;
	padding:0px;
	padding-top:5px;
}
.cuadrobusqueda2
{
background-color:#F9F9F9;
}




.cuadropublicidad
{
	padding:5px;
	width:186px;
	border:solid 2px #999;
}
/*######################################*/
/* css de la En vivo */

#encabeza_6 .presentador
{
width:200px;
font-size:11px;
position:absolute;
top:4px;
left:10px;
font-weight:bold;
}
#encabeza_6 .programa
{
width:220px;
position:absolute;
top:20px;
left:5px;
font-size:24px;
color:#4d82c4;
font-weight:bold;
font-style:italic;
line-height:24px;
text-align:center;
}
#encabeza_6 .horas
{
width:200px;
font-size:9px;
position:absolute;
top:80px;
left:150px;
font-size:9px;
}
#encabeza_6 .foto
{
width:100px;
position:absolute;
top:0px;
left:230px;
height:100px;
background:#fff;
text-align:center;
}
#encabeza_6 .escuchar
{
position:absolute;
top:25px;
right:5px;
}
#encabeza_6 .telefono
{
position:absolute;
top:80px;
left:5px;
font-size:9px;
}

/*######################################*/
/* css de la Programacion */
.programacion h3
{
color:#009;
padding:0px;
margin:0px;
font-size:12px;
}
.programacion span
{
font-size:10px;
text-align:left;
}


/*######################################*/
/* css de la ver Datos */
.Datos
{
margin-left:10px;
margin-right:10px;
}



/*######################################*/
/* css de la zona Admin */

.admin_titulo
{
	background-color:#81c1e2;
}
.admin_celda1
{
	background-color:#b5d3e2;
}
.admin_celda2
{
	background-color:#cceeff;
}




/*#########################################*/

.frecuenciaemisoras
{
	width:210px;
	margin-right:6px;
	height:30px;
	float:left;
	font-weight:bold;
}
.frecuenciaemisoras .nombreemisora
{

}
.frecuenciaemisoras .frecuenciaemisora
{
margin-left:5px;
}
/*###########################################*/


.trapitipos
{
	width:180px;
	height:14px;
	background:#ffffff;
	margin:5px;
}
-->