@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFDD;
	color:#666666;
	font-family:tahoma;
	font-size:13px;
}
.links_menu {
	font-family:tahoma;
	font-size:13px;
	color:#006CC2;
	font-weight:bold;
}
.td_centro {
	background-color:#F0F5F9;
	border-right: 1px solid #e6e6e6;
}
.td_derecha {
	padding: 10px 8px 10px 10px;
}
.h1 {
	font-family: Trebucht MS;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.font_site {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	text-align:justify;
}

.tablaNoticias{
 /* border-right: 1px solid #e6e6e6; */
}
.tablaNoticias a{
 color:#555555;
 text-decoration:none;
}
.tablaNoticias a:hover{
 color:#666666;
 text-decoration:underline;
}
.contenidoNoticia{
 text-align:justify;
 padding:10px;
}
.contenidoNoticia a{
 font-weight:bolder;
}
.contenidoImagen{
 /*background-image:url(../imagenes/bg_img_noticias.jpg);
 border-bottom:10px solid #3882af;
 padding-top:20px;*/
}
.tablaIntendentes{
 background-color:#FFFFFF;
 /*border-right: 1px solid #e6e6e6;*/
 margin:0;
 padding:0;
 width:100%;
 font-size:9px;
}
.tablaIntendentes strong{
 margin-bottom:4px;
}
.contenido6Titulo{
padding: 10px 0 0 0;
}
.contenido6Titulo h3{
 font-size:18px;
}
.barraTitulos{
 background-color:#E4E6E8;
 color:#666666;
 font-weight:bold;
}
.barraTitulos a{
 text-decoration:none;
 color:#006599;
}
.barraTitulos a:hover{
 text-decoration:underline;
 color:#3294e1;
}
.noticiaTitulo{
 padding:10px 0 0 20px;
}
.noticiaContenido{
 padding:0 30px;
}
.noticiaBotonera{
 padding:20px 30px 0 0;
 text-align:right;
}
.tituloNoticia{
 text-align:left;
 text-indent:10px;
}
.hrNoticias{
 height:0;
 color:#f0f5f9;
 border-bottom:1px dashed #c6e2f9;
}
.tablaArchivos a{
 color:#333333;
 text-decoration:none;
}
.tablaArchivos a:hover{
 color:#666666;
 text-decoration:underline;
}
.contenidoArchivos img{
  margin-top:10px;
}

.buscar{
  background-image:url(../imagenes/fdo_buscar.jpg);
  color:#999999;
  margin-top:10px;
  margin-bottom:10px;
  background-repeat:no-repeat;
  width:194px;
  height:35px;
}

.buscar input{
  margin-top:7px;
}
.cajaBuscar{
  color:#999999;
  border:1px solid #CCCCCC;
}
.botonBuscar{
  width:24px;
  margin-top:2px;
  height:19px;
  color:#999999;
  background-color:#E0E0E0;
  border:1px solid #999999;
}
.listaNoticia th{
 color:#006599;
 font-weight:bold;
}
.listaNoticia a{
 color:#006599;
}
.listaNoticia a:hover{
 color:#3294e1;
}
.mailNoEnviado{
  margin-top:20px;
  font-weight:bold;
  color:#FF3300;
}
.mailEnviado{
  margin-top:20px;
  font-weight:bold;
  color:#006599;
}