/*=================================================================================================*/
/*=================================== CABECERA ====================================================*/
/*=================================================================================================*/

#registro_usuario {
	/*background: url(cssimg/fondoUsuarioLogado.gif) bottom right no-repeat;*/
	padding: 20px 0px 0px 0px;
	height: 48px;
	float: right;
	margin-bottom: 0px;
	width: 410px;
}


#registro_usuario p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
}

#input_buscador_general{
	border: 1px solid white;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.input_busq_general{
	position:relative;
	top: 4px;
}

#accesoRestringido {
	/*background: url(cssimg/candado.gif) bottom right no-repeat;*/
	/*background: url(cssimg/fondoUsuarioLogado.gif) bottom right no-repeat;*/
	width: 200px;  /*323*/
	height: 63px; /*63*/
	float: right;
	padding: 0px 10px 0 0;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

#accesoRestringido a {
	color: #FFF;
	text-decoration: none;
}

#accesoRestringido input {
	font-size: 0.9em;
}

#acessoRestringido input#input_login_submit {
	/*background: url(cssimg/botonBuscador.gif) top right no-repeat;*/
	color: #1B6DDD;
	width: 89px;
	height: 20px;
	padding-left: 10px;
}

/*=================================================================================================*/
/*===================================== GENERICO ==================================================*/
/*=================================================================================================*/


#navegadorPrincipal {
	float: left;
	width: 80%;
	padding: 0 0 0 10px;
	height: 20px;
}

.miguita {
	padding: 17px 0 20px 30px;
	width: 95%;
}

.miguita a {
	text-decoration: none;
	color: #000000;
}

.miguita a:hover {
	text-decoration: underline;
}

.miguitaActual {
	color: #1b6ddd !important;
	/*font-weight: bold;*/
}


.paginacion {
	width: 100%;
	text-align: center;
	color: #1B6DDD;
}

.paginacion a {
	color: #1B6DDD;
	text-decoration: none;
}

.paginacion a.actual {
	color: #000000;
}


.linea {
	width: 100%;
	padding-top: 1px;
/*	background: #EDEDED;*/
	border-top: 1px solid #EDEDED;
	margin: 14px 0 15px 0 ;
}

.contenedorCentro {
/*	border-right: 1px solid #EDEDED;*/
/*	border-top: 1px solid #EDEDED;*/
	width: 93%;
/*	margin-top: 15px;*/
}

.ajusteT4 {
	width: 45%;
}

/*=================================================================================================*/
/*=================================== MENU IZQUIERDO ==============================================*/
/*=================================================================================================*/

ul.listaN1MenuIzq {
	width: 100%;
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none outside none;
}

li.miNivel1 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none outside none;
}


.miNivel1Center {
	background: url(cssimg/menuIzqCenter1.gif) top left repeat-y;
	width: 224px;
}

.miNivel1Top {
	background: url(cssimg/menuIzqTop1.gif) top left no-repeat;	
	padding-top: 0px;
	width: 100%;
}

.miNivel1Bottom {
	background: url(cssimg/menuIzqBottom1.gif) bottom left no-repeat;
	padding-bottom: 5px;
	width: 100%;
}

.textoMiNivel1 {
	background: url(cssimg/gotaIzq.gif) 0px 1px no-repeat;
	width: 187px;
	padding: 5px 3px 0 10px;
	float: left;
	color: #003C78;
	font-weight: bold;
	font-size: 1.2em;
}

.textoMiNivel1 a {
	text-decoration: none;
	color: #003C78;
}

.flechaMenu {
	padding: 8px 0 0 0;
	float: left;
	cursor: pointer;
}


ul.listaN2MenuIzq {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none outside none;
}


li.miNivel2 {
	margin: 0;
	padding: 3px 0 3px 5%;
	width: 95%;
	list-style: none outside none;
	background: url(cssimg/fondoMiNivel2.gif) bottom left no-repeat;
}

li.miNivel2 a {
	color: #005DB7;
	font-size: 1.1em;
	text-decoration: none;
}

li.miNivel2Ultimo {
	text-align: center;
	background: url(cssimg/solapaAzul.gif) top no-repeat;
	padding-bottom: 3px;
}

li.miNivel2Ultimo a {
	color: #005DB7;
	font-size: 1.1em;
	text-decoration: none;
	color: #FFFFFF;
}


/*=================================================================================================*/
/*======================================= PIE =====================================================*/
/*=================================================================================================*/

