/* Elementos que queremos limpiar completamente: */

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

html {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}

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

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 16px 0;
}

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;
}

h2 {
	font-size: 29px;
}

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: none;
	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;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Para empezar un layout centrado: */

body {
	text-align: center;/* Hack para que IE6 no de problemas */
	background:#2E1807;
	background-image:url(../images/fondo-agua.jpg);
	background-repeat: repeat-x;
	background-position:top left;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width:830px;
	padding:20px;
	background-image:url(../images/fondo-agua-trans.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}


.encabezado{
	width:830px;
	height:170px;
	background-image:url(../images/header.jpg);
	margin-bottom:10px;
}

	.frase{
			font-family:"Times New Roman", Times, serif;
			font-size:41px;
			text-align:center;
			color:#3e7369;
			font-style:italic;
			padding:30px 0 0 260px;
	}
	
.menu{
	width:270px;
	height:265px;
	float:left;
	margin:0 10px 10px 0;
}

	.menu_izq{
		width:12px;
		height:265px;
		float:left;
		background:url(../images/menu_izq.jpg) no-repeat;
	}
	
	.menu_med{
		width:246px;
		height:265px;
		float:left;
		background:url(../images/menu_med.jpg) repeat-x;
	}
	
		.menu_botonera{
			width:246px;
			height:241px;
			margin-top:12px;
		}
	
	.menu_der{
		width:12px;
		height:265px;
		float:right;
		background:url(../images/menu_der.jpg) no-repeat;
	}

.foto_principal{
	width:550px;
	height:365px;
	margin:0 0 10px 0;
	float:right;
}

	.marco_izq{
		width:13px;
		height:365px;
		float:left;
		background:url(../images/marco_izq.jpg) no-repeat;
	}
	
	.marco_der{
		width:13px;
		height:365px;
		float:right;
		background:url(../images/marco_der.jpg) no-repeat;
	}
	
	.fondo_imagen{
		width:524px;
		height:365px;
		float:left;
		background:url(../images/fondo_imagen.jpg) repeat-x;
	}
	
		 #foto_principal{
		 	width:524px; 
			height:337px; 
			margin-top:14px;
		}

.paseos{
	width:270px;
	height:345px;
	float:left;
	margin:0 10px 0 0;
}

	.paseos_izq{
		width:12px;
		height:345px;
		float:left;
		background:url(../images/paseos_izq.jpg) no-repeat;
	}
	
	.paseos_med{
		width:246px;
		height:345px;
		float:left;
		background:url(../images/paseos_med.jpg) repeat-x;
	}
	
		.paseos_med h2{
			font-family:"Times New Roman", Times, serif;
			font-size:22px;
			text-align:center;
			color:#FBF6CA;
			margin-top:10px;
			margin-bottom:10px;
			font-weight:bold;
		}
		
		.paseos_med p{
			font-family:"Times New Roman", Times, serif;
			font-size:16px;
			text-align:left;
			color:#000;
			margin:0 14px 0 14px;
			line-height:110%;
		}
	
	.paseos_der{
		width:12px;
		height:345px;
		float:right;
		background:url(../images/paseos_der.jpg) no-repeat;
	}

.textos{
	width:550px;
	height:244px;
	float:right;
}

	.textos_izq{
		width:13px;
		height:244px;
		float:left;
		background:url(../images/textos_izq.jpg) no-repeat;
	}
	
	.textos_med{
		width:524px;
		height:244px;
		float:left;
		background:url(../images/textos_med.jpg) repeat-x;
	}
	
		.textos_med h1{
			font-family:"Times New Roman", Times, serif;
			font-size:29px;
			text-align:center;
			color:#FBF6CA;
			margin-top:7px;
			font-weight:bold;
		}
		
		.textos_med p{
			font-family:"Times New Roman", Times, serif;
			font-size:16px;
			text-align:left;
			color:#000;
			margin:15px 14px 0 14px;
			font-weight:bold;
		}
		
		.textos_med img{
			float:right;
			margin:-7px 0 0 15px;
		}
		
		.textos_med #lista_izq{
			width:262px;
			float:left;
			border-right:1px solid #566030;
			height:auto;			
		}
		
			.textos_med #lista_izq li{
				line-height:120%;
			}
			
		.textos_med #lista_der{
			width:261px;
			float:right;
			height:auto;
		}
		
		.textos_med #contac_izq{
			width:100px;
			float:left;
			height:auto;
			border-right:1px solid #566030;
			margin:0;
		}
		
		.textos_med #contac_der{
			width:400px;
			float:right;
			height:auto;
		}
		
			.textos_med #contac_der input{
				width:100px;
				height:20px;
				background:#FFF;
			}

			.textos_med #contac_der input.boton{
				width:50px;
				height:20px;
				margin:5px 0 0 18px;
				cursor:pointer;
			}
			
			.textos_med #contac_der textarea{
				width:100px;
				height:40px;
				background:#FFF;
			}
			
			.textos_med #contac_der select{
				background:#FFF;
			}
			
			table.formulario{
				width:398px;
			}
			
				table.formulario td{
					padding:10px 0 0 0;
				}
			
				table.formulario p{
					margin:0;
				}
		
		.textos_med ul{
			font-family:"Times New Roman", Times, serif;
			font-size:16px;
			text-align:left;
			color:#000;
			margin:5px 14px 0 14px;
			font-weight:bold;
			list-style-type:disc;
		}
	
	.textos_der{
		width:13px;
		height:244px;
		float:right;
		background:url(../images/textos_der.jpg) no-repeat;
	}

.pie{
	width:830px;
	height:50px;
	background-color:#f5f1cb;
	border:1px solid #585E52;
	margin:10px 0 10px 0;	
	float:left;
}

	.pie p{
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		text-align:center;
		color:#000;
		margin:5px 0;
		font-weight:bold;
	}
	
.tarifas{}
.tarifas td{
font-family:"Times New Roman", Times, serif;
		font-size:14px;
		text-align:center;
		color:#000;
		margin:5px 0;
		
		}
		
