/*td { font-family:Verdana; font-size:11px; }

a{color:#000000;text-decoration:none;}*/

/* Rotulos del menu */
.menu{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	font-variant: normal;
}

.menu_seleccionado{
	color:#F4A91F;
	font-weight:bold;
	border: none;
	background-color: #000000;
	font-size: 12px;
}

.menu_grande_seleccionado {
	color:#F4A91F;
	font-size: 11px;
	font-weight:normal;
	border: none;
	
}

/* Letras blancas INICIO-CONTACTO etc */
a.enlace-blanco{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	font-variant: normal;
	text-decoration:none;
}
a.enlace-blanco:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#F4A91F;
	font-variant: normal;
}

a.enlace-amarillo{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-align:right;
	color:#F4A91F;
	font-variant: normal;
	text-decoration:none;
}
a.enlace-amarillo:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	color:#F4A91F;
	font-variant: normal;
}



/* Letras blancas INICIO-CONTACTO etc */
a.enlace-gris{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	color:#333333;
	font-variant: normal;
	text-transform: none;
	
}
a.enlace-gris:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#F4A91F;
	font-variant: normal;
}

/* Letras blancas INICIO-CONTACTO etc */
a.enlace-noticia{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#333333;
	font-variant: normal;
	text-transform: none;
	
}
a.enlace-noticia:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#F4A91F;
	font-variant: normal;
}

.letra-gris{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#8D9997}

.borde-total-negro {
	border-color: #000000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background: #EFF0F1;
}

.borde-abajo-blanco {
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.borde-arriba-blanco {
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}

.borde-arriba-negro {
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
}

/* bordes del recuadro del menu */
.bordes-menu {
	border-color:#000000; 
	border-right-style:solid; 
	border-bottom-style:solid; 
	border-top-style:solid; 	
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-width:1px;
}

/* bodes de la pantalla principal */
.borde-arriba-abajo-negro {
	border-color:#000000;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
}


/* bordes para el menu desplegable */
UL.menu{
	margin:0px;
	list-style-type:none;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0px;
	border: 0px none;
	background-color: #006ea4;
}
UL.menu li{
	display:block;
	list-style-type:none;
	background:#004f76;
	left: 8px;
	cursor: hand;
	padding: 1px;
	margin: 0px;
}
UL.menu li a{color:#000000;display:block;text-decoration:none;padding:3px;background:#fff;outset;width:auto}
UL.menu li a:hover{
	color:#F4A91F;
	border: none;
	background-color: #000000;
	font-size: 12px;
}
UL#quienes{
	margin:0px 0 0;
	padding:0;
	list-style-type:none;
	background-color: #004f76;
	border: 0px none #004f76;
}
UL#quienes li{
	display:block;
	bordeR:0;
	font-weight:normal;
	font-size:0em;
	list-style-type:none;
	float:none;
	background-color: #004f76;
}
UL.menu li UL#quienes li a{
	margin:0;
	background:#000000;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

UL.menu li UL#quienes li a:hover{
	margin:0;
	background:#000000;
	font-weight: normal;
	color: #F4A91F;
}

/* Cabeceras de los recuadros noticias y agenda*/
.cabecera1 {
	border: 1px solid #004f76;
	background-color: #004f76;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	font-variant: normal;
}

/* Cuerpo de los recuadros noticias y agenda*/
.cuerpo1 {
	border: 1px solid #004f76;
	background-color: #FFFFFF;
}

/* Cabeceras de los recuadros noticias y agenda*/
.cabecera_noticia {
	border: 1px solid #333333;
	background-color: #006EA4;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	font-variant: normal;
	text-align: justify;
}

.cabecera_post_noticia {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	
}

.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.txtnormalnegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}


.lista_objetivos {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
  	padding-left: 22px;
  	padding-right: 10px;
  	margin-left: 15px;
  	margin-bottom: 15px;
  	background:url(../imagenes/garrote_gordo_15x.gif) top left no-repeat;
  	List-style:none;
}

.lista_centros {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-left: 22px;
  	padding-right: 10px;
  	margin-left: 5px;
  	margin-bottom: 15px;
  	background:#EEEEEE;
  	List-style:url(../imagenes/garrote_gordo_15x.gif) none outside;
}

.lista_gobierno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	padding-left: 70px;
	padding-right: 10px;
	margin-left: 200px;
	margin-bottom: 15px;
	List-style:none;
}

.lista_directiva {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 20px;
	margin-bottom: 15px;
	List-style:none;
	background:url(../imagenes/boton.jpg) left no-repeat;
}


/* bordes que no se si utilizare */
.borde-total-azul {
	border-color: #004F76;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background: #EFF0F1;
}
