/* Estilos principales */

body {
	background-color: #DDDCD9;
	font-family: Verdana;
}


/************************************/
/*			CABECERA				*/
/************************************/
.cabecera {
	background-color: #FFFFFF;
	background-image: url(../imagenes/cabecera.jpg);
	vertical-align: bottom;
}

.enlacecabecera{
	font-size: 12px; 
	color: #006699;
	text-decoration: none;
}

.enlacecabecera:hover {
	font-size: 12px; 
	color: #006699;
	text-decoration: underline;
}


/********************************/
/*			MENU				*/
/********************************/
.barramenu {
	background-color: #F11F14; 
	border: solid 1px #F11F14;
}

.itemmenu{
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

/*
.itemmenu: hover{
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
}
*/

.itemmenumarcado{
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

/********************************/
/*			CUERPO				*/
/********************************/
.cajainterior {
	border: solid 2px #999999; 
	background-color: #F5F5F5;
}

ul.anclas {
	margin-top: 0px;
	margin-bottom: 0px;
}

li.anclas {
    /* display: inline; */
	list-style-image: url(../imagenes/simbolo_rojo.gif);
}

ul.anclasportada {
	margin-bottom: 0px;
	margin-left: 16px;
}

li.anclasportada {
	list-style-image: url(../imagenes/iconoflecha.gif);
}

.enlaceanclas {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #006699;
	text-decoration: none ;
}

.enlaceanclas:hover{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #006699;
	text-decoration: underline;
}

.cajaportada {
	background-color: #F11F14;
}

.cabeceracajaportada {
	background-color: #504943;
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    height: 15px;
}

/********************************/
/*			TEXTOS				*/
/********************************/
.titulotexto {
	font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    color: #FF0000;
}

.texto {
	font-family: Verdana;
    font-size: 13px;
    color: #504943;
}

.textocajaportada{
	font-family: Verdana;
    font-size: 10px;
    color: #EFEFED;
    padding-top: 0px;
}

/********************************/
/*			FOTOS				*/
/********************************/
.fotoportada{
	border: solid 2px #999999; 
}

.fotointerior {
	border: solid 1px #F11F14; 
}

/********************************/
/*			DELEGACIONES		*/
/********************************/
.tabladelegaciones {
	background-color: #DDDDD9;
	padding: 5px;
}

.encabezadodelegaciones {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-color: #F5F5F5;
	color: #504943;
	text-align: center;
	text-decoration: underline;
}

.cabeceradelegacion {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.celdadelegacion {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #504943;
}

.cabeceraceldadelegacion {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #504943;
}

/********************************/
/*			MAPA WEB			*/
/********************************/
.mapaweb {
	border: solid 1px #504943;
	background-color: #F11F14;
}

.titulomapaweb{
	font-family: Verdana;
	font-size: 14;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #504943;
	text-align: center;
}

.enlacemapaweb {
	font-size: 12px; 
	color: #FFFFFF;
	text-decoration: none;
}

.enlacemapaweb:hover {
	font-size: 12px; 
	color: #FFFFFF;
	text-decoration: underline;
}

.tituloseccion {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #504943;
	padding-left: 7px;
	background-image: url(../imagenes/pestania_normal.gif);
}

.tituloseccionmarcado {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 7px;
	background-image: url(../imagenes/pestania_seleccionado.gif);
}

.tituloseccionenlace {
	color: #504943;
	text-decoration: none;
}

ul.listamapaweb {
	padding-top: 3px;
	margin-bottom: 20px;
}

li.listamapaweb {
	list-style-image: url(../imagenes/simbolo_grisclaro.gif);
	margin-left: -10px;
}
