body {
	margin:0;
	padding:0;
}

#marco_maestro{
	width:1000px;
	margin-top:0px;
}

#cabezote{
	width:1000px;
	height:130px;
	position:relative;
	display: block;
       padding:0;
       margin:0;
	background-image:url("../imagenes/cabezote.jpg");
	background-repeat:no-repeat;
}

#contenido{
	width:1000px;
	height:805px;
	background-image:url("../imagenes/bg_content_inicio2.jpg");
	background-repeat:no-repeat;
}

#contenido_reservas{
	width:1000px;
	height:auto;
	/*margin:auto;
	min-height:200px;*/
	background:#FFF;
	background-repeat:no-repeat;
}

#barra_izquierda{
	width:450px;
	margin: 15px 10px 20px 20px;
	float:left;
}

*html #barra_izquierda{
	width:450px;
	margin: 15px 10px 20px 10px;
	float:left;
}

#barra_derecha{
	width:490px;
	margin: 15px 0 20px 10px;
	float:left;
}

#pie_de_pagina{
	width:1000px;
	height:42px;
	background-image:url("../imagenes/pie.jpg");
	background-repeat:no-repeat;
}

#pie{
	width:1000px;
	height:42px;
	text-align:center;
}
