/**************** GENERALES **************************/
div#contenido
{
	color: #333333;	
	font-size: 100%;
	font-family: 	georgia,serif;
}

h1 
{
	margin: 0;
	padding: 0;
	font: 26px/26px georgia,serif;
	font-variant: small-caps;
	font-weight: 100;
}

h2
{
	font-family: georgia,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.5625em;
	line-height: 30px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #242323;
}



h3
{
	
font-family: georgia;
font-size: 1.2em;
color: #242323;
margin-bottom: 10px;
font-weight: normal;
letter-spacing: -1px;
}

h3 span 

{
color: #ff3333;
margin-right: 0.1em;
}

p
{
	line-height: 150%;	
}

ul li
{
	line-height: 150%;
	margin-top: .5em;	
}
em
{
	font-style: normal;
	background-color: LightSkyBlue;
	color: black;
	padding: 5px;
}

table.index
{
	margin-bottom: 20px;
	margin-left: 20px;
	float: right; margin-left: 1em;	
}

table.index td
{
	padding: 5px;	
	text-align: center;
}

table.index td h2
{
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
	margin: 0;	
}
table.index td h3
{
	font-size: .9em;
	line-height: 100%;
	margin: 0;	
	color: gray;	
}


p.huge
{
	font-size: 20px;
	color: gray;	
}

a.boton img 
{
	border: 2px solid #DCDCDC;
	padding: 5px;
	margin: 5px;
	background-color: white;
}

a.boton:hover img
{
	border-color: #FFCC66;
		
}

div.book_now 
{
	text-align: center;
	margin: 30px 0;
	clear: both;
	
}

div.book_now a
{
	font-size: 280%;
	font-weight: 100;
	text-align: center;
}

div.book_now a:hover
{
	color: red;
}



div.mas
{
	padding: 5px;
	margin: 5px;
	text-align: right;
	font-weight: bold;
	color: #6A5ACD;
}


div.foto
{
	margin: 10px;
	float: right;
	border: 1px solid #DCDCDC;
	padding: 5px;
	background-color: white;
}
div.foto span
{
	display: block;
	padding: 3px;
	font-size: 11px;
	text-align: center;
}

div.fotoContainer
{
	padding: 10px;
	clear: both;
	text-align: center;
	margin: 20px 0;
	background: #f7e7b0;
}

div.fotoContainer img
{
	margin: 5px;
}



/* TABULADOR TARIFAS */

table.tabulador
{
	font-size: 14px;
	border-collapse: collapse;
	border: 0;
	text-align: center;
	width: 100%;
}
table.tabulador th
{
	text-align: centeR;
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
	border: 0;
}

table.tabulador td
{
	padding: 2px 5px;
	margin: 0px;
	text-align: center;
	border: 0;

}

table.tabulador td.last
{
	border: 0;
}

table.tabulador td.first
{
	text-align: right;
	font-weight: bold;
}



form#book span
{
	display: block;
	border-bottom: 1px dashed #87CEEB;
	width: 9em;
	float: left;
	padding: 2px 2px;
	height: 1.5em;
}

form#book input
{
	margin: 2px 2px;
}


