/* ---------------RESET */

body {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup,sub {
	line-height: 0px;
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* ---------------LISTAS */

ul.inline li {
	display: inline;
}

ul.banners-tematicos {
	margin-bottom:15px;
}

ul.banners-tematicos li {
	margin-bottom:5px;
}

/* ---------------RESULTADO BUSQUEDA */

.resultado {
	width:900px;
}

.resultado-img {
	width:170px;
	height:127px;
	float:left;
}

.resultado-img img {
	width:170px;
	height:127px;
}

.resultado-contenido {
	width:500px;
	float:left;
	padding-right:30px;
	padding-left:30px;
}

.resultado-mapa {
	width:170px;
	height:127px;
	float:right;
}

/* ---------------ESTRUCTURA */

#grupo {
	width: 900px;
	margin: 0 auto;
}

#cabecera {
	width: 900px;
	height: 100px;
	position:relative;
}

#utilidades {
	width: 900px;
	height: 22px;
	padding-top: 8px;
}

#utilidades #iconos {
	float: right;
}

#columna-izq {
	width: 435px;
	float: left;
}

#columna-drcha {
	width: 435px;
	float: right;
}

#caja-buscador {
	width: 435px;
}

#presentacion-flash {
	width: 435px;
	height: 290px;
	margin-bottom: 15px;
}

#envoltura {
	width:620px;
	float:left;
}

#contenido {
	width:390px;
	float:right;
	padding-left:30px;
	padding-right:30px;
}

#columna-izq-170 {
	width:170px;
	float:left;
}

#columna-drcha-280 {
	width:280px;
	float:right;
}

#envoltura-tematico {
	width:640px;
	float:left;
}

#contenido-tematico {
	width:365px;
	float:right;
	padding-left:30px;
	padding-right:30px;
}

#columna-izq-215 {
	width:215px;
	float:left;
}

#columna-drcha-260 {
	width:260px;
	float:right;
}

#mapa-situacion {
	width:280px;
	height:195px;
	margin-bottom:15px;
}

#mapa-ubicacion {
	width:900px;
	height:350px;
}
#mapa-comollegar{
	width:430px;
	height:430px;
	margin-bottom:15px;
}

#pie {
	width:900px;
	height:60px;
	background: url(../imagenes/fondo-pie.gif) no-repeat left top;
	clear: both;
	margin-bottom: 15px;
	position:relative;
	margin-top:15px;
}

/* ---------------CAJAS */

.caja-170 {
	width:170px;
	background:url(../imagenes/caja-170-middle.gif) repeat-y left top;
	margin-top:15px;
	margin-bottom:15px;
}

.caja-170 h4 {
	background:url(../imagenes/caja-170-top.gif) no-repeat left top;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:10px;
	margin:0;
}

.caja-170 ul {
	padding-left:30px;
	padding-right:15px;
}

.caja-170 ul li {
	list-style-position:outside;
	list-style-type:disc;
	color:#7a9c13;
	margin-bottom:5px;
}

.caja-280 {
	width:280px;
	background:url(../imagenes/caja-280-middle.gif) repeat-y left top;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
}

.caja-280 h4 {
	background:url(../imagenes/caja-280-top.gif) no-repeat left top;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:10px;
	margin:0;
}

.caja-365 {
	width:365px;
	background:url(../imagenes/caja-365-middle.gif) repeat-y left top;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
}

.caja-365 fieldset {
	background:url(../imagenes/caja-365-top.gif) no-repeat left top;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:10px;
	margin:0;
}

.last {
	background:url(../imagenes/caja-170-bottom.gif) no-repeat left bottom;
	padding-bottom:15px;
}

.last-280 {
	background:url(../imagenes/caja-280-bottom.gif) no-repeat left bottom;
	padding-bottom:15px;
}

.last-365 {
	background:url(../imagenes/caja-365-bottom.gif) no-repeat left bottom;
	padding-bottom:15px;
}

