/*************ELEMENTOS COMUNES*************/
.titulo {
	width: 100%;
	font-size: 14px;
	color: White;
	font-weight: bold;
	font-style: italic;
	background-color: #999999;
	position: relative;
	-moz-box-sizing: border-box;
	display: table;
}

.titulo DIV {
	text-transform: uppercase;
	padding-top: 2px; 
	float: left;
	display: inline;
}

.titulo IMG {
	height: 22px;
	width: 80px;
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.titulo FORM {
	font-variant: small-caps;
	font-style: normal;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.titulo FORM SELECT {
	margin-right: 5px;
	height: 20px;
}

#pie {
	text-align: right;
	font-size: 12px;
	padding: 2px;
}

#pie A {
	text-decoration: none;
	color: #003366;
}

.navegacion {
	width: 100%;
	height: 15px;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	display: block;
}

.navegacion A {
	text-decoration: none;
	color: #727272;
	margin-left: 5px;
}

.navegacion A:hover {
	background-color: #010067;
	color: White;
}

.navegacion B {
	color: Black;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

/**********ESTILO ASOCIADO A UN FORO************/
#Foros {
	width: 100%;
	position: relative;
}

#Foros A {
	text-decoration: none;
}

#Foros A:hover {
	font-weight: bold;
}

#Foros_foro {
	width: 100%;
	height: 50px;
	text-align: justify;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #003366;
	-moz-box-sizing: border-box;
	cursor: pointer;
	position: relative;
	display: table;
}

#Foros_foro DIV {
	width: 100%;
	height: 50px;
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	display: table;
	vertical-align: bottom;
}

#Foros_foro .foto {
	width: 14%;
	height: 100%;
	position: relative;
	display: block;
}

#Foros_foro .foto INPUT {
	width: 100%;
	height: 100%;
	border: none;
	position: relative;
}

#Foros_foro .tema {
	width: 36%;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

#Foros_foro .mensaje {
	width: 36%;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: solid;
	border-right-color: #003366;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
	border-left-width: 1px;
	position: relative;
}

#Foros_foro .mensaje IMG {
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

#Foros_foro .nmensajes {
	width: 12%;
	height: 100%;
	text-align: center;
	position: relative;
}

#Foros_cuadroMensajes {
	width: 100%;
	border-style: solid;
	border-color: #003366;
	border-width: 1px;
	border-top-style: none;
	margin-bottom: 10px;
	padding-top: 20px;
}

#Foros_cerrar {
	width: 15px;
	height: 15px;
	z-index: 100;
	cursor: pointer;
	float: right;
}

#Foros_participar {
	margin-top: -20px;
	text-transform: uppercase;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-left-style: none;
	border-top-style: none;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #99cccc;
	z-index: 100;
	cursor: pointer;
	float: left;
	color: #003366;
	font-size: 12px;
	position: absolute;
}

#Foros_responder {
	width: 100%;
	text-align: center;
	position: relative;
}

#Foros_responder A {
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 5px;
	margin-top: 20px;
}

#Foros_responder A:hover {
	font-weight: bold;
}

#Foros_nodo {
	width: 100%;
	left: 20%;
	margin-bottom: 1px;
	position: relative;
	display: table;
}

#Foros_icono {
	width: 16px;
	height: 100%;
	text-align: center;
	vertical-align: top;
	cursor: default;
	float: left;
	position: relative;
	cursor: pointer;
}

#Foros_icono IMG {
	vertical-align: bottom;
}

#Foros_texto {
	width: 60%;
	vertical-align: top;
	text-align: justify;
	position: relative;
	float: left;
}

#Foros_mensaje {
	width: 100%;
	font-size: 11px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #003366;
	border-top-style: none;
	-moz-box-sizing: border-box;
}

#Foros_cabecera {
	width: 100%;
	height: 60px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	position: relative;
	font-weight: bold;
	-moz-box-sizing: border-box;
	display: table;
}

