/* Principal */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,strong,th,var {
font-style:normal;
}
ol,ul {list-style:none;}

caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; }

p {
margin:0; padding:0;
}
a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size: 1em;
	background-color: #1A0B04;
	background-image: url(imgcomunes/fd_pagina.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenedor {
	width: 809px;
	margin: 0 auto;
	background-image: url(imgcomunes/fd_contenedor.jpg);
	background-repeat:   repeat-y;
	background-position: right top;
}
#sidebar {
	float: left;
	width: 234px;

}

#menu {
	width: 184px;
	background-image: url(imgcomunes/fd_menu.jpg);
	background-repeat:  no-repeat;
	background-position: left top;
	padding: 6px 0px 0px 50px;
	height: 316px;
}
#menu li {
	margin: 0px 0px 26px 0px;
}
#menu a:link, #menu a:visited, #menu a:hover {
	color: black;
	text-decoration: none;
}
.on {
	color: white!important;
}
#mainContent {
 	float: left;
	width:574px;
	font-size: 0.9em;
}
#head {
	height:287px;
	background-image: url(imgcomunes/fd_cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:10px;

}
#contenido  {
	padding: 10px 20px 20px 20px;
	color: black;
}

#contenido p, #contenidointerior p {
	line-height: 1.3em;
	padding: 4px 0px;
}
#contenido ul, #contenidointerior ul {
	line-height: 1.4em;
	padding: 4px 0px;
	list-style-type: square;
	margin-left: 20px;
}
#contenido h1, #contenidointerior h1 {
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
}
#contenido img {
	float: right;
	margin: 0px 0px 5px 5px;
}
#pie {
	margin: 0 auto;
	color: white;
	font-size: 0.9em;
	text-align:center;
	padding: 10px 0px;
	background-color: #76480b;
}

#pie a:link, #pie a:visited, #pie a:hover {
	text-decoration:none;
	color: #d88a17;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        line-height: 0px;
    }
#firma {
	width: 796px;
	margin: 0 auto;
	font-size: 0.7em;
	padding: 5px 10px 0px 0px;
	text-align:right;
}
#firma a:link, #firma a:visited {
	color: white;
	text-decoration: none;
}
 #firma a:hover {
	color: white;
	text-decoration: underline;
}
#galeria td{
	padding: 5px;
}
a:link, a:visited {
	color: #83190b;
	text-decoration: none;
}
a:hover {
	color: #83190b;
	text-decoration: underline;
}
/**********************************reservas***********************************/

#reservas {
	font-size: 0.9em;
	width: 530px;

}
#reservas td { text-align: center; padding: 10px 5px; border-bottom: 1px solid #33211a; }
#reservas th {  padding: 5px; border-bottom: 1px solid #33211a; text-align: center; font-weight:bold;}
.separador {  margin-right: 10px solid #fdeed7;}

