/* Estructura */

body {
	padding: 0;
	margin: 0;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%
}

#contenedor {
	width: 758px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	background-color: #0984FF;
	margin: 0 auto;
	font-size: 1.1em;
	padding: 0;
	background-image: url('../images/bg_bar.jpg');
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 20px;
}

#top {
	height: 69px;
	background-color: #06C;
	background-image: url('../images/logo.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#tira {
	height: 150px;
	background-repeat: no-repeat;
}

	#tira.inicio {
		background-image: url('../images/headers/header_inicio.jpg');
	}
	
	#tira.excursiones {
		background-image: url('../images/headers/header_excursion.jpg');
	}
	
	#tira.galeria {
		background-image: url('../images/headers/header_galeria.jpg');
	}
	
	#tira.contacto {
		background-image: url('../images/headers/header_contacto.jpg');
	}
	
	#tira.reservas {
		background-image: url('../images/headers/header_reservas.jpg');
	}
	
	#tira.publicados {
		background-image: url('../images/headers/header_publicados.jpg');
	}
	
	#tira.editorial {
		background-image: url('../images/headers/header_editorial.jpg');
	}

#menu {
	list-style-type: none;
	padding-top: 43px;
	position: absolute;
}

#menu li {
	float: left;
}

#contenido {
	width: 532px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}

#botones {
	float: right;
	margin-top: 10px;
}


#lateral {
	float: right;
	width: 190px;
	color: #333;
}

#bottom {
	height: 50px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #666;
	clear: left;
	padding: 10px;
}

#bottom img {
	padding-right: 3px;
}

.copyright {
	width: 758px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 10px;
}

.copyright a:visited {
	color:  #FFF;
}

.valid_icon img {
	background-color: #06c;
}

iframe {
	background-color: #FFF
}

/* lateral */

.prox {
	text-align: center;
}

.second {
	border-top: 1px solid #F60;
}

#lateral dl {
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 0;
	margin-top: 0;
	font-size: 10px;
	width: 170px;
}

#lateral dl.first {
	border-bottom: 1px solid #F60;
}

#lateral dt {
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px solid #F60;
	padding-top: 10px;
	padding-left: 10px;
}

#lateral .despedida {
	text-align: center;
}

#lateral .despedida img {
	vertical-align: middle;
}

#lateral dd {
	margin-left: 15px;
	margin-bottom: 10px;
}

#lateral dd ul {
	list-style-type: none;
}

.tick {
	background-image: url('../images/tick.gif');
	background-position: right;
	background-repeat: no-repeat;
}

#botones_bottom {
	border-top: 1px solid #06c;
	color: #FFFFFF;
}

#botones_bottom p {
	border-bottom: 1px solid #06c;
	padding: 5px 0;
	margin: 0;
	padding-left: 10px;
}

#botones_bottom p span {
	position: relative;
	top: -2px;
}

/* recomendar */

#recomendar_cont {
	background-color: #379BFF;
	padding: 5px;
}

#recomendar {
	width: 140px;
	margin: auto;
}

#recomendar label {
	display: block;
	padding-left: 5px;
	position: relative;
	z-index: 2;
}

#recomendar input, #recomendar button, #recomendar textarea {
	display: block;
	position: relative;
	top: -14px;
	z-index: 1;
	background-color: #379BFF;
}

#recomendar_wait {
	position: absolute;
	width: 140px;
	height: 160px;
	background-color: #0984FF;
	z-index: 5;
	text-align: center;
	padding-top: 100px;
	display: none;
	border: 1px solid #06c;
}

/* Visuales */

img {
	border: 0;
}

.h {
	display: none;
}

h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
}

h2 {
	color: #FFF;
	margin: 15px 0;
	font-size: 1.7em;
}

h3 {
	color: #000;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	/*text-align: justify;*/
}

.clear {
	clear: both;
}

a:link {
	color: #FFF;
}

a:hover, a:visited:hover {
	color: #FC0;
	text-decoration: none;
}

a:visited {
	color:  #039;
}

hr {
	background-color: #06c;
	color: #06c;
	height: 1px;
	border: 0;
	margin: 20px 0;
}

button {
	border: 0 none;
	background: none;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #0984FF;
	border: 0px none;
	border-bottom: 1px solid #333;
	padding: 2px;
}

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

button {
	cursor: pointer;
}

select:focus {
	background-color: #333;
	color: #FFF;
}

/* inicio */

#home_right img {
	vertical-align: middle;
}

.homeMovie {
	margin-bottom: 20px;
}

#proxHome {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.proxFechas {
	border-bottom: 1px solid #FFF;
}

.homeHeader {
	position: relative;
	left: -20px;
}

/* excursiones */

#links {
	margin: auto;
	padding: 10px 0;
	width: 450px;
	text-align: center;
}

#links img {
	margin-right: 10px;
}

/* reservas */

#reserva_form {
	position: relative;
	top: 20px;
}

#reserva_form dt {
	margin-bottom: 5px;
}

#reserva_form dd {
	margin-bottom: 20px;
	margin-left: 0px;
}

#reserva_form input, #reserva_form textarea, #reserva_form select {
	width: 100%;
}

#doct {
	width: auto !important;
}

#doc {
	width: 89% !important;
}

.doctipo {
	position: relative;
	top: -57px;
	left: 60px;
}

.lift {
	position: relative;
	top: -57px;
}

/* galeria */

#galeriadiv {
	padding-top: 20px;
}

#galeriadiv img {
	height: 78px;
	width: 78px;
	border: 1px solid #FFF;
	margin-right: 8px;
	margin-bottom: 8px;
}

#galeriadiv img:hover {
	border: 1px solid #333;
}

#pages {
	text-align: center;
	margin-top: 10px;
} 

/* editorial */
.foto_edit {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #06c;
}

#editoriales hr {
	clear: right;
}

/* YouTube Video */
object {
	margin-bottom: 15px;
}

/* Banner */
#flashContent object {
	margin: 0 0 -2px 0;
	padding: 0;
	border-right: 1px solid #FFF
}