#pie {
	/*background: url(cssimg/fondoPie.gif) top left;*/
	width: 99%;
	height: 99%;
	/*padding: 1px 1% 2px 0;*/
	text-align: center;
}


/*=================================================================================================*/
/*================================== ELEMENTOS CABECERA ===========================================*/
/*=================================================================================================*/

.ajusteT1 {
	width: 95%;
	margin: 8px 0 20px 0;
}

h1.h1seccion {
	background: url(cssimg/bandaAzul.gif) top left no-repeat;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 1.2em;
	color: #1B6DDD;
}

h1.h1seccion a {
	color: #1B6DDD;
}

h2.h2seccion {
	background: url(cssimg/bandaAzul.gif) top left no-repeat;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 1.1em;
	color: #1B6DDD;
}

h2.h2seccion a {
	color: #1B6DDD;
	text-decoration: none;
}

.ajusteT3 {
	width: 22%;
}


/*=================================================================================================*/
/*=================================== PORTADA ====================================================*/
/*=================================================================================================*/

.topPortada {
	width: 100%;
}

.topPortada img {
	width: 100%;
}

.imagenTop {
	height: 53px;
	width: 100%;
}

.imagenTop img {
	width: 100%;
}

.portadaColumnaIzq {
	width: 365px;  
	float: left;
}

.portadaColumnaDrc {
	width: 365px;
	float: right;
}

.contenedorH {
	background: url(cssimg/fondoElementoDestacado.gif) top right no-repeat;
	height: 21px;
	padding-top: 2px;
}

.fecha {
	color: #1B6DDD;
}

ul.listaPortadaIzq {
	width: 339px;
	float: right;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

ul.listaPortadaDrc {
	width: 339px;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}


li.elemListaPortada {
	list-style: none outside none;
	margin: 0;
	padding: 5px 0 8px 0;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	text-align: justify;
}

li.elemUltimoListaPortada {
	list-style: none outside none;
	margin: 0;
	padding: 5px 0 8px 0;
	width: 100%;
	text-align: justify;
}

a.titularEnlazable {
	color: #000000;
	text-decoration: none;
}

a.titularEnlazable:hover {
	text-decoration: underline;
}

.verMas {
	background: url(cssimg/fondoVerMas.gif) top left repeat-x; 
	padding: 2px 2px;
	float: right;
	font-size: 0.8em;
}

.verMas a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}


/*=================================================================================================*/
/*=================================== BUSCADOR ====================================================*/
/*=================================================================================================*/

.ajusteT2 {
	width: 45%;
}

.contenedorBuscadorGeneral {
	width: 100%;
	padding: 17px 0 10px 0;
	text-align: center;
}

form.buscadorGeneral {
	background: url(cssimg/fondoBuscadorCuerpo.gif) bottom left repeat-x;
	width: 330px;
	text-align: center;
	padding: 15px 0 17px 35px;
	border: 1px solid #D6D6D6;
	margin: auto;
}

input.inputT1 {
	width: 270px; /*260*/
	font-size: 0.9em;
}

input.botonT1 {
	background: url(cssimg/botonBuscadorT1.gif) top left no-repeat; 
	width: 19px;
	border: 0px;
}

.resultadosBusqueda {
	text-align: center;
	color: #1b6ddd;
	margin-bottom: 15px;
}

.llaveFiltroAvanzado {
	cursor: pointer;
	float: right;
	color: #1b6ddd;
}

.ajusteT5{
	width: 15%;
	float: left;
}

.palabraClave {
	color: #000000;
}


ul.listaResultadosBusqueda {
	margin: 0;
	padding: 48px 0 60px 5%;
	list-style: none outside none;
	width: 95%;
	padding: 30px 0 30px 5%;
}

li.elemListaResultadosBusqueda {
	margin: 0;
	padding: 0 0 0 3%; 
 	list-style: none outside none;
	width: 97%;
	background: url(cssimg/pagBlanco.gif) 2px 2px no-repeat;
	margin-bottom: 8px;
}

a.enlaceListaResultadosBusqueda {
	color: #1b6ddd;
	font-weight: bold;
}

.bloqIzq {
	float: left;
	width: 90%;
	padding-bottom: 9px;
}

.bloqDrc {
	float: right;
	width: 5%;
}



.rutaNavegacion {
	color: #003C78;
	font-size: 0.9em;
}


p.descripcion {
	margin: 0;
	padding: 0;
}

