body {
	margin:0;
	background-color:#FFF4E0;
	background-image:url(img/general/bg_site.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.logo {
	background-image:url(img/logo/bg_logo.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.footer {
	height:53px;
	background-image:url(img/footer/bg_footer.jpg);
	background-repeat:repeat-x;
}
.footer_link {
	text-decoration:none;
	color:#AC5130;
}
.footer_link:hover {
	text-decoration:underline;
}
.titulos {
	background-image:url(img/content/bg_titulos.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-style:italic;
	color:#8E0B01;
}
.textos {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BF563C;
	text-align:justify;
	padding-right:15px;
	line-height:120%;
	margin-top:20px;
}
.textos p {
	margin:0;
	padding:0;
}
.habitaciones_list {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C96850;
	margin-top:10px;
	margin-bottom:30px;
}
.habitaciones_list a {
	color:#C96850;
	text-decoration:none;
}
.habitaciones_list a:hover {
	text-decoration:underline;
}