/* CSS Document */

/*

Colores predefinidos

  Naranja: #ff9933;
  Verde:   #8cc540;

*/

body {	
	background-color:#DCDCDC;
	font-family: Tahoma, sans-serif, courier;	
	font-size: 11px;	
	line-height: 2em;	
	color: #000000;
	margin-top: 0px;
	margin-right: 0.1em;
	margin-bottom: 0em;
	margin-left: 0.1em;
        text-align:center;
        padding: 0;
	}

img { border:0px;    }


a {text-decoration:none; color:#8cc540} /*sacar el subrayado de los links*/


a:hover {
      color:#ff9933;
}

.enlace2 {text-decoration:none; color:red}

.enlace2:hover {
      color:black;
}


table {
	margin: 1px;
	padding: 2px;
	font-family: Tahoma, sans-serif, courier;	
}

td {
	font-family:  Tahoma;
	font-size:11px;
	margin-align:top;
	vertical-align:top;
	background-position: center top;
}

/*, sans-serif; font-size:11px; line-height: 12px; margin-top: 20px;margin-bottom: 0px; vertical-align:top}*/

.letras {font-family:Tahoma; font-size:11px}

li {font-family:  Tahoma, sans-serif; font-size:11px; line-height: 15px; margin-top: 7px;margin-bottom: 0px; color:#000066}

.ultimasnoticias { color: #0099cc }.menu {
	font-family: Tahoma, Courier, mono;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
.menu_titulo {
	color: #FFFFFF;
	background-color: #999999;
}
.menu_opcion {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border: #000000;


}
.noticia1 {
	color: #ff9933;
	background-color: #FFFFFF;
	font-family: Tahoma, Courier, mono;
	font-size: 14px;

}
.texto1 {
	font-family: Tahoma, Courier, mono;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	word-spacing: normal;
	letter-spacing: normal;


}
.titulo2 {
	font-size: 12px;
	font-family: Tahoma, Courier, mono;
	color: #FF9933;
	background-color: #FFFFFF;
}
.texto2 {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	letter-spacing: normal;
	font-family: Tahoma, Courier, mono;
	word-spacing: normal;



}
.entrevistatitulo {
	font-size: 12px;
	color: #8cc540;
}
.informetitulo {
	font-size: 12px;
	color: #ff0000;
}
.textotitulo {
	font-size: 14px;
	font-weight: bold;
}
.barranaranja {
	font-size: 12px;
	font-weight: normal;
	background-color: #ff9933;
	background-image: url(images/linea_naranja.gif);
	background-repeat: repeat-y;
	background-position: right center;


}
.barraverde {
	font-size: 12px;
	font-weight: normal;
	background-color: #8cc540;
	background-image: url(images/linea_verde.gif);
	background-repeat: repeat-y;
	background-position: right center;
}

select {
	background-color: #FFD5AA;
	border: #8cc540;
	font-size: 9px;

}
.alerta {
	text-decoration: blink;
	background-color: #FF0000;
	color: #FFFFFF;
	border: medium groove #000000;

}

.fondogris {
	background-color: #F1F4F4;
	background-image: none;
	background-repeat: repeat-y;
	background-position: right center;

}

.enlace {
	text-decoration: underline;
}
.menu2 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	cursor: hand;
	font-family: Tahoma, Courier, mono;
	border-top: thin none #666666;
	border-right: thin none #8cc540;
	border-bottom: thin none #8cc540;
	border-left: thin none #8cc540;


}
.sinenlace {
	text-decoration: none;
}
.header {
	border: thin none #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	background-color: #FF0033;


}
.tablarayada {
	border: 1px dotted #CCCCCC;
}

.menucito {
      font-weight: bold;
}

.menucito:hover{
      font-weight: bold;
	color: #ff9933;
	text-decoration: none;	
}

.tablalista {
      font-weight: none;
	color: #0099cc;
	text-decoration: none;	

}

.tablalista:hover{
      font-weight: bold;
	color: #0099cc;
	text-decoration: none;	
}

.listatitulo  {
      font-weight: bold;
      font-size: 13;
	color: #003366;
	text-decoration: none;	
}

.listatexto  {
      font-weight: normal;
      font-size: 11;
	color: #000000;
	text-decoration: none;	
}

.formu {
	font-size: 12px;
	font-weight: normal;
	background-color: #f0f0f0;
}

.tablabg1 {
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/bg1.jpg);
	background-position: left center;
}

.enlace_h {text-decoration:none; color:#CCCCCC} /*sacar el subrayado de los links*/

.enlace_h:hover {
        background-color:#CCCCCC;
        color:#FFFFFF;
}