/*=================================================================================================*/
/*=================================== MAPA WEB ====================================================*/
/*=================================================================================================*/

.contenedorNivelMW {
	width: 100%;
	border-bottom: 1px solid #D6d6d6;
}


ul.mapaWeb {
	margin: 0;
	padding: 0px 0 10px 10%;
	list-style: none outside none;
	width: 90%;
}

li.elemN1MapaWeb {
	margin: 0;
	padding: 0;
	list-style: none outside none;
	width: 100%;
}


ul.mapaWebN2 {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none outside none;
	width: 100%;
}

li.elemN2MapaWeb {
	margin: 0;
	padding: 0 0 5px 7%;
	list-style: none outside none;
	width: 93%;
}

li.elemN2MapaWeb a {
	color: #1b6ddd;
	text-decoration: none;
}


ul.mapaWebN3 {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none outside none;
	width: 100%;
}

li.elemN3MapaWeb {
	margin: 0;
	padding: 0 0 5px 7%;
	list-style: none outside none;
	width: 93%;
}

li.elemN3MapaWeb a {
	color: #1b6ddd;
	text-decoration: none;
}



/*=================================================================================================*/
/*===================================  PORTADA PUBLICA ============================================*/
/*=================================================================================================*/


ul.listaPortadaPublicaIzq {
	width: 339px;
	float: right;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

ul.listaPortadaPublicaDrc {
	width: 339px;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}


li.elemListaPortadaPublica {
	list-style: none outside none;
	margin: 0;
	padding: 5px 0 8px 0;
	width: 100%;
	text-align: justify;
}

li.elemUltimoListaPortadaPublica {
	list-style: none outside none;
	margin: 0;
	padding: 5px 0 8px 0;
	width: 100%;
	text-align: justify;
}


/*=================================================================================================*/
/*=================================== FORMULARIO ==================================================*/
/*=================================================================================================*/

/*esto es para el formulario xml*/

input.botonT2 {
	background: transparent url(cssimg/botonBuscadorT2.gif) top right no-repeat;
	border: none;
	padding: 3px 7px 3px 45px;
	text-align: right;
	color: #1b6ddd;
}
#buscadorGeneral * {
	vertical-align: middle;
}

.boton_previsualizar{
 background: transparent url(cssimg/botonPrevisualizar.gif) left no-repeat;
 width: 130px;
 border: none;
 padding: 2px 5px 2px 0;;
 text-align: center;
 font-size: 0.9em;
 color: #1B6DDD;
}
/*=================================================================================================*/
/*====================================== LISTADO ==================================================*/
/*=================================================================================================*/

.color1 {
	color: #1b6ddd;
}

.lineaT1 {
	width: 100%;
	padding-top: 1px;
	height: 1px;
	border-top: 1px solid #EDEDED;
}

.contenedorPaginaListado {
	width: 88%; 
	margin-left: 4%;
	padding-bottom: 20px;
}


.entradaListado {
	color: #1b6ddd;
	padding: 0px 0 23px 0;
	width: 100%;
}

.entradaListado p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

.resumenListadoTop {
	background: url(cssimg/fondoTopResumenListado.gif) top left no-repeat;	
	padding-top: 15px;
	width: 100%;
}

.resumenListadoCenter {
	background: url(cssimg/fondoCenterResumenListado2.gif) top left repeat-x;		
	width: 661px;
}

.resumenListadoBottom {
	background: url(cssimg/fondoBottomResumenListado.gif) bottom left no-repeat;	
	padding: 0 0 15px 3%;
	width: 97%;
}

.fondoTematicaSecciones {
	background: url(cssimg/fondoTematicas.gif) top left no-repeat;
	width: 321px;
	text-align: center;
	color: #1b6ddd;
	height: 18px;
	padding: 3px 0 0 0
}

.contenedorTematicas {
	width: 321px;
	background: url(cssimg/fondoListaTematicas.gif) top left repeat-y;
	border-bottom: 1px solid #D6D6D6;
}


h2.h2tituloSeccion {
	background: url(cssimg/fondoTematicas.gif) top left no-repeat;
	margin: 0;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #135393;
	text-align: center;
	height: 18px;
	padding: 3px 0 0 0;
}

h2.h2tituloPerfiles {
	background: url(cssimg/fondoPerfiles.gif) top left no-repeat;
	margin: 0;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #135393;
	text-align: center;
	height: 18px;
	padding: 3px 0 0 0;
}



