/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
	color:#FFFFFF;
	text-align:left;
}

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
	text-align:left;
	margin-bottom:20px;
	line-height:150%;
}

li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
	text-align:left;
	margin-bottom:7px;
	line-height:150%;
	list-style-image:url(../images/listado.jpg);
}


ul {
	list-style: none;
	list-style-type: none;
}

/* Ajustes tipográficos */


cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 7px;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.6px;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 16px;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 11px;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 9px;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 32px;
	text-align:left;
	margin-bottom:20px;
	font-style:italic;
}

h2 {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	margin-bottom:5px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border:2px solid #C4BAAE;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}


body {
	text-align: center;/* Hack para que IE6 no de problemas */
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#334F00;
}

.wrapper {
	margin: 0 auto;
	width:682px;
	height:auto;
	overflow:hidden;
	border:9px solid #008747;
	background-color:#43472B;
}

.sub_wrapper{
	padding:30px;
	height:auto;
	overflow:hidden;
}

img#galeria{
	margin:0 10px 10px 0;
	border:2px solid #C4BAAE;
	float:left;
}

#bloque_menu{
	width:682px;
	height:47px;
	background-image:url(../images/fondo_menu.jpg);
	background-repeat:repeat-x;
	border-bottom:8px solid #43472B;
	border-top:8px solid #43472B;
}

	#bloque_menu li{
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
		padding:10px;
		display:inline;
	}
	
	#bloque_menu a{
		color:#FFF;
		margin-top:10px;
	}

	#bloque_menu a:hover{
		color:#FF9900;
		margin-top:10px;
	}


.encabezado{
	width:682px;
	height:258px;
	border-bottom:4px solid #F58220;
	border-top:4px solid #F58220;
	clear:both;
}

	.encabezado img{
		border:none;
	}

.left{
	float:left;
	margin-right:20px;
}

.right{
	float:right;
}

#tres_col{
	width:190px;
}

#dos_col{
	width:300px;
}

.pie{
	width:682px;
	height:auto;
	border-top:4px solid #F58220;
	background-color:#686E48;
	clear:both;
	margin-top:10px;
}

	.pie p{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-align:center;
		line-height:150%;
		padding:10px 0;
		font-weight:bold;
		margin-bottom:0;
	}
	
.formulario{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333;
		margin:10px 14px 5px 14px;
	}

.logo{
	position:absolute;
	width:203px;
	height:104px;
	float:left;
	z-index:2;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

.form_1{
	width:200px;
	height:15px;
	background-image:url(../images/form_1.jpg);
	background-repeat:no-repeat;
}

.form_2{
	width:200px;
	height:auto;
	background-image:url(../images/form_2.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

.form_3{
	width:200px;
	height:19px;
	background-image:url(../images/form_3.jpg);
	background-repeat:no-repeat;
}

.form_big_1{
	width:300px;
	height:15px;
	background-image:url(../images/form_big_1.jpg);
	background-repeat:no-repeat;
}

.form_big_2{
	width:300px;
	height:auto;
	background-image:url(../images/form_big_2.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

.form_big_3{
	width:300px;
	height:15px;
	background-image:url(../images/form_big_3.jpg);
	background-repeat:no-repeat;
}


input.rapida{
	width:175px;
	height:22px;
	background-color:#FFFFFF;
}

textarea.rapida{
	width:175px;
	height:50px;
	background-color:#FFFFFF;
}

input.reservas{
	width:272px;
	height:22px;
	background-color:#FFFFFF;
}

textarea.reservas{
	width:272px;
	height:50px;
	background-color:#FFFFFF;
}

.boton{
	margin-top:15px;
	width:70px;
	height:22px;
	background-image:url(../images/boton_enviar.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
}

#map{
	color:#000;
	font-size:12px;
}