#Foros_cabeceraFoto {
	width: 50px;
	height: 100%;
	position: relative;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #003366;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #003366;
	-moz-box-sizing: border-box;
	float: left;
	display: table;
}

#Foros_cabeceraFoto IMG {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#Foros_cabeceraNick {
	width: 40%;
	height: 100%;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	-moz-box-sizing: border-box;
	float: left;
	display: table;
}

#Foros_cabeceraTitulo {
	width: 40%;
	height: 100%;
	position: relative;
	display: table;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	display: table;
	-moz-box-sizing: border-box;
}

#Foros_cabeceraTitulo IMG {
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

#Foros_cabeceraAdjuntos {
	width: 50px;
	height: 100%;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #003366;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #003366;
	float: right;
	-moz-box-sizing: border-box;
	display: table;
}

#Foros_cabeceraAdjuntos INPUT {
	width: 50px;
	height: 60px;
	border: none;
}

#Foros_cuerpo {
	width: 100%;
	padding: 10px;
	position: relative;
	display: block;
	text-align: justify;
	-moz-box-sizing: border-box;
}

#Foros_adjuntos {
	width: 50%;
	background-color: #EFEFE7;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	-moz-box-sizing: border-box;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	position: absolute;
	
}

#Foros_adjuntos DIV {
	vertical-align: middle;
	text-align: justify;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	position: relative;
	display: block;
	float: left;
}

/***********************************************/

/************ESTILO ASOCIADO AL MAPA************/

#Mapa {
	width: 100%;
	height: 350px;
	
}

/***********************************************/

/**********ESTILO ASOCIADO AL MAPA WEB**********/

#MapaWeb {
	width: 100%;
	position: relative;
}

#MapaWeb TABLE {
	width: 100%;
	font-size: 11px;
}

#MapaWeb TABLE TR TD {
	width: 50%;
	padding: 10px;
	vertical-align: top;
}

#MapaWeb UL {
	list-style-image: url('../iconos/lista.gif');
	margin: 0px;
	padding: 0px;	
	margin-left: 20px;
	margin-bottom: 10px;
}

#MapaWeb UL LI {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#MapaWeb UL LI UL {
	margin: 0px;
	padding: 0px;	
	margin-left: 10px;
}

#MapaWeb LI UL LI {
	font-weight: normal;
	margin: 0px;
}

#MapaWeb A {
	text-decoration: none;
	color: #003366;
}

#MapaWeb A:hover {
	text-decoration: underline;
}

/***********************************************/

/*****ESTILO ASOCIADO AL MENÚ DE NAVEGACIÓN*****/
#MenuNavegacion {
	width: 100%;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	color:  #010067;
	position: relative;
	cursor: default;
	text-align: left;
	-moz-box-sizing: border-box;
}

#MenuNavegacion UL {
	list-style-image: url(../iconos/lista.gif);
	font-style: normal;
}

#MenuNavegacion UL LI {
	cursor: pointer;
}

#MenuNavegacion UL LI:hover {
	font-weight: bold;
}

#MenuNavegacion_primerNivel UL{
	padding-left: 10px;
	margin: 0px;
	font-weight: normal;
	text-transform: none;
	color: #727272;
}

#MenuNavegacion_primerNivel {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 21px;
	padding-top: 5px;
}

#MenuNavegacion_primerNivel A {
	text-decoration: none;
	color:  #010067;
}

#MenuNavegacion_primerNivel A:hover {
	color: Blue;
}

#MenuNavegacion_primerNivel UL LI A {
	text-decoration: none;
	color: #727272;
}

#MenuNavegacion_primerNivel UL LI A:hover {
	text-decoration: underline;
}

/***********************************************/

/*********ESTILO ASOCIADO A LAS NOTICIAS********/

.Noticias {
	width: 100%;
	color: black;
	position: relative;
	font-size: 10px;
	text-align: justify;
	-moz-box-sizing: border-box;
}

