* { padding: 0; margin: 0 }

html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 12px Verdana, Arial, Sans-Serif;
	color : #000;
	background: #000 url(../shadowbox/loading.gif) no-repeat center center;
}

#header {
	width: 100%;
	min-width: 900px;
	background: transparent url(css-images/transparencia_75.png);
	height: 100px;
}

#header #logo  h1 {
	float: left;
	background: transparent url(css-images/logo.png) no-repeat 0 35px;
	height: 98px;
	width: 400px;
}

#header #logo h1 span {
	visibility: hidden;
}

#header #logo h2 {
	float: right;
	background: transparent url(css-images/eslogan.png) no-repeat 0 0;
	height: 98px;
	width: 400px;
}

#header #logo h2 span {
	visibility: hidden;
}

/* CSS Contenido */
#main {
	border: 1px solid #778;
	margin: 5px 5px 20px 5px;
	width: 400px;
	background: transparent url(css-images/transparencia_50.png);
	color: #fff;
}

#main_tarifas {
	border: 1px solid #778;
	margin: 5px 5px 20px 5px;
	width: 400px;
	background: transparent url(css-images/transparencia_75.png);
	color: #fff;
}

body#tarifas #main_tarifas, body#tarifasraco #main_tarifas {
	width: 700px;
}

body#tarifas table, body#tarifasraco table {
	margin: 10px;
	border-collapse: collapse;
	width: 680px;
}

body#tarifas th, body#tarifasraco th {
	color: #ad9961;	
}

body#tarifas th.temporada, body#tarifasraco th.temporada {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	padding: 3px;
}

body#tarifas th.w140, body#tarifasraco th.w140 {
	width: 140px;
}

body#tarifas th.tipoHabitacion, body#tarifasraco th.tipoHabitacion {
	font-family: "Times New Roman",Georgia,Serif;
	font-style: italic;
	font-size: 1.7em;
	text-decoration: underline;
	text-align: left;
	padding: 5px 0 10px 5px;
}

body#tarifas th.precio, body#tarifasraco th.precio {
	text-align: left;
	font-weight: normal;
}

body#tarifas td, body#tarifasraco td {
	text-align: right;	
}

body#tarifas td.nota_precio, body#tarifasraco td.nota_precio {
	text-align: right;
	padding-top: 15px;
	font-weight: bold;
}

#main h2 {
	font-family: "Times New Roman",Georgia,Serif;
	font-style: italic;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 2px solid #ad9961;
	color: #ad9961;
	margin: 10px 5px;
}

#main_tarifas h2 {
	font-family: "Times New Roman",Georgia,Serif;
	font-style: italic;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 2px solid #ad9961;
	color: #ad9961;
	margin: 10px 5px;
}


#main p {
	margin: 5px;
	padding: 2px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}

#main_tarifas p {
	margin: 5px;
	padding: 2px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}


#main dl {
	margin: 5px;
	padding: 2px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}

#main_tarifas dl {
	margin: 5px;
	padding: 2px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}


#main dt {
		width: 150px;
		text-align: left;
		font-weight: bold;
		color: #ad9961; 
}

#main_tarifas dt {
		width: 150px;
		text-align: left;
		font-weight: bold;
		color: #ad9961; 
}

#main dd {
	margin: 0 0 0 0px;
	padding: 0 0 0.5em 0; 	
}

#main_tarifas dd {
	margin: 0 0 0 0px;
	padding: 0 0 0.5em 0; 	
}


#main a, #main a:visited {
	color: #fff;
	font-weight: bold;
}

#main_tarifas a, #main a:visited {
	color: #fff;
	font-weight: bold;
}


form#frmContacto label {
	float: left;
	width: 110px;
	font-size: 1em;
	color: #ff;
	padding: 5px;
	text-align: right;
}

form#frmContacto label.labelCentral {
	float: none;
	width: auto;
	font-size: 1em;
	color: #fff;
}

form#frmContacto br{
	clear: left;
}

p.botones {
	text-align: right;
}

.validacion {
	display: none; 
}