/* ---------------TEXTO */

body {
	font: normal 100% "Trebuchet Ms", Verdana, Arial;
}

#grupo {
	font-size: 0.7em;
}

h1 {
	padding-top:21px;
	padding-left:17px;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	width:63px;
	height:56px;
	display:block;
}

h2 {
	position:absolute;
	right:15px;
	top:25px;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	width:161px;
	height:58px;
	display:block;
}

h1 a span, h2 a span, h1 span, h2 span {
	display:none;
}

h3 {
	color:#7a9c13;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:10px;
}

h4 {
	color:#7a9c13;
	font-weight:bold;
	font-size:1.1em;
	margin-top:15px;
	margin-bottom:15px;
}

strong {
	font-weight: bold;
}

#grupo #pie {
	color: #999;
}

a:link, a:visited, a:active, a:hover {
	color: #7a9c13;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/* ---------------PAGINACION */

div.paginacion {
	width:900px;
}

div.paginacion p {
	padding:0;
	float:left;
	margin:0 10px 0 0;
}

div.paginacion ul li {
	display:inline;
	margin-right:5px;
}

div.paginacion ul li.pagina-actual {
	display:inline;
	background-color:#beff93;
	border:1px solid #46680c;
	color:#314503;
	padding-right:3px;
	padding-left:3px;
}

/* ---------------FORMS */

#caja-buscador {
	background: url(../imagenes/caja-435-375-top.GIF) no-repeat center top;
	position: relative;
}

#caja-buscador div {
	background: url(../imagenes/caja-435-bottom.gif) no-repeat center bottom;
	padding: 1.5em;
}

#caja-buscador label.bloque, label.bloque {
	width: 100px;
	display: block;
	float: left;
}

#caja-buscador input {
	margin-right:5px;
	width:290px;
}

#caja-buscador select {
	width: 200px;
	font-size: 1em;
}

#caja-buscador input.buscar, input.buscar, input.volver {
	background-color: #587D06;
    border: 1px solid #46680C;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.9em;
    padding: 2px;
    width: 50px;
}


input.volver {
    float: right;
    margin: 10px 0;
}


input.como-ir {
	background-color:#587d06;
	border:1px solid #46680c;
	color:#fff;
	padding:2px;
	font-size:0.9em;
}

a.ver-eventos, a:link.ver-eventos, a:visited.ver-eventos, a:active.ver-eventos {
	background-color:#587d06;
	border:1px solid #46680c;
	color:#fff;
	padding:2px 5px;
	font-size:0.9em;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

.caja-280 label {
	width:125px;
	display:block;
	position:relative;
	margin-bottom:3px;
	padding-left:15px;
}

.caja-280 label.drcha {
	width:110px;
	position:absolute;
	top:15px;
	right:15px;
	text-align:right;
}

.caja-280 label.drcha select {
	margin-top:5px;
}

.caja-280 label input.checkbox {
	position:absolute;
	right:0;
}

.caja-280 input.cercania {
	width:30px;
}

.posicion {
	position:absolute;
	right:15px;
	bottom:18px;
}

form.buscador-superior {
	text-align:right;
	margin-bottom:15px;
}

input.campo-buscador-superior {
	width:300px;
}

/* ---------------FORMATO */

#grupo p {
	margin-bottom: 15px;
}

#cabecera {
	background: url(../imagenes/cabecera.jpg) no-repeat left top;
}

img.margen-banner {
	margin-right: 3px;
}

img.logo-pie {
	position:absolute;
	left:17px;
	top:15px;
}

#grupo #pie div {
	position:absolute;
	left:70px;
	top:19px;
}

hr {
	border:0;
	background-color:#ccc;
	height:1px;
	color:#ccc;
	clear:both;
}

.left {
	float: left;
}

.txtright {
	text-align:right;
}

.txtleft {
	text-align:left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.contenido_pequ div.mapa{
	float:right;
	font-size:28px;
	width:48%;
	padding-bottom: 20px;
}

.mapa #contenido_grande {
	width:97%;
	margin-top:10px;
}