.Noticias TABLE {
	font-size: 10px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#Noticias_resumen {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #010067;
}

#Noticias_resumen IMG {	
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.Noticias .tituloHome {
	color: #010067;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.Noticias .tituloHome A {
	color: #010067;
	text-decoration: none;
	font-size: 12px;
}

.Noticias .tituloHome A:visited {
	color: #010067;
}

.Noticias .tituloHome A:active {
	color: #0080C0;
}

/*******************************************************/

/*********ESTILO PARA UNA LISTA DE NOTICIAS*************/

#Noticias_fecha {
	color: #727272;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	padding-top: 5px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #010067;
}

#Noticias_titulo {
	color: #010067;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#Noticias_titulo A {
	color: #010067;
	text-decoration: none;
	font-size: 12px;
}

#Noticias_titulo A:visited {
	color: #010067;
}

#Noticias_titulo A:active {
	color: color: #0080C0;
}

#Noticias_navegacion {
	border-style: solid;
	border-width: 1px;
	border-color: #727272;
	background-color: Ivory;
	margin-top: 10px;
}

/********ESTILO PARA UNA NOTICIA SOLA***********/

#Noticia_cabecera {
	background-color: #999999;
	color: White;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#Noticia_titulo {
	text-transform: uppercase;
	font-size: 12px;
}

#Noticia_fecha {
	font-style: italic;
	font-size: 10px;
}

#Noticia INPUT {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
	vertical-align: top;
}

#Noticia_texto {
	width: 100%;
	padding: 1em;
	vertical-align: top;
	font-size: 12px;
	-moz-box-sizing: border-box;
}

#Noticia_info {
	width: 100%;
	vertical-align: top;
	-moz-box-sizing: border-box;
}

#Noticia_info TABLE {
	width: 100%;
	height: 100%;
	vertical-align: top;
	font-size: 12px;
}

#Noticia_info IMG {
	width: 100%;
	height: 170px;
	margin: 0px;
}

#Noticia_georeferencia {
	border-style: solid;
	border-width: 1px;	
}

#Noticia_info UL {
	padding: 5px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	text-align: left;
}

#Noticia_info LI {
	margin-bottom: 5px;
}

#Noticia_info A {
	text-decoration: none;
	
}

#Noticia_Info .cabecera {
	width: 100%;
	color: #72272;
	font-size: 12px;
	text-align: center;
	background-color: #EFEFE7;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1em;
	-moz-box-sizing: border-box;
}

#Noticia_documentos {
	width: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
}

#Noticia_documentos DIV {
	width: 100%;
	margin-top: 1px;
	vertical-align: middle;
	text-align: justify;
	position: relative;
	float: left;
	display: block;
}

#Noticia_documentos IMG {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

#Noticia_enlaceLista {
	width: 100%;
	background-color: #999999;
	padding: 3px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
}

#Noticia_enlaceLista A {
	text-decoration: none;
	color: Black;
}

#Noticia_enlaceLista A:hover {
	color: White;
}

/***********************************************/

/***ESTILO ASOCIADO A LOS EVENTOS DE PORTADA***/
.Eventos {
	width: 100%;
	color: black;
	text-align: justify;
	font-size: 10px;
	position: relative;
}

.Eventos TABLE {
	font-size: 10px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#Eventos_resumen {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #010067;
}

#Eventos_resumen IMG {	
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.Eventos .tituloHome {
	color: #010067;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.tituloHome A {
	color: #010067;
	text-decoration: none;
	font-size: 12px;
}

.tituloHome A:visited {
	color: #010067;
}

.tituloHome A:active {
	color: color: #0080C0;
}

/*********ESTILO PARA UNA LISTA DE EVENTOS******/

#Eventos_lugar {
	color: #727272;
	font-weight: bold;
	font-style: italic;
}

#Eventos_fecha {
	color: #727272;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
}

#Eventos_titulo {
	color: #010067;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	margin-top: 5px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #010067;
}

