
body{
	background: #e0e0da url("../imagenes/fondo.jpg") repeat-x;
	text-align:center;
}

.cuerpo{
	background: #fff;
	margin:15px auto 0 auto;
	width:800px;
	text-align:left;
}


.esq_sup_izq{
	float: left;
	width: 7px;
	height: 7px;
	font-size: 7px;
	background:  #fff url("../imagenes/esquinas.jpg") no-repeat 0 0;
}

.esq_sup_drcha{
	float: right;
	width: 7px;
	height: 7px;
	font-size: 7px;
	background: #fff url("../imagenes/esquinas.jpg") no-repeat -7px 0;
}

.inferior{
	width:100%;
	height: 7px;
}

.esq_inf_izq{
	float: left;
	width: 7px;
	height: 7px;
	font-size: 6px;
	background: url("../imagenes/esquinas.jpg") no-repeat 0 -7px;
}

.esq_inf_drcha{
	float: right;
	width: 7px;
	height: 7px;
	font-size: 6px;
	background: #fff url("../imagenes/esquinas.jpg") no-repeat -7px -7px;
}


/* cabecera */

.cabecera{
	width:100%;
	height: 227px;
	background: url("../imagenes/sombra.jpg") no-repeat bottom;
}

.cabecera a{
	text-decoration:none;
	color: blue;
	font: 13px arial;
}

.cabecera a:hover{
	text-decoration:underline;
	color: purple;
		font: 13px arial;
}


.cabecera_sup{
	width:100%;
	height: 200px;
}

.logo{
	float:left;
	padding: 10px 0 0 5px;

}

.nombre{
	float:left;
	width: 300px;
	padding: 23px 0 0 6px;
}

.sombra{
	color: #dedbde;
}

.sin_sombra{
	background:transparent;
	margin: -8.9em 0 0 -0.1em;
	color: #b10db1;
}


html>body .sin_sombra {		/* para firefox */ 
	margin: -9.0em 0 0 -0.1em;
}


.texto_nom{
	font: italic bold 24px verdana;
	letter-spacing: 4px;
	text-transform: uppercase; 
}



.capital{
	font: italic bold 34px/36px verdana;
}


.nombre .capital{
	color: #660066;
}

.nombre .discap{
	color: #2b7f2a;
}

.sombra .capital{
	color: #dedbde;
}

.sombra .discap{
	color: #dedbde;
}



.telefonos{
	float:left;
	width:250px;
	height: 145px;
	text-align:center;
	margin: 30px 20px 0 20px;
	background: url("../imagenes/recuadro.jpg") no-repeat;
	font: bold 16px/18px arial;
	color: #858282;
}


.cabecera_inf{
	height: 15px;
	color: #660066;
	font: italic bold 13px arial;
	text-align:center;
}



/* menu */


.menu{
	width: 100%;
	height: 31px;
	background: url("../imagenes/menu.jpg") repeat-x;
	color: #FFFFFF;
}

.opciones{
	padding:0 0 0 50px; /* separacion izquierda del menu */
	width: 100%;
	background: transparent;
}

.opciones ul{
	margin:0;
	padding:0;
	list-style:none;
}

.opciones li{
	display:inline;
	padding:0;
	float:left;
	margin:0 0px 0 0; /* separación entre opciones */
	letter-spacing: 2px;
}

.opciones a{
	text-decoration:none;
	color: #FFFFFF;
}

.opciones a:visited{
	text-decoration:none;
	color: #FFFFFF;
}

.opciones span{
	float:left;
	display:block;
	font: bold 14px Arial;
	padding: 6px 20px 6px 20px;  /* margenes de la opcion ARR DRCHA ABA IZQ */
}

.opciones span{
	float:none;
}

.opciones a:hover span{
	text-decoration:none;
    color: #dadada;
    background-color: #1A7AB0;
}

.opciones #actual{
	text-decoration:none;
    color: #f7f8ae;
    background-color: #1A7AB0;
}

.separador{
	width: 1px;
	height: 31px;
	background: url("../imagenes/separador.jpg")  no-repeat;
}




/* contenido */ 

.contenido {
	font: 14px/20px arial;
	color: #448;
	padding: 35px 70px 10px 70px;
	background: url("../imagenes/sombra.jpg") no-repeat bottom;
}


h2{
	font: bold 17px arial;
	text-decoration: underline;
	color: #448;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}

.texto {
	text-indent: 3em;
}


.mapa {
	height: 310px;
	width: 100%;

}

.texto_mapa {
	float:left;
	width: 260px;
	font: 14px/20px arial;
}


.enlace_mapa {
	float:right;
}

 /*objetivos */ 

.objetivos {
	padding: 0 0 0 30px;
	color: #448;
	text-indent: -0.7em;

}

.objetivos ul{
	list-style: none;
}

.objetivos li{
	margin:0 0 10px 0;
	font: 14px/18px arial;
}





/* empresas */ 



.encabezado {
	height: 20px;
	background: url("../imagenes/menu.jpg") repeat-x 0 -5px;
	padding:3px 0 0 50px;
	font: bold 11px arial;
	color: #FFFFFF;
}

.empresas {
	padding:15px 0 5px 0;
	width: 100%;
	height: 105px;
}


.union_europea {
	float:left;
	text-align:center;
	width:199px;
	height:100px;
}

.comunidad_madrid {
	float:left;
	text-align:center;
	width:180px;
	height:100px;
}

.boadilla_del_monte {
	float:left;
	text-align:center;
	width:181px;
	height:100px;
}

.caja_navarra {
	float:left;
	text-align:right;
	width:236px;
	height:100px;
}



/* pie */ 

.pie {
	width:780px;
	height:25px;
	font: 11px arial;
	color: #a09f9f;
	margin:5px auto 0 auto;
}

.pie .izquierda{
	float: left;
	text-align: left;
}

.pie .derecha{
	float: right;
	text-align: right;
}

.pie a {
	text-decoration: none;
	color: #a09f9f;
}

.pie a:hover {
	text-decoration: underline;
}