/* ~~~ General Properties ~~~ */

body { 
	background-color: #aeaeae;
	background-image: url(../img/back_page.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
	font: normal 11px Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 13px;
}

/* ~~~ Text Properties ~~~ */

a {
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:active {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

h1 {
	margin-bottom: 13px;
	color: #8b8b8b;
	font-weight: bold;
	}

h2 {
	margin-bottom: 13px;
	color: black;
}

p {
	padding-bottom: 13px;
	line-height: 13px;
}

.cursiva {
	font-style: italic;
}

.negrita {
	font-weight: bold;
}

.subrayado {
	text-decoration: underline;
}

.verde {
	color: #006699;
}

.verde2 {
	color: #006699;
}

/* ELEMENTOS DE FORMULARIO */

.txt_box_form {
	font: normal 11px Arial, Helvetica, sans-serif; 
	color: #000000;
}

/* ~~~ Div Properties ~~~ */

#container { 
	position: relative;
	/*background: #f3f2f2 url(../img/background2.jpg) center top no-repeat;*/
  width: 905px;  /* 905*/
  margin: auto;
  margin-top: 0px;
  height: auto;
}

#div_header {
	position: relative;
	background: #ffffff url(../img/back_header.jpg) no-repeat right top;
	height: 107px;
	/*border: 1px solid green;*/
}

#logo {
	position: absolute;
	/*background: #ffffff;*/
	top: 0px;
	left: 0px;
	width: auto;  
	height: auto;
	padding: 20px 0 0 5px;
	/*border: 1px solid orange;*/
}

#languages { 
	position: absolute;
	top: 2px;
	right: 0;
  width: auto;  
	height: auto;
	padding: 2px 10px 0 0;
  /*border: 1px solid blue;*/
}

#icons { 	
	position: absolute;
	top: 25px;
	right: 0px;
	_right: -1px; /* IE6 */
  width: auto;  
	height: auto;
  text-align: right;
	margin: 0;
	padding: 0px 0px 0 0;
  /*border: 1px solid gray;*/
}

#icons ul li {
	display: inline;
}

#icons ul li a {
	float: right;
}

#text_intro { 
	position: absolute;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
	top: 60px;
	right: 0;
  width: 650px;  
	height: auto;
  text-align: right;
	padding: 0 5px 0 0;
  /*border: 1px solid red;*/
}

/* incluido en menu.css
#div_menu_hor {
}
*/

#div_content {
	position: relative;
	margin-bottom: 0px;
	width: auto;
	_height: 500px;
	min-height: 500px;
	height: auto;
	/*border: 1px solid black;*/
}

/* incluido en menu.css
#div_menu_ver {
}
*/

#destacados {
	position: relative;
	float: right;
	width: 145px;
	text-align: right;
	height: auto;
	/*border: 1px solid black;*/
}

#zonas {
	position: relative;
	float: right;
	width: auto;
	height: auto;
}

#div_footer {
	clear: both;
	position: relative;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 13px;
	padding-top: 10px;
}

#address {
	positon: relative;
	float: left;
	text-align: left;
}

#legal_notice {
	positon: relative;
	text-align: right;
	float: right;
}

/*** BLOQUES PAGINAS ***/

/* home.php */

#box_central_home {
	position: relative;
	margin: -3px 0px 0 7px;
	float: left;
	width: 436px;
	height: auto;
	/*border: 1px solid black;*/
}

#buscador_home {
}

#buscador_home_mapa {
	padding-left:4px;
	_padding-left:3px;
}

#head_buscador_home {
	background-image: url(../img/head_box_1.png);
	background-repeat: no-repeat;
	_background-image: url(../img/ie6/head_box_1.gif);	
	width: auto;
	height: 15px;
	_margin-bottom: -4px; /* IE 6 */
	/*border: 1px solid black;*/
}

#body_buscador_home {
	background-image: url(../img/body_box_1.png);
	background-repeat: repeat-y;
	_background-image: url(../img/ie6/body_box_1.gif);
	width: auto;
	height: auto;
	padding: 5px 20px 0 20px;

}

#foot_buscador_home {
	background-image: url(../img/foot_box_1.png);
	background-repeat: no-repeat;
	_background-image: url(../img/ie6/foot_box_1.gif);
	width: auto;
	height: 15px;
	/*border: 1px solid black;*/
}

/* fin home.php */


/* resultados.php */

#box_central_res {
	position: relative;
	margin: -2px 0px 0 3px;
	_margin: -4px 0px 0 1px;
	float: left;
	width: 578px;
	_width: 572px;
	height: auto;
}

#buscador_res {
}

#box_2 {
}

#head_buscador_res, #head_box_2 {
	background-image: url(../img/head_box_2.png);
	background-repeat: no-repeat;
	_background-image: url(../img/ie6/head_box_2.gif);	
	width: auto;
	height: 15px;
}

#body_buscador_res, #body_box_2 {
	background-image: url(../img/body_box_2.png);
	background-repeat: repeat-y;
	_background-image: url(../img/ie6/body_box_2.gif);
	width: auto;
	height: auto;
	padding: 0 20px 0 20px;
	/*border: 1px solid black;*/
}

#foot_buscador_res, #foot_box_2 {
	background-image: url(../img/foot_box_2.png);
	_background-image: url(../img/ie6/foot_box_2.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 15px;
}

.tbl_prod_list_td_1 {
	cursor:pointer;
	background: #dbdbdb;
	height: 50px;
	vertical-align: middle;
}

.tbl_prod_list_td_2 {
	cursor:pointer;
	background: #e9e9e9;
	height: 50px;
	vertical-align: middle;
}

