body {
	background-image:url(../imagenes/bgtela2.gif);
	font-family: "Times New Roman", Times, serif;
}
/*Este estilo modifica la cabecera o header del sitio web*/
#cabecera {
	position: absolute;
	left: 3px;
	top:1px;
	width:766px;
	height:176px;
	z-index:1;
	visibility:visible;

}

/*Este estilo modifica el menú lateral del sitio*/
#menu_principal {
	position:absolute;
	left:26px;
	top:177px;
	width:187px;
	height:284;
	z-index:2;
	visibility:visible
}

/*Este estilo modifica el fondo del contenido principal del sitio*/
#cuerpo {
	position:absolute;
	left:225px;
	top:177px;
	width:550px;
	height:588px;
	z-index:3;
	visibility:visible;
}

/*Este estilo modifica el formulario de reservas*/
#reservas {
	position:absolute;
	left:18px;
	top:474px;
	width:185px;
	height:516px;
	z-index:4;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 11px;

}

#formulario {
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
}

/*Este estilo modifica el contenido principal de la parte inferior del sitio*/
#abajo {
	position:absolute;
	left:197px;
	top:357px;
	width:553px;
	height:294px;
	z-index:5;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}

.Titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #897940;
	font-style: normal;
	font-weight: bolder;
}

.Titulos2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	list-style-type: circle;
}
/*Este estilo modifica el contenido principal del sitio*/
#content1 {
	position:absolute;
	left:197px;
	top:357px;
	width:547px;
	height:434px;
	z-index:5;
	visibility:visible;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 15px;
}
td {
	font-family: "Times New Roman", Times, serif;
	word-spacing: normal;
}

th {
	font-family: "Times New Roman", Times, serif;
}
.destacado {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: blink;
}

#menuinf {
text-align: center;
color: #fff;
font-size: 11px;
}

#menuinf a, #menuinf a:visited{
color: #fff;
}

#menuinf a:hover {
text-decoration: none;
}

#oculto {
visibility: hidden;
}

.clear {
	clear: both;
}
