/* cabecera */

#cabecera {
	width: 100%;
	height: 110px;
	background-image: url(../media/cabecera_tur.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cabecera_der{
	width: 67%;
	float: right;
}
#logo_ext {
	width: 45%;
	float: left;
	padding-top: 33px;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #637663;
	width: 73%;
	float: right;
}
#logo a{
	color: #637663;
	text-decoration:none;
}
#logo a:hover{
	color: #637663;
	text-decoration:none;
}
#buscar {
	float: right;
	width: 40%;
	padding-top: 25px;
}

	/* ruta */
	
#ruta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #637663;
	float: right;
	width: 58%;
	padding-top: 25px;
	padding-right: 6px;
}
#ruta a { 
	text-decoration: none; 
	color: #637663;
	}
#ruta a:hover { 
	text-decoration: none; 
	color: #AAB7AA;
}

/* cuerpo */

#cuerpo_bor  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/fondo_cuebor_tur.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#cuerpo_cab  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/fondo_cuecab_tur.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cuerpo_pie  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/fondo_cuepie_tur.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


	/* menú principal */
	
#menu_tur{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #637663;
	float: left;
	width: 248px;
	background-image: url(../media/fondo_menu_tur.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_tur ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu_tur ul li{
	list-style-type: none;
	list-style-image: url(../media/icono_lateral.gif);
	margin: 7px 0px 12px 15px;
	padding: 0px 0px 0px 1px;
}
#menu_tur ul ul li{
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	margin: 7px 0px 7px 15px;
	color: #AAB7AA;
}
#menu_tur ul li a   { 
	list-style-image: url(../media/icono_lateral.gif);
	text-decoration: none; 
	color: #637663;
}
#menu_tur ul ul li a { 
	list-style-image: none;
	text-decoration: none; 
	color: #637663;
}
#menu_tur a:hover { 
	text-decoration: underline; 
	color: #AAB7AA;
}


	/* contenido */

#contenido {
	width: 600px;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 60px;
	padding-left: 20px;
}
#titulo_contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #637663;
	text-align: right;
	padding-bottom: 10px;
}	
	/* submenu */
	
#submenu {
	color: #AAB7AA;
	text-align: right;
	}	
	
#submenu a { 
	text-decoration: none; 
	color: #637663;
	}
#submenu a:hover { 
	text-decoration: none; 
	color: #AAB7AA;
}

	/* contenido situ  Google-Map */

#izquierda_fondo_situ {
	float: right;
	width: 744px;
}
#buscar_situ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #738300;
	padding-top: 5px;
	padding-bottom: 17px;
}	
#titulo_situ {
	width: 327px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #97BE00;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 20px;
}
#conte_gmap {
	text-align: center;
	width: 100%;
	padding-bottom: 25px;
	padding-top: 10px;
}
#ficha_situ {
	width: 583px;
	border: 1px solid #999999;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.large_map {
	height: 350px;
	width: 550px;
}
	/* pie */
	
#pie {
	color: #637663;
	clear: both;
	height: 140px;
	width: 100%;
}
#pie_texto {
	font-weight: bold;
	float: right;
	width: 71%;
}
#pie_texto a{
	color: #637663;
	text-decoration:none;
}
#pie_texto a:hover{
	color: #AAB7AA;
	text-decoration:none;
}