#Eventos_titulo A {
	color: #010067;
	text-decoration: none;
	font-size: 12px;
}

#Eventos_titulo A:visited {
	color: #010067;
}

#Eventos_titulo A:active {
	color: color: #0080C0;
}

#Eventos_navegacion {
	border-style: solid;
	border-width: 1px;
	border-color: #727272;
	background-color: Ivory;
	margin-top: 10px;
	-moz-box-sizing: border-box;
}


/**************ESTILO PARA UN EVENTO SOLO****************/

#Evento_cabecera {
	background-color: #999999; 
	color: White;
	font-weight: bold;
	margin: 0px; 
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#Evento_cabecera INPUT {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
	vertical-align: top;
}

#Evento_titulo {
	text-transform: uppercase;
	font-size: 12px;
}

#Evento_fecha {
	font-style: italic;
	font-size: 10px;
}

#Evento_texto {
	width: 100%;
	padding: 1em;
	vertical-align: top;
	font-size: 12px;
	-moz-box-sizing: border-box;
}

#Evento_info {
	width: 100%;
	-moz-box-sizing: border-box;
}

#Evento_info TABLE {
	width: 100%;
	height: 100%;
	vertical-align: top;
	font-size: 12px;
}

#Evento_info IMG {
	width: 100%;
	height: 170px;
	margin: 0px;
}

#Evento_info UL {
	padding: 5px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	text-align: left;
}

#Evento_info LI {
	margin-bottom: 5px;
}

#Evento_info A {
	text-decoration: none;
	
}

#Evento .cabecera {
	width: 100%;
	color: #72272;
	font-size: 12px;
	text-align: center;
	background-color: #EFEFE7;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1em;
	-moz-box-sizing: border-box;
}

#Evento_documentos {
	width: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
}

#Evento_documentos DIV {
	width: 100%;
	margin-top: 1px;
	vertical-align: middle;
	text-align: justify;
	position: relative;
	float: left;
	display: block;
}

#Evento_documentos IMG {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

#Evento_tablaDatos {
	vertical-align: top;
	width: 100%;
	text-align: center;
	font-size: 12px;

}

#Evento_tablaDatos TR TD {
	width: 25%;
	vertical-align: top;
}

#Evento_tablaDatos DIV {
	padding: 5px;
	-moz-box-sizing: border-box;
}


#Evento_enlaceLista {
	width: 100%;
	background-color: #999999;
	padding: 3px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
}

#Evento_enlaceLista A {
	text-decoration: none;
	color: Black;
}

#Evento_enlaceLista A:hover {
	color: White;
}

#Evento_enviar {
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;
	background-color:  #999999;
	position: relative;
	-moz-box-sizing: border-box;
}
/***********************************************/

/*********ESTILO ASOCIADO AL ORGANIGRAMA********/

#Organigrama {
	width: 100%;
} 

#Organigrama_menu {
	width: 40%;
	position: relative;
	float: left;
}

#Organigrama_menu IMG {
	width: 20px;
	height: 20px;
}

#Organigrama_seccion {
	height: 20px;
	width: 100%;
	margin-bottom: 1px;
	position: relative;
}

#Organigrama_seccion:hover {
	border-style: solid;
	border-width: 1px;
	border-color: White;
}

#Organigrama_icono {
	width: 20px;
	height: 100%;
	margin: 0px;
	padding: 0px
	vertical-align: middle;
	text-align: center;
	cursor: default;
	position: absolute;
}

#Organigrama_textoSeccion {
	width: 100%;
	vertical-align: middle;
	font-family: Calisto MT;
	font-weight: bold;
	color: #727272;
	background-color: #EFEFE7;
	position: relative;
}

#Organigrama_textoSeccion:hover {
	
	cursor: default;
}

#Organigrama_subseccion {
	width: 100%;
	position: relative;
}

#Organigrama_textoSubseccion {
	width: 100%;
	vertical-align: middle;
	font-size: 11px;
	color: Black;
	
}

