/******************** Documento CSS / lareserva-chile.com ********************/

* {
	margin: 0;
	padding: 0;
}

html, body, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #203200 url(images/fondo.jpg) repeat-x 50% 0;
	font: normal 12px/1.8em tahoma, sans-serif;
	color: #404040;
	text-align: center;
}

a { color: #404040; }

a:link, a:visited { text-decoration: underline; }

a:hover, a:active { text-decoration: none; }

table {
	margin-top: 20px;
	border: 1px outset #999;
	border-spacing: 2px;
	border-collapse: collapse;
	background: none;
}

table caption {
	margin-top: 20px;
	font: bold 16px/1em tahoma, sans-serif;
	text-align: center;
}

table tr td, table tr th {
	padding: 10px;
	border: 1px inset #999;
	-moz-border-radius: 0px;
}

table tr th { background-color: #e5e5e5; }

/******************** Contenedor ********************/

#contenedor {
	width: 910px;
	margin: 0 auto;
	padding-top: 7px;
	text-align: left;
}

/******************** Superior ********************/

#superior {
	width: 910px;
	height: 108px;
	background: url(images/superior.jpg) no-repeat;
}










/******************** Navegación ********************/

#navegacion {
	width: 910px;
	height: 30px;
}

#navegacion ul {
	float: right;
	position: relative;
	top: 1px;
	right: 5px;
	height: 28px;
	list-style: none;
}

#navegacion ul li { position: relative; float: left; }

#navegacion ul li a {
	display: block;
	height: 28px;
	margin-left: 1px;
	padding: 0 15px;
	font: bold 12px/28px tahoma, sans-serif;
	color: #364f00;
	text-decoration: none;
}

#navegacion ul li a:hover, #navegacion ul li a.pag_actual {
	background: url(images/nav_hover.jpg) no-repeat top center;
	color: white;
}

/* Fix IE. Hide from IE Mac \*/
* html #navegacion ul li { float:left; height: 1%;  }
* html #navegacion ul li a { height: 1%; }
/* End */

#navegacion ul li ul {
	position: absolute;
	top: 28px;
	left: 0;
	list-style: none;
	background: none;
}

li:hover ul {  display: block; }

#navegacion ul li ul li { float: none; }

#navegacion ul li ul li a {
	min-width: 180px;
	background-color: #cfd100;
	color: #white;
	text-decoration: none;
}

#navegacion ul li a.padre { cursor: pointer; }

#navegacion ul li ul li a:hover { text-decoration: none; }

/******************** Contenido ********************/

#fondo_contenido {
	width: 910px;
	background: url(images/contenido.gif) repeat-y;
}

#contenido_cabecera, #contenido_cabecera1, #contenido_cabecera2, #contenido_cabecera3, #contenido_cabecera4 { width: 910px; padding-top: 245px; }

#contenido_cabecera, #contenido_cabecera1 { background: url(images/cabecera1.jpg) no-repeat top; }
#contenido_cabecera2 { background: url(images/cabecera2.jpg) no-repeat top; }
#contenido_cabecera3 { background: url(images/cabecera3.jpg) no-repeat top; }
#contenido_cabecera4 { background: url(images/cabecera4.jpg) no-repeat top; }

#contenido {
	width: 870px;
	padding: 0 20px 35px 20px;
	background: url(images/contenido_pie.jpg) no-repeat bottom;
}

#contenido_principal {
	width: 770px;
	padding: 0 50px;
}

#contenido_izq {
	width: 510px;
	margin-right: 15px;
	float: left;
}

#contenido_der {
	width: 245px;
	float: left;
}

#contenido h1 {
	font: bold 24px/24px georgia, serif;
	color: #364f00;
	text-decoration:underline;
}

#contenido h2 {	font: bold 18px/1.6em georgia, serif; }

#contenido h3 { font: bold 14px/1.6em georgia, serif; }

#contenido h2, #contenido h3 { margin: 20px 0 5px 0; }

#contenido p { margin-top: 15px; }

html>body #margen_contenido {
	clear: both;
	width: 840px;
	height: 0;
}

* html #margen_contenido { display: none; }

#contenido ul { padding: 10px 45px; }