/* fin resultados.php */


/* bloque paginas estaticas */

#main_content_3 {
	position: relative;
	margin: -2px 0 0 3px;
	_margin: -4px 0px 0 3px;  /* IE 6 */
	float: left;
	width: 720px;
	_width: 720px; /* IE 6 */
	height: auto;
	/*border: 1px solid black;*/
}

#head_box_3 {
	background-image: url(../img/head_box_3.png);
	background-repeat: no-repeat;
	_background-image: url(../img/ie6/head_box_3.gif); /* IE 6 */	 
	width: auto;
	height: 15px;
	/*border: 1px solid black;*/
}

#body_box_3 {
	background-image: url(../img/body_box_3.png);
	background-repeat: repeat-y;
	_background-image: url(../img/ie6/body_box_3.gif); /* IE 6 */	
	width: auto;
	height: auto;
	padding: 1px 20px 1px 22px;
	text-align: justify;
	/*border: 1px solid black;*/
}

#body_box_3 ul {	/* para mostrar listas. */
	list-style: disc;
	margin-left: 35px;		
}

#body_box_3 table {	/* para mostrar listas. */
	width: 95%;
	margin: auto;
	text-align: center;	
}

#body_box_3 td{	/* para mostrar listas. */
	padding: 0 10px 15px 10px;	
	width: 50%;
	/*text-align: center;*/
}

#foot_box_3 {
	background-image: url(../img/foot_box_3.png);
	background-repeat: no-repeat;
	_background-image: url(../img/ie6/foot_box_3.gif); /* IE 6 */	
	width: auto;
	height: 15px;
	/*border: 1px solid black;*/
}

/* FIN bloque paginas estaticas */

/* FICHA */

.tbl_thumbs_prod {
}

.tbl_thumbs_prod td {
	padding: 2px;
}


/* Nota legal */

#header_nota_legal {
	position: relative;
	margin: 9px 12px 0px 12px;
}

#content_nota_legal {
	position: relative;
	text-align: justify;
	margin: 9px 12px 0px 12px;
	width: auto;
	height: 490px;
	z-index: 1;
}

#content_nota_legal ol {
	margin: 0px 0px 0px 30px;
	list-style-type: decimal !important;
}
		
#content_nota_legal	li {
	margin: 13px 0px 13px 0px;
}

/* FIN NOTA LEGAL */

/* DATOS DE INTERES */

/*PUERTOS DEPORTIVOS Y GOLF*/

.box_dat_int {
	width:500px;
	padding-bottom:15px;
	/*border: 1px solid black;*/
}

.box_dat_int_imgs {
	text-align:center;
	margin-top:5px;
}

.box_dat_int_info_gral {
	background-color:#d4d2d2;
	padding:5px;
	text-align:left;
	margin-top:5px;
	clear:both;
}

.box_dat_int_mas_info {
	padding:5px;
	text-align:justify;
	margin-top:5px;
}

/* FERIAS */

.box_dat_int2 {
	width:500px;
	padding-bottom:15px;
}

.box_dat_int_imgs2 {
	text-align:left;
	margin-top:5px;
}

.box_dat_int_info_gral2 {
	background-color:#d4d2d2;
	padding:5px;
	text-align:left;
	margin-top:5px;
	/*clear:both;*/
}

.fira_box {
	display:none;
}

/* MENU FLOTANTE para apartados datos interes.*/
#menu_sel {
	float: right;
	width: 150px;
	/*border: 1px solid black;*/
}

#tit {
	background: url(../img/diag_arrow.jpg) left top no-repeat;
	background-color:#949494;
	padding: 2px 2px 2px 15px;
	text-align:left;
	color: white;
	/*border: 1px solid red;*/
}

#items {
	height: 100px;
	background-image: url(../img/back_menu_sel.jpg);
	padding: 5px;
}

#items ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#items li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.item_link {
	display: block;
	padding: 3px 0 2px 15px;
	margin-bottom: 1px;		
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: black !important;	
	height: 1%;
}

.item_link_selected {
	background: url(../img/left_arrow.gif) no-repeat left 6px;
	display: block;
	padding: 3px 0 2px 15px;
	margin-bottom: 1px;		
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #006699 !important;	
	height: 1%;
}

/* NUESTRO EQUIPO */

.equipo_box {
	position:relative;
	width:auto;	
}

.equipo_foto {
	position:absolute;
	top: 0;
	left: 120px;	
}

.equipo_nombre_cargo {
	position:absolute;
	top: 180px;
	left: 120px;
	width:170px;
	text-align:left;
}


/* MUSEOS */

.museo_box {
	position:relative;
	width:100%;
	height:300px;
}

.museo_foto {
	position:absolute;
	top:20px;
	left:0;
	width:100px;
}

.museo_info {
	position:absolute;
	top:20px;
	left:320px;
	width:345px;
}

.museo_info_extra {
	position:relative;
	background-color:#d4d2d2;
	padding:5px;
	text-align:left;
	margin-bottom:15px;
}

.museo_separador {
	position:relative;
	width:100%;
	top:250px;
	_top:240px;
}

/* RESTAURANTES */

.restaurante_box {
	position:relative;
	width:100%;
	height:260px;
}

.restaurante_foto {
	position:absolute;
	top:20px;
	left:0;
	width:100px;
}

.restaurante_info {
	position:absolute;
	top:20px;
	left:290px;
	width:215px;
	background-color:#d4d2d2;
	padding:5px;
	text-align:left;
}

.restaurante_separador {
	position:relative;
	width:100%;
	top:210px;
	_top:200px;
}