.mapa ul li{
	position: relative;
	display: block;
	width: 250px;
	font-size: 0.7em;
	padding-left: 30px;
}
.mapa ul li a{
     text-decoration:none;
}

#contenido_grande {
	margin: 0px 1em 0 0;
}

#contenido_grande subtitulo, #contenido_pequ subtitulo {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	color: #00ab39; 
}

#contenido_grande {
	margin: 0px 1em 0 0;
}

#contenido_grande subtitulo, #contenido_pequ subtitulo {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	color: #00ab39; 
}

/**** Nuevos estilos ****/

#cercania{
	width:60px !important;
}

#caja-buscador .error{
	border: 1px solid red;
    clear: both;
    color: #FF0000;
    font-size: 1em;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    width: 250px;
}

#caja-buscador div .error{
	background: none;
}

#leyenda{
	margin-bottom: 10px;
    text-align: right;
}
#leyenda .nombreComer, #leyenda .nombreDormir, #leyenda .nombreInfo,#leyenda .nombreVisitar{
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	padding: 5px 5px 5px 25px;
	height:24px;
	line-height:0px;
	display:inline;
}
#leyenda .nombreComer{
	background:#FFF url(../imagenes/list-comer.jpg) no-repeat 0 0;	
}
#leyenda .nombreDormir{
	background:#FFF url(../imagenes/list-dormir.jpg) no-repeat 0 0;	
}
#leyenda .nombreInfo{
	background:#FFF url(../imagenes/list-info.jpg) no-repeat 0 0;	
}
#leyenda .nombreVisitar{
	background:#FFF url(../imagenes/list-lugar.jpg) no-repeat 0 0;	
}

table.resultadoBusqueda tr{
	border-bottom:1px solid #cccccc;
}

table.resultadoBusqueda tr td{
	padding: 10px 20px 10px 0;
}
table.resultadoBusqueda tr th{
	color:#7a9c13;
	font-size:1.3em;
	font-weight:bold;
	width:305px;
	padding-left:35px;
	padding-right:10px;
}
table.resultadoBusqueda tr th.nombreComer{
	background:#FFF url(../imagenes/list-comer.jpg) no-repeat 0 5px;
}
table.resultadoBusqueda tr th.nombreDormir{
	background:#FFF url(../imagenes/list-dormir.jpg) no-repeat 0 5px;
}
table.resultadoBusqueda tr th.nombreInfo{
	background:#FFF url(../imagenes/list-info.jpg) no-repeat 0 5px;
}
table.resultadoBusqueda tr th.nombreVisitar{
	background:#FFF url(../imagenes/list-lugar.jpg) no-repeat 0 5px;
}
table.resultadoBusqueda tr td.calle{
	color:#000;
	font-size:1.1em;
	width:220px;
}
table.resultadoBusqueda tr td.ciudad{
	color:#000;
	font-size:1.1;
	width:110px;
}
table.resultadoBusqueda tr td.info{
	color:#00C;
	font-size:1.1em;
	width:130px;
	text-decoration:underline;
}
table.resultadoBusqueda tr td.mapa{
	color:#00C;
	font-size:1.1em;
	width:60px;
	text-decoration:underline;
}

/*Listado de definiión */

#detalles-contenido dl.detalle dt{
	color:#7a9c13;
	font-size:1.1em;
	font-weight:bold;
}

#contenido-tematico .error{
	border: 1px solid red;
    clear: both;
    color: #FF0000;
    font-size: 1em;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    width: 250px;
}

#detalles-contenido {
	width:390px;
	float:none;
	padding-left:30px;
	padding-right:30px;
}

#img_izquierda {
    float: left;
    /*width: 180px;*/
}

#img_izquierda img {
    border: 1px solid #587E07;
    margin: 5px 5px 0 0;
    padding: 5px;
   /* width: 150px;*/
}