#contenido ul li { list-style-image: url(images/lista.gif); margin-top: 10px; }

/* Imágenes */

#contenido .left {	float: left; margin: 20px 20px 20px 0; }
#contenido .right { float: right; margin: 20px 0 20px 20px; }

/* Formulario */

#contenido form {
	width: 370px;
	margin: 15px 0 0 0;
}

#contenido form fieldset {
	width: 310px;
	margin: 0;
	padding: 30px 30px 15px 30px;
	background-color: #d9dc97;
	border-top: none;
	border-right: 1px solid #85913a;
	border-bottom: 1px solid #85913a;
	border-left: none;
}

*:first-child+html #contenido form fieldset { border-right: none; border-bottom: none; }

#contenido form fieldset legend {
	padding: 5px 10px;
	background-color: #b0b769;
	border-top: none;
	border-right: 1px solid #617111;
	border-bottom: 1px solid #617111;
	border-left: none;
	font: bold 14px/1.8em tahoma, sans-serif;
	color: white;
}

*:first-child+html #contenido form fieldset legend {
	margin-bottom: 30px;
	padding-top: 0;
}

#contenido form fieldset div {
	width: 310px;
	margin: 0 0 15px 0;
}

#contenido form fieldset div label {
	cursor: default;
	display: block;
	width: 120px;
	margin: 0 15px 0 0;
	font: normal 12px/27px tahoma, sans-serif;
}

#contenido form fieldset div input {
	width: 300px;
	height: 15px;
	margin-bottom: 0;	
}

#contenido form fieldset div textarea {
	cursor: auto;
	width: 300px;
	height: 120px;
	margin: 0;
	resize: none;
}

#contenido form fieldset div input, #contenido form fieldset div textarea {
	display: block;
	padding: 5px;
	background-color: #b0b769;
	border-top: none;
	border-right: 1px solid #617111;
	border-bottom: 1px solid #617111;
	border-left: none;	
	font: bold 12px/1.8em tahoma, sans-serif;
	color: white;
}

#contenido form fieldset div input:hover, #contenido form fieldset div textarea:hover {
	background-color: #939e49;	
	border-top: none;
	border-right: 1px solid #617111;
	border-bottom: 1px solid #617111;
	border-left: none;	
}

#contenido form fieldset p input {
	display: inline-block;
	width: 70px;
}

#contenido form fieldset div.mensaje_error p {
	display: block;
	margin: 0;
	padding-left: 29px;
	background: url(images/alerta.png) no-repeat top left;
	font: bold 12px/24px tahoma, sans-serif;
	color: red;
}

/******************** Pie ********************/

#pie {
	width: 855px;
	padding: 10px 20px 30px 35px;
	background: url(images/pie.jpg) no-repeat top right;
	font: normal 10px/1.6em tahoma, sans-serif;
}

#pie p {
	color: white;
	float: left;
}

#pie p span, #pie p span a { color: #cfd100; }

#pie a#webexperience {
	display: block;
	width: 47px;
	height: 30px;
	margin-top: 3px;
	float: right;
}

#pie a#webexperience span { display: none; }

html>body #margen_pie {
	clear: both;
	width: 855px;
	height: 0;
}

* html #margen_pie { display: none; }

/*
mod thais
*/

.fotos {
	float: left;
	margin: 10px;
	border: 2px solid #E7E7E7;
	text-align: center;
	width: 130px;
	height: 190px;
}
.fotos .img {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	padding: 2px;
	margin: 10px;
}
.fotos img {
	border: none;
}
.fotos span {
	text-align: center;
	display: block;
}
.fotos:hover {
	background-color: #A6B301;
	color: white;
	border-color: #203200;
}

#superior {
	text-align: right;
}
#superior ul {
	list-style: none;
}
#superior ul li {
	float: right; 
	padding: 0 5px;
}
.justificar {
	text-align: justify;
}
.izquierda {
	text-align: left;
}
.derecha {
	text-align: right;
}
.centro {
	text-align: center;
}
.negrita {
	font-weight: bold;
}
.mensaje_error {
	font-weight: bold;
	padding: 10px;
	color: red;
	border: 1px solid #617111;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
}