ul.listaTematicas {
	margin: 0;
	padding: 10px 0 10px 5%;
	width: 90%;
	list-style: none outside none;
	font-weight: bold;
}

li.elemN1ListaTematicas {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none outside none; 
}


li.elemN1ListaTematicas img {
	float: left;
	margin: 5px 3px 0 0;
}


ul.listaTematicasN2 {
	margin: 0;
	padding: 0px 0 0px 8%;
	width: 92%;
	list-style: none outside none;
	font-weight: normal;
}

li.elemN2ListaTematicas {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none outside none; 
}

.contenedorEnlace {
	color: #2166CB;
	float: right;
	width: 95%;
}

.contenedorEnlace a, .contenedorEnlace2 a {
	color: #2166cb;
}

li.elemN2ListaTematicas img {
	float: left;
	margin: 5px 3px 0 0;
}


.contenedorPerfiles {
	width: 661px;
	background: url(cssimg/fondoContenedorPerfiles.gif) top left repeat-y;
	border-bottom: 1px solid #D6D6D6;
}


ul.listaPerfiles {
	margin: 0;
	padding: 10px 0 10px 2.1%;
	width: 95%;
	list-style: none outside none;
	font-weight: bold;
}

li.elemN1ListaPerfiles {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none outside none; 
}


li.elemN1ListaPerfiles img {
	float: left;
	margin: 5px 3px 0 0;
}


ul.listaPerfilesN2 {
	margin: 0;
	padding: 0px 0 0px 8%;
	width: 92%;
	list-style: none outside none;
	font-weight: normal;
}

li.elemN2ListaPerfiles {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none outside none; 
}


.contenedorEnlace2 {
	color: #2166CB;
	float: right;
	width: 98%;
}


ul.listaResultados {
	margin: 0;
	padding: 0px 0 0px 2%;
	list-style: none outside none;
	width: 95%;
}



.rutaFiltro {
	margin: 0 0 3px 0;
}




/*=================================================================================================*/
/*====================================== GESTION INCIDENCIAS ======================================*/
/*=================================================================================================*/


.menuInterior {
	width: 100%;
}

.contenedorTablaIncidencias {
	width: 671px;
	padding-left: 20px;
	background: url(cssimg/fondoCabTablaIncidencias.gif) top left no-repeat;
}

.tablaIncidencias {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}

.tablaIncidencias th{
	text-align: center;
	font-weight: normal;
	color: #2184EA;
	padding: 0 0 3px 0;
	/padding: 0 0 5px 0;
	border: 0;
}

.cabIncidencias1 {
	width: 100px;
	padding-bottom: 20px;
}

.cabIncidencias2 {
	width: 250spx;
	padding-bottom: 20px;
}

.cabIncidencias3 {
	width: 150px;
	padding: 0 0 20px 10px;
}

.cabIncidencias4 {
	width:115px;
	padding-bottom: 20px;
}

.tablaIncidencias td {
	border: 0;
	vertical-align: top;
}

.tablaIncidencias a {
	color: #2184ea;
}

.tablaIncidencias .celdaIncidencia1 {
	color: #2184ea;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	text-align: left;
	width: 100px;
}

.tablaIncidencias .celdaIncidencia2 {
	color: #2184ea;	
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	text-align: justify;
	padding-right: 5px;
	width: 245px;
}

.tablaIncidencias .celdaIncidencia3 {
	color: #2184ea;	
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	text-align: left;
	width: 160px;
}

.tablaIncidencias .celdaIncidencia4 {
	color: #2184ea;	
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	text-align: left;
	width: 115px;
}

.tablaIncidencias .celdaIncidencia4 {
	border-right: 1px solid #d9d9d9
}

.margenCeldasIncidencias {
	padding-left: 10px;
}


.nuevaIncidencia {
	text-align: center;
	background: url(cssimg/fondoNuevaIncidencia.gif) top left no-repeat;
	width: 94px;
	float: right;
	color: #FFFFFF;
	font-size: 0.9em;
}

.nuevaIncidencia a {
	color: #FFFFFF;
	text-decoration: none;
}





/*==================================================================================================*/
/*======================================== FORO ===========0=======================================*/
/*=================================================================================================*/



.contenedorTablaForo {
	width: 664px;
	padding-left: 20px;
	background: url(cssimg/fondoCabTablaForos.gif) top left no-repeat;
}

.ultimosMensajes {
	color: #1b6ddd;
	width: 80%;
	padding-left: 3%;
	
	padding-left: 20px;
}


