/*------ ESTRUCTURA DE PÁGINA ---------------------------------------------*/



body{

 width: 775px;

 margin: 10px auto;

 font-family: Verdana, Arial, Helvetica, sans-serif;

 font-size: 0.8em;

 voice-family: "\"}\""; voice-family:inherit;

 color: #000000;

 background-color: #ffffff;

}





/*------ BLOQUE DE CABECERA -------------------------------*/

#cabecera {

 display: block;

 width: 775px;

 height: 90px;

 float: left;

}



/*------ BLOQUE DE CONTENEDOR -------------------------------*/



#contenedor {

 display: block;

 width: 775px;

 float: left;

}



.enlace {  color: black; text-decoration: none}

.tipico {  font-size:7pt; color:black; text-decoration: none}

.tipico2 { font-size:8pt; color:#000000; text-decoration: none; font-weight: bold;}

.titular { font-size:10pt; color:red; text-decoration: none; font-weight: bolder; }

.caja   {  background-color:#ffffff; font-size:8pt; color:black}

.hoy { font-size: 8pt; color: #000000; text-decoration: none; }

.mañana { font-size: 8pt; color: #000000; text-decoration: none;}

.pasado { font-size: 7pt; font-weight: normal; color: #000000; text-decoration: none; }

.proximamente { font-size: 7pt; font-weight: normal; color: #000000; text-decoration: none; }

.copirai { font-size:7pt; color:#CCCCCC; text-decoration: none }

.CTooltip { position:fixed; top:10px; left:10px; z-index:2; width:175px; visibility:hidden; font: 7pt Verdana,sans-serif; background-color: #33fc99; padding: 8px; border: 1px solid black; }

.style7 {color: #000000; }

.hemeroteca {font-size: xx-small; }

.style11 { color: #000000; font-size: 9px; }

.style8 { color: #FFFFFF; }

.style9 { font-size: 10pt; }

.style10 { font-size: 9pt; }

.style13 { font-size: xx-small; }

.style16 { font-family: "Courier New", Courier, mono}



/*------ BLOQUE DE BUSQUEDA -------------------------------*/

#contenedor #busqueda {

 display: block;

 width: 400px;

 float: none;

 clear: both;

 padding: 0;

 margin: 10px auto;
 margin-bottom: 40px;

}



#contenedor #subscripcion {

 display: block;

 width: 400px;

 float: none;

 clear: both;

 padding: 0;

 margin: 10px auto;

}



/*------ BLOQUE DE MENU -------------------------------*/

#contenedor #menu {

 margin: 15px auto;

 display: block;

 width: 470px;

 float: none;

 clear: both;

 padding: 0 0 0 0;

 text-align: center;

 vertical-align: middle;

}



#menu #opciones {

 display: block;

 width: 250px;

 height: 20px;

 float: left;

 padding: 0 0 0 0;

 text-align: left;

 vertical-align: baseline;

}



#menu #filtro {

 display: block;

 width: 200px;

 height: 20px;

 float: right;

 padding: 0 0 0 0;

 text-align: right;

 vertical-align: baseline;

}



/*------ BLOQUE DE CONTENIDO -------------------------------*/

#contenedor #contenido {

 display: block;

 width: 100%;

 float: none;

 clear: both;

}



#contenedor #colizq {

 position: relative;

 width: 150px;

 float: left;

}



#contenido #novedades {

 position: relative;

 height: 340px;

 overflow: auto;

 width: 150px;

 float: left;

}



#contenido #criticas {

 position: relative;

 width: 150px;

 height: 170px;

 float: left;

 clear: left;

 overflow: auto;

 margin-top: 10px;

}



#contenido #general {

 position: relative;

 width: 470px;

 float: left;

}



#contenedor #coldch {

 position: relative;

 width: 150px;

 float: left;

}



#contenido #cambios {

 position: relative;

 height: 340px;

 overflow: auto;

 width: 150px;

 float: left;

}







#contenido #radio {

 position: relative;

 height: 160px;

 overflow: auto;

 width: 150px;

 float: left;

}



table{

 width: 100%;

 margin: 0;

 border-bottom: dotted #000000 1px;

 border-top: none;

 border-right: none;

 border-left: none;

}



table tr{

 border-bottom: none;

 border-top: none;

 border-right: none;

 border-left: none;

}



table td{

 border-bottom: none;

 border-top: none;

 border-right: none;

 border-left: none;

}



/*------ BLOQUE DE PIE -------------------------------*/

#pie {

 margin: 20px 0;

 display: block;

 width: 775px;

 float: left;

 text-align: center;

 color: #000000;

}



/*------ ELEMENTOS -------------------------------*/





a:link {

	color: #000000;

}

a:visited {

	color: #000000;

}

a:hover {

	color: #000000;

	background-color:#cc0000;

}

a:active {

	color: #000000;

	background-color:#FF6633

}