body {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-family: arial, sanserif, monospace;
	color:#ffffff;
	overflow:hidden;	
} 

#capaPadre, #capaPadreArriba, #capaPadreMapas{
	position:absolute;
	overflow:hidden;
}

/* aqui cambio el color de la cabecera Leon*/ 

#capaPadreArriba{
 background-color:#AB0057;
  
	border-bottom-style:solid;
	border-bottom-width: 3px;
	border-bottom-color:#869284;
	font-size: x-smal;
}

/* ahora el formato de las leyendas*/ 
/* aqui cambio el color de fondo de  las leyendas y aņadi el color del texto que era blanco*/
#capaPadreLeyendas{
	position:absolute;
	background-color:#FFFFFF;
	color:#000000;
	overflow-x:hidden;
	overflow-y:auto;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#c5d3c3;
	border-right-style:none;
	font-size: x-smal;
	font-stretch: ultra-condensed;
}

#bannersGeopistaIDEE{
	position:absolute;
	top:0px;
	left:0px;
	width:191px;
	height:129px;
	border-right-style:none;
	/*border-left-width:1px; antes style era solid*/
}
#imgFEMP{
	position:absolute;
	top:0px;
	border-left-style:none;
	border-right-width:15px;
}
/*aqui se cambia el tamaņo del titulo Provincia Municipio y le aņadi la linea de color de texto*/
#titulo{
	font-size:20px;
	font-weight:Verdana;
	color:#ffffff;
}
#txtCalle, #txtNumero, #txtPOIS, #txtUTMX, #txtUTMY{
	font-size:12px;
	border-top: 1px solid #adcfc5;
}

/*
estilo para el titulo de las barras desplegables
*/

.conBarraInferior{
	background: #c5d3c3;
	height: 20px;
	font-size: 14px;  
	font-style: normal;
	color:#000000;
	font-weight:bold;
	border-bottom: none;
	cursor:pointer;	
}
/*aqui se cambia el el color de fondo de las etiqutas castasro , rios, edificios ....*/
.etiquetaTitlePane{
	background: #AB0057;
	height: 20px;
	border-top: none #adcfc5;
	
	font-size: 16px;  
	font-style: normal;
	color:#FFFFFF;
	font-weight:bold;
}

table.tablaAgrupacion{
    font-family:Lucida Grande, Verdana;
    font-size:12px;
    width:100%;
}

table.tablaBusqueda {
			font-family:Lucida Grande, Verdana;
			font-size:12px;  /*0.8em;*/
			width:100%;
			border:1px solid #ccc;
			border-collapse:collapse;
			cursor:default;
			background-color:#FFFFFF;
		}
		table.tablaBusqueda td,
		table.tablaBusqueda th{
			padding:2px;
			font-weight:normal;
		}
		table.tablaBusqueda thead td, table thead th {
			background-image:url(../img/ft-head.gif);
			background-repeat:no-repeat;
			background-position:top right;
		}

		table.tablaBusqueda thead td.selectedUp, table thead th.selectedUp {
			background-image:url(../img/ft-headup.gif);
		}

		table.tablaBusqueda tbody tr td{
			border-bottom:1px solid #ddd;
		}
		table.tablaBusqueda tbody tr.alt td{
			background: #e3edfa;
		}
		table.tablaBusqueda tbody tr.selected td{
			background: yellow;
		}
		table.tablaBusqueda tbody tr:hover td{
			background: #a6c2e7;
		}
		table.tablaBusqueda tbody tr.selected:hover td{
			background:#ff9;
		}
    
    
    
    
  /*  background-image: url(cabecera2.jpg);
  background-repeat:no-repeat; 
  background-position:top center;*/