#Organigrama_textoSubseccion:hover {
	cursor: default;
	color: Blue;
	text-decoration: underline;
}

#Organigrama_datos {
	width: 60%;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	position: relative;
	float: left;
}

#Organigrama_datos A {
	text-decoration: none;
}

#Organigrama_datos A:hover {
	background-color: #010067;
	color: White;
}

#Organigrama_seccionOrgano {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-family: Calisto MT;
	font-weight: bold;
	color: #727272;
	background-color: #EFEFE7;
	padding-left: 1em;
	position: relative;
	-moz-box-sizing: border-box;
}

#Organigrama_miembroOrgano {
	color: #727272;
	text-align: center;
	padding-top: 5px;
	position: relative;
}

#Organigrama_datosMiembro {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	position: absolute;
}

#Organigrama_datosMiembro IMG {
	height: 60px;
	width: 60px;
	float: right;
	margin-right: 1em;
	margin-top: 1em;
	border-style: solid;
	border-width: 1px;
}

#Organigrama_campo {
	font-size: 12px;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}

#Organigrama_campo DIV {
	padding-left: 1em;
	font-weight: normal;
}

#Organigrama_cerrar {
	width: 15px;
	height: 15px;
	z-index: 100;
	border-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	cursor: pointer;
	position: absolute;
}

/***********************************************/

/*****ESTILO PARA EL CUADRO DE INFORMACION******/
#CuadroInformacion {
	width: 100%;
	-moz-box-sizing: border-box;
	float: left;
}

#CuadroInformacion_titulo {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color: #003366;
	font-style: italic;
	text-transform: capitalize;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-box-sizing: border-box;
}

#CuadroInformacion_elemento {
	width: 100%;
	color: #660066;
	padding: 5px;
	text-align: justify;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	-moz-box-sizing: border-box;
	display: table;
}

/*ESTILO PARA DESTACADOS*/

#CuadroInformacion_imagen {
	width: 40%;
	float: left;
	vertical-align: middle;
}

#CuadroInformacion_imagen IMG {
	width: 90px;
	height: 50px;
}

#CuadroInformacion_enlace {
	width: 60%;
	float: left;
}

#CuadroInformacion_enlace A {
	text-decoration: none;
	color: #660066;
}

/************************/

/*ESTILO PARA ENCUESTAS*/

#CuadroInformacion_encuestaCabecera {
	width: 100%;
	height: 55px;
	border-bottom-style: groove;
	border-bottom-color: #010067;
	border-bottom-width: 1px;
	position: relative;
	display: table;
}

#CuadroInformacion_encuestaCabecera .encuesta {
	width: 65%;
	height: 100%;
	float: left;
}

#CuadroInformacion_encuestaCabecera .imagen {
	width: 55px;
	height: 100%;
	float: right;
}

#CuadroInformacion_encuestaCabecera INPUT {
	width: 55px;
	height: 100%;
	vertical-align: top;
}

#CuadroInformacion_formulario FORM {
	margin: 0px;
	padding: 0px;
}

#CuadroInformacion_encuesta {
	color: #660066;
	font-size: 12px;	
}

/***********************/

/*************ESTILO PARA LOS FOROS*************/

#CuadroInformacion_forosCabecera {
	width: 100%;
	height: 55px;
	border-bottom-style: groove;
	border-bottom-color: #010067;
	border-bottom-width: 1px;
	position: relative;
	margin: 0px;
	padding: 0px;
	display: table;
}

#CuadroInformacion_forosCabecera .pregunta {
	width: 70%;
	height: 100%;
	margin-right: 5px;
	float: right;
}

#CuadroInformacion_forosCabecera .imagen {
	width: 55px;
	height: 100%;
	float: left;
}

#CuadroInformacion_forosCabecera IMG {
	width: 100%;
	height: 100%;
}

/******* ESTILO PARA FARMACIAS DE GUARDIA ******/

