body{
	background-color: white;
	margin: 0;
	font-family: Arial, Verdana;
	color: #6C6A4C;
	text-align: center; //Para alinear container en ie
}

#container{
	width: 750px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 0 auto;
	text-align: justify;
	background-color: #C1B6A8;
}

#tope{
	height: 90px;
	background: url(images/tope_fondo.gif) repeat-x;
}

#logo{
	float: left;
}

#language{
	float: right;
	margin: 10px 10px 0 0;
}

#language a:link, #language a:visited{
	color: white;
	font-size: 11px;
}

#nav{
	height: 270px;
	clear: both;
	float: left;
	text-align: left;
	background-image: url(images/menu_fondo.gif);
	padding: 0;
}

#nav img{
	margin: 0;
	padding: 0;
}


ul#menu{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#menu li{
	width: 253px;
	margin: 0;
	padding: 0;
}

ul#menu li a{
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

#boton_home a{ height:39px; background-image: url(images/boton_home.gif) }
#boton_nosotros a{ height:42px; background-image: url(images/boton_nosotros.gif) }
#boton_habitaciones a{ height:38px; background-image: url(images/boton_habitaciones.gif) }
#boton_tarifas a{ height:43px; background-image: url(images/boton_tarifas.gif) }
#boton_reservaciones a{ height:39px; background-image: url(images/boton_reservaciones.gif) }
#boton_contactenos a{ height:32px; background-image: url(images/boton_contactenos.gif) }

#contenido{
	padding: 10px;
	margin-top: 10px;
	clear: both;
}

#contenido img{
	border: 5px solid white;
	margin: 10px;
	margin-top: 0;
}

#box-collection{
	width: 100%;
	height: 210px;
}

#box-collection img{
	margin: 0;
}

#box-reservaciones,
#box-habitaciones,
#box-contactenos{
	width: 235px;
	float: left;
	margin-left: 5px;
}

#box-reservaciones h1,
#box-habitaciones h1,
#box-contactenos h1{
	width: 235px;
	height: 33px;
	display: block;
	text-indent: -5000px;
	padding: 0;
}

#box-reservaciones h1{background: url(images/box-title-reservaciones.gif) no-repeat;}
#box-habitaciones h1{background: url(images/box-title-habitaciones.gif) no-repeat;}
#box-contactenos h1{background: url(images/box-title-contactenos.gif) no-repeat;}

#box-reservaciones img,
#box-habitaciones img,
#box-contactenos img{
	float: left;
	border: 3px solid white;
}

#box-collection a:link,
#box-collection a:visited{
	color: #6C6A4C;
	text-decoration: none;
}

#box-collection a:hover{
	text-decoration: underline;
}

#box-reservaciones span,
#box-habitaciones span,
#box-contactenos span{
	width: 120px;
	float: right;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#contactenos-datos{
	width: 230px;
	padding: 10px;
	float: left;
}

form#reservacion,
form#contactenos{
	width: 450px;
	background-color: #D8D2CA;
	margin-right: 20px;
	float: right;
	padding-top: 0;
	margin-botton: 10px;
}

form#reservacion h2,
form#contactenos h2{
	width: 440px;
	height: 25px;
	font-size: 18px;
	color: white;
	background: url(images/tope_fondo.gif) repeat-x;
	padding: 5px;
	margin-top: 0;
}

#pie{
	width: 100%;
	height: 25px;
	font-size: 10px;
	color: white;
	text-align: right;
	background: #94916C;
	margin-top: 10px;
	line-height: 25px;
	clear: both;
	position: relative;
	bottom: 0px;
}

#pie a:link, #pie a:visited{
	font-weight: bold;
	color: white;
	margin-right: 10px;
}


//Estilos para capa editor


.blancaboldverdad12:link,
.blancaboldverdad12:visited,
.blancaboldverdad12:active,
.blancaboldverdad12:hover{
	color: #FFFFFF;
	text-decoration:none;
}