.tablaForos {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}

.tablaForos th{
	text-align: center;
	font-weight: normal;
	color: #2184EA;
	padding: 0 0 3px 0;
	/padding: 0 0 5px 0;
	border: 0;
}

.cabForos1 {
	width: 370px;
	padding-bottom: 20px;
}

.cabForos2 {
	width: 60spx;
	padding-bottom: 20px;
}

.cabForos3 {
	width: 170px;
	padding: 0 0 20px 10px;
}

.tablaForos td {
	border: 0;
	vertical-align: top;
}

.tablaForos a {
	color: #1b6ddd;
}

.tablaForos .celdaForo1 {
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	text-align: left;
	width: 370px;
	color: #1b6ddd;
	
	width: 360px;
	padding: 5px;
	vertical-align: middle;
}

.tablaForos .celdaForo2 {
	color: #1b6ddd;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	text-align: center;
	padding-right: 5px;
	width: 120px;
	
	width: 110px;
	padding: 5px;
	vertical-align: middle;
}


.tablaForos .celdaForo3 {
	color: #1b6ddd;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #d9d9d9;
	text-align: center;
	width: 170px;
	
	width: 160px;
	padding: 5px;
	vertical-align: middle;
}


.margenCeldasForos {
	padding-left: 10px;
	padding-left: 5px;
}


/*=================================================================================================*/
/*=================================== PROYECTOS ===================================================*/
/*=================================================================================================*/

.textoEntradaProyectos {
	text-align: justify;
	color: #2184ea;
	width: 91%;
	margin: 0 0 40px 16px;
}

.contenedorProyectos {
	/*border-bottom: 1px solid #d9d9d9;*/
	width: 100%;
}

ul.listaProyectos {
	margin: 16px 0 0 14px;
	/margin: 16px 0 0 7px;
	padding: 0;
	width: 98%;
	float: left;
}

li.elemListaProyectos {
	float: left;
	width: 42%;
	width: 308px;
	/margin: 0 3% 6px 0;
	margin: 0 7% 6px 0;
	padding: 0 0 10px 0;
	list-style: none outside none;	
	color: #1b6ddd;
	border-bottom: 1px solid #d9d9d9;
}

li.elemListaProyectosUltimo {
	float: left;
	width: 42%;
	width: 308px;
	/margin: 0 3% 0 0;
	margin: 0 7% 0 0;
	padding: 0;
	list-style: none outside none;	
	color: #1b6ddd;
}

.fecha2 {
	color: #000;
}

.contenedorMas {
	text-align: center;
	background: url(cssimg/fondoVerMas2.gif) no-repeat;
	float: right;
	color: #FFFFFF;
	font-size: 0.9em;
}

.contenedorMas a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}


/*=================================================================================================*/
/*===================================== MENSAJE ===================================================*/
/*=================================================================================================*/

.contenedorMensaje {
	width: 80%;
	margin: auto;
	margin-top: 50px;
	background: #E0E0E0 url(cssimg/fondoMensajes.gif) top left repeat-x;
	border: 1px solid #E0E0E0;
}

.mensajeOK {
	background: transparent url(cssimg/iconoLetraIAzul.gif) 10px 5px no-repeat;	
	width: 75%;
	padding: 15px 0 15px 90px;
}


.mensajeError {
	background: transparent url(cssimg/alto.gif) 10px 5px no-repeat;	
	width: 75%;
	padding: 15px 0 15px 90px;
}

.alturaMinima1 {
	height: 30px;
	float: left;
}


/*=================================================================================================*/
/*===================================== Tablon de anuncios ===================================================*/
/*=================================================================================================*/

.contendorAnuncios{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.fondoAnuncios{
	width: 80%;
	background: url(cssimg/fondoBuscadorAnuncio.gif) bottom repeat-x;
	border: 1px solid #D6D6D6;
	padding: 17px 0;
	margin: auto;
}

.fondoAnuncios *{
	vertical-align: middle;
}

.fondoAnuncios label{
	color: #1B6DDD;
	margin-right: 10px;
}

.fondoAnuncios select{
	font-size: 1em;
	width: 25%;
}

.botonNuevo {
	background: url(cssimg/botonBuscador.gif) top right no-repeat;
	color: #1B6DDD;
	padding: 3px 30px 3px 50px;
}

.botonNuevo * {
	color: #1B6DDD;
	text-decoration: none;
}