#CuadroInformacion_elemento .farmaciaGuardia DIV {
	vertical-align: bottom;
}

#CuadroInformacion_elemento .farmaciaGuardia IMG {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#CuadroInformacion_elemento .farmaciaGuardia UL {
	margin: 0px;
	padding: 0px;
}

#CuadroInformacion_elemento .farmaciaGuardia UL LI {
	list-style: none;
	margin-left: 35px;
	margin-top: 5px;
}

/***********************************************/

/**********ESTILO ASOCIADO A LA GALERÍA*********/

#Galeria {
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	position: relative;
}

#Galeria_centro {
	width: 100%;
	position: relative;
}

#Galeria_mosaico {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
}

#Galeria_mosaico IMG {
	width: 100%;
	height: 100%;
}

#Galeria_descripcion {
	width: 100%;
	height: 70px;
	background-color: #EFEFE7;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 12px;
	color: #727272;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	position: relative;
	-moz-box-sizing: border-box;
}

#Galeria_pantalla {
	width: 50%;
	height: 80%;
	left: 50%;
	padding: 5px;
	padding-left: 0px;
	padding-right: 13px;
	-moz-box-sizing: border-box;
	position: absolute;
}

#Galeria_foto {
	width: 100%;
	position: relative;
}

#Galeria_foto IMG {
	width: 100%;
	height: 100%;
	display: block;
}

#Galeria_efecto {
	position: absolute;
}

#Galeria_efecto IMG {
	width: 100%;
	height: 100%;
}

#Galeria_herramientas {
	width: 100%;
	height: 18px;
	text-align: center;
	background-color: #010067;
	padding-top: -5px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	position: relative;	
}

#Galeria_herramientas INPUT {
	width: 16px;
	height: 16px;
	margin-left: 2px;
	margin-right: 2px;
}

#Galeria_marco {
	width: 16.6%;
	height: 20%;
	border-style: outset;
	border-width: 2px;
	border-color: #010067;
	position: absolute;
}
/*****************CONCEJALÍA********************/

#Concejalia {
	width: 100%;
	border-style: solid;
	border-width: 1px;
}

#Concejalia_menu {
	width: 100%;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	position: relative;
}

#Concejalia_menu TD {
	width: 16.6%;
	-moz-box-sizing: border-box;
}

#Concejalia_menu A {
	text-decoration: none;
	color: Black;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Black;
	display: block;
}

#Concejalia_menu A:hover {
	background-color: #EFEFE7;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-bottom-style: none;
}

#Concejalia_menuSeleccionado A {
	background-color: #EFEFE7;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-bottom-style: none;
}

#Concejalia_datos {
	padding: 10px;
	font-size: 11px;
	position: relative;
	-moz-box-sizing: border-box;
}

.Concejalia_tituloSecundario {
	width: 100%;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #EFEFE7;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	position: relative;
	-moz-box-sizing: border-box;	
}

/*****ESTILO PARA CONCEJAL*****/

#Concejalia_datosConcejal {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

#Concejalia_datosConcejal TABLE {
	width: 100%;
	font-size: 11px;
}

#Concejalia_datosConcejal TABLE TD {	
	vertical-align: top;
}

#Concejalia_datosConcejal TABLE TD IMG {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.Concejalia_tituloSecundario FORM {
	font-variant: small-caps;
	font-style: normal;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.Concejalia_tituloSecundario SELECT {
	margin-right: 10px;
}

#Concejalia_actos {
	width: 100%;
	position: relative;
}

#Concejalia_actos TABLE{
	width: 100%;
	font-size: 11px;
}

#Concejalia_actos TABLE TH {
	background-color: #010067;
	color: White;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: White;
}

#Concejalia_actos TABLE TD {
	text-align: justify;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: White;
	-moz-box-sizing: border-box
}

#Concejalia_actos TABLE .par {
	background-color: #E6F0FA;
}

