@charset "utf-8";
/* CSS Document */

body{
	background-color: #f6f6f6;
	padding:0;
	margin:0;
	font-size:12px;
}

#cabecera{
	background-image: url("../images/cabcera_mapa.jpg");
    background-position: center center;
    background-repeat: repeat-x; 
    height: 325px; 
    width: 100%;
	
}
#cabecera_centrada{ 
	height: 325px;
    margin-left: auto;
    margin-right: auto; 
    width: 900px; 
	
}

#cabecera_garachico{
	background-image: url("../images/titulo_cabecera.png");
    display: block;
    height: 230px;
    position: relative;
    top: 95px;
    width: 585px;
}
#logo_cabecera{
	background-image: url("../images/logo_cabecera.png");
    float: left;
    height: 138px;
    width: 100%; 
}

#menu_color{
	background-color: #B49A61;
    height: 30px;
    margin-bottom: 15px;
	box-shadow: 0 2px 5px 1px grey;
}

#contenedor_cuerpo{
	margin-left: auto;
    margin-right: auto;
    min-height: 701px;
    width: 1110px;
	overflow:hidden;
}
#contenedor_izquierdo{
	background-color: #FFFFFF;
    box-shadow: 1px 1px 4px 1px gray;
    float: left;
    min-height: 680px;
    padding: 10px;
    width: 850px;
}
#menu_mapa{
    background-color: #DCDCDC;
    box-shadow: 1px 1px 4px 1px gray;
    float: left;
    margin-left: 14px;
    margin-top: 78px;
    min-height: 189px;
    padding: 10px;
    width: 175px; 
}

#mapa{  
	float: left; 
    height: 550px;
    margin-top: 15px;
    width: 840px;		
}
h2{
background-color: #EBEBEB;
    color: #2C2C2C;
    font-family: "Times New Roman",Times,serif;
    font-size: 13px;
    height: 16px;
    padding: 8px;
    text-transform: uppercase;
    width: 761px;

}

.secciones_mapa{
	font-size:12px;
	color:#000;
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
}
.categorias_mapa{
	font-size:12px;
	color:#000;
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	margin-left:25px;
	text-transform:none !important;
	font-weight:normal !important;
	
}

.secciones_mapa>div {
	display: none;	
}

.recursos_mapa{
	font-size:12px;
	color:#666;
}
h3 a{
	color: #CC9933;
    font-family: times New Roman;
    font-size: 18px;
    text-decoration: none;
}
.nombre_h3{
	text-decoration:none;
	color:#C93;
}

.recursos{
	display:none;
}

.gmap_marker p{
	color: #999999;
    font-family: times New Roman;
    font-size: 12px;
    margin: 0;
}

#enlace_atras{
	color: LightSlateGray;
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 15px;
    text-decoration: none;
}

#letra_menu{
    color: #656565;
    font-size: 25px;
    font-weight: bold;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}
#boton_atras_portal{
    background-image: url("../images/flecha_volver.png");
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    font-size: 1.4em;
    height: 23px;
    left: 27px;
    position: relative;
    top: -37px;
    width: 87px; 
}

/******************************************/

#pie{
background-color: #B39961;
    height: 271px;
    width: 100%;
	box-shadow: 0 4px 5px 6px grey;
	margin-top:30px;
}

#logos_pie_turismo{
height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -29px;
    width: 576px;
}
/**** ESTILOS CLAU PIE ****/



.menu_pie {
	border-right: 2px solid #846D38;
    color: white;
    float: left;
    font-family: Tahoma;
    font-size: 0.9em;
    list-style: none outside none;
    margin: 0 0 17px;
    min-height: 169px;  
}
#menu_ayuntamiento{
	width: 128px;
}

#menu_ciudadania {
	height: 180px;
    overflow: hidden;
    padding-left: 20px;
    width: 301px;
}

#menu_agenda {
	padding-left: 20px;
    width: 100px;
}

#menu_turismo {
	padding-left: 20px;
	border-right: none;
	width:150px;
}

#menu_ciudadania li {
    float: left;
    height: 15px;
    min-width: 100px;
}

.menu_pie li>a {
	color: white;
	text-decoration:none;
}

.menu_pie li>a:hover {
	color: #9B463E;
}

#logos_pie {
	float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 19px;
   width: 900px;
}

#contenedor_pie {
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 15px;
   width: 901px;
}

#bloque_menu1 {
    float: left;
    height: 110px;
    width: 135px;
}

#bloque_menu2 {
    float: left;
    height: 110px;
    width: 150px;
}

.titulo_pie {
   color: white;
    font-family: "Garamond";
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

#menu_mapa_ul{
	height: 27px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 3px; 
    width: 783px;
}

.menu_mapa_li {

    float: left;
    font-family: "Times New Roman",Times,serif;
    font-size: 1.4em;
    list-style: none outside none;
    margin-right: 79px;
    text-decoration: none;
	
}

.menu_mapa_li a{
	text-decoration:none;
		color: #FFFFFF;
}
#activo_menu{
	color:#000 !important;
}
 #nombre_menu_mapa{
	  font-family: "Times New Roman",Times,serif;
    font-size: 1.7em;
	color:#B49A61;
	width:54px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
}
/***************************************/
.tercer_color{
	background-image: url("../images/amarillo.png");
	 background-repeat:no-repeat;
	  min-height: 40px;
}
.primer_color{

	 background-image: url("../images/rojo.png");
	 background-repeat:no-repeat;
	  min-height: 40px;
}
.segundo_color{
	background-image: url("../images/verde.png");
	 background-repeat:no-repeat;
	  min-height: 40px;

}
.cuarto_color{
	
	background-image: url("../images/azul.png");
	 background-repeat:no-repeat;
	  min-height: 40px;
}
/***************************************/

.cuarto_color > input{
	margin-right:10px;
}
.tercer_color > input{
	margin-right:10px;
}
.segundo_color > input{
	margin-right:10px;
}
.primer_color > input{
	margin-right:10px;
}

/******************************************/

.secciones_mapa>:hover{
	text-decoration:underline;
}

p a{
	font-size:1em !important;
	color: #999999;
}

p a:hover{
	color: #CC9933;
}
.a_h3:hover{
	color:#666;
}
	