#Concejalia_datos A {
	text-decoration: none;
	color: #727272;
	margin-left: 5px;
	margin-top: 20px;
}

#Concejalia_datos A:hover {
	background-color: #010067;
	color: White;
}

#Concejalia_datos UL {
	margin-top: 0px;
}

#Concejalia_datos UL LI {
	margin-bottom: 5px;
}
/******************************/

/********ESTILO LISTA GENÉRICA********/
#ListaGenerica {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}

#ListaGenerica_izquierda {
	width: 49.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	-moz-box-sizing: border-box;
}

#ListaGenerica_derecha {
	width: 49.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	-moz-box-sizing: border-box;
}

#ListaGenerica A {
	text-decoration: none;
	color: Blue;	
}

#ListaGenerica A:hover {
	background-color: #010067;
	color: White;
}

#ListaGenerica UL {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#ListaGenerica UL LI {
	text-align: justify;
	margin-top: 5px;
}

#ListaGenerica UL LI SPAN {
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 5px;
	
}

#ListaGenerica UL LI SPAN A {
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 5px;
	text-decoration: none;
	color: Black;
}

#ListaGenerica UL LI INPUT {
	width: 50px;
	height: 50px;
	margin-left: 10px;
	float: right;
	position: relative;
	border-style: none;
}

#ListaGenerica UL LI UL {
	list-style: none;
	list-style-image: none;
}

#ListaGenerica LI UL LI {
	margin: 0px;
	margin-top: 2px;
}

#ListaGenerica_datos {
	width: 100%;
	padding: 10px;
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	display: table;
}

#ListaGenerica_navegacion {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #727272;
	background-color: Ivory;
	-moz-box-sizing: border-box;
}

/*************************************/

/********ESTILO ENCUESTA********/
#Encuesta {
	width: 100%;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	position: relative;
}

#Encuesta FORM {
	width: 100%;
	padding: 10px;
	margin: 0px;
	position: relative;
	-moz-box-sizing: border-box;
}

#Encuesta FORM DIV {
	margin-bottom: 10px;
}

.Encuesta_cuadroTitulo {
	width: 100%;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #010067;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	-moz-box-sizing: border-box;
}

#Encuesta B {
	margin-right: 5px;
}

#Encuesta TEXTAREA {
	width: 100%;
	height: 100px;
	position: relative;
}

#Encuesta UL {
	margin: 0px;
	padding-left: 30px;
	padding-right: 10px;
	list-style: disc;
}

#Encuesta UL LI {
	margin-bottom: 10px;
	text-align: left;
}

#Encuesta OL LI UL LI {
	margin-bottom: 0px;
}

#Encuesta OL {
	width: 100%;
	margin: 0px;
	padding-left: 30px;
	padding-right: 10px;	
	-moz-box-sizing: border-box;
}

#Encuesta OL LI {
	margin-bottom: 10px;
	text-align: left;
}

#Encuesta OL LI INPUT {
	margin-top: 10px;
}

#Encuesta OL LI SELECT {
	margin-top: 10px;
}

#Encuesta OL LI TEXTAREA {
	margin-top: 10px;
}

#Encuesta OL LI TABLE {
	width: 90%;
	font-size: 11px;
	position: relative;
}

#Encuesta OL LI TABLE TR TD {
	vertical-align: bottom;
}

#ResultadoEncuesta {
	font-weight: bold;
}

#ResultadoEncuesta TABLE {
	color: Red;
	font-size: 10px;
	vertical-align: middle;
}

#ResultadoEncuesta .barra {
	background-color: #999999;
	color: #999999;
}

/*******************************/

/**************ALERTAS (MARQUESINA)**************/

#Marquesina {
	width: 100%;
	height: 18px;
	background-color: #E6F0FA;
	float: left;
}

#Marquesina_titulo {
	width: 20%;
	height: 100%;
	color: White;
	background-color: #003366;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: White;	
	float: left;
	-moz-box-sizing: border-box;
}

#Marquesina_alerta {
	height: 100%;
	width: 80%;
	color: #003366;
	text-align: left;
	padding-top: 3px;
	overflow: hidden;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
}

#Marquesina_scroller {
	position: absolute;
}

/*ESTILO PARA EL BUSCADOR*/
#Buscador TABLE {
	font-size: 11px;
	font-weight: bold;
}

#Buscador FORM {
	margin: 10px;
}

#Buscador FORM INPUT {
	width: 100%;
}

/****************GALERIA HOME*******************/

#GaleriaHome {
	width: 100%;
}

#GaleriaHome_imagenes TABLE TR TD {
	text-align: center;
	vertical-align: middle;
}

#GaleriaHome_imagenes IMG {
	width: 70px;
	height: 70px;
	cursor: pointer;
}

/****************TABLÓN DE ANUNCIOS*******************/

#TablonAnuncios {
	width: 100%;
}

#TablonAnuncios TABLE {
	width: 100%;
	font-size: 11px;
}

#TablonAnuncios TABLE TR TD {
	vertical-align: top;
}

#TablonAnuncios UL LI {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

#TablonAnuncios TABLE A {
	text-decoration: none;
	color: #003366;
}

#TablonAnuncios TABLE A:hover {
	color: Blue;
	text-decoration: none;
}

#TablonAnuncios_navegacion {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #727272;
	border-left-style: none;
	border-right-style: none;
	background-color: Ivory;
	-moz-box-sizing: border-box;
}
/****************BUSCADOR***********************/
#Buscador A {
	text-decoration: none;
	color: #003366;
	font-size: 12px;
}

#Buscador A.fl {
	display: none;
}

#Buscador SPAN.sm {
	display: none;
}

#Buscador FONT {
	font-size: 11px;
}

/***************PUBLICACIONES*******************/
#Publicaciones UL {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#Publicaciones UL LI {
	margin-top: 5px;
	top: 2px;
	list-style-image: url('../iconos/lista.gif');
}

#Publicaciones UL LI IMG {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

#Publicaciones TABLE TR TD {
	padding: 10px;
}

#Publicaciones .directorio {
	font-weight: bold;
	list-style-image: url('../iconos/folder.gif');
	color: #003366;
}
/***********************************************/
/*!!
Epoch DHTML JavaScript Calendar - Version 2.0.2
Edición española
CSS Style File
(c) 2006-2007 MeanFreePath
Free for NON-COMMERCIAL use - see website for details and updates
http://www.meanfreepath.com/javascript_calendar/index.html
!!*/

table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 215px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar a {
}
table.calendar a:hover {
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td, table.calendar th {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
.closeBtn {
	/*float: right;
	width: 15px;
	/*font-size: 1.5em;
	height: 13px;

	padding: 0 0 3px 0;
	margin: 1px 8px 0 0;
	border: solid black 1px;*/
}
/*all styles related to the main calendar grid*/
table.cells {
	border-collapse: collapse;
	border: solid #CCCCCC 1px;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
/*the day headings*/
table.cells th {
	border: solid #CCCCCC 1px;
	text-align: left;
	font-weight: bold;
	color: #0054E3;
	width: 22px;
}
table.cells th.wkhead {
	border-right: double #CCCCCC 3px;
	cursor: default;
	width: 22px;
}
/*The date cells*/
table.cells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	height: 20px; /*IE doesn't like ems*/
}
table.cells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.cells td.noselect {
	background-color: #EEEEEE;
	color: #BBBBBB;
	text-decoration: line-through;
	cursor: default;
}
table.cells td.hlday {
	background-color: #99FF99;
}
table.cells td.wkday {
	background-color: #DDDDDD;
}
table.cells td.wkend {
	background-color: #DDDDDD;
}
table.cells td.curdate {

}
table.cells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.cells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.cells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.cells td.hover {
	background-color: #999999;
}
table.cells td div {
	padding: 1px;
	margin: 0;
}
