@charset "utf-8";
/* CSS Document */

body {
	background-color:#6B0F0F;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
p, ul, li, table {
	font-size:11px;
	padding-right:10px;
	text-align:justify;
	word-spacing:2px;
}
h1{ /*TITULOS PRINCIPALES ROJO*/
	font:Ultima;
	font-size:30px;
	color:#990000;
	font-style:italic;
	text-align:center;
	font-weight:bold;
	margin-top:0;
}
h2{ /*TITULOS PRINCIPALES VERDE OSCURO*/
	color:#333300;
	font-family:Ultima;
	font-size:42px;
	text-align:center;
	padding:0;
	margin:0;
}
h3{ /*TITULOS PRINCIPALES VERDE CLARO*/
	color:#B0BB57;
	font-family:Ultima;
	font-size:46px;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
}
h4 { /*TEXTO RESALTADO VERDE CLARO*/
	font: italic bold 12px Arial;
	color: #b2b371;
	text-transform: uppercase;
}
h5 { /*TITULOS PRINCIPALES VERDE CLARO*/
	font: italic bold 12px Arial;
	color: #b2b371;
	text-transform: uppercase;
}
h6{
	font:;
	color:#bcab65;
	font-family:Ultima;
	font-size:46px;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
}
a {
	outline:none;
	}
#contenedor {
	width:980px;
	height:593px;
	margin:auto;
}
#contenido {
	width:980px;
	height:544px;
}
div#banner_fotos {
	position: absolute;
	margin-left: 280px;
	margin-top: 260px;
	width: 310px;
	height:256.9px;
	z-index:1;
	*margin-left: -490px;
}
.hoteles {
	font: italic bold 12px Arial;
	color: #b2b371;
	text-transform: uppercase;
}
#left_bar {
	background:url(images/left_bar.jpg) no-repeat;
	width:247px;
	height:544px;
	float:left;
}
#news_box {
	width:247px;
	height:117px;
}
#ofertas_box {
	width:247px;
	height:427px;
}
#main {
	width:515px;
	height:544px;
	float:left;
	background:url(images/bg_main.jpg) no-repeat;
}
#right_bar {
	width:218px;
	height:544px;
	float:right;
	background:#e4dda7 url(images/bg_right_bar.jpg) bottom no-repeat;
}
#language {
	width:218px;
	height:29px;
	text-align:right;
}
#logo {
	width:218px;
	height:88px;
}
#footer {
	width:970px;
	padding-right:10px;
	height:49px;
	background:url(images/bg-footer.jpg) no-repeat;
	text-align:right;
	font-size:11px;
	font-style:italic;
	color:#e4dea7;
}
#footer a:link{
	color:#E4DEA7;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:active{
	color:#E4DEA7;	
	text-decoration:none;
}

/*******************contactenos********************/
#left_bar_contactenos {
	background:url(images/bg_left_bar_contactenos.jpg) no-repeat;
	width:247px;
	height:544px;
	float:left;
}
#news_box {
	width:247px;
	height:117px;
}
#ofertas_box {
	width:247px;
	height:427px;
}
#main_contactenos {
	width:515px;
	height:544px;
	float:left;
}
#right_bar_contactenos {
	width:218px;
	height:544px;
	float:right;
	background:#e4dda7 url(images/bg_right_bar_contactenos.jpg) bottom no-repeat;
}
#language_contactenos {
	width:218px;
	height:29px;
	text-align:right;
	background:url(images/bg_languaje_contactenos.jpg) no-repeat;
}
#logo {
	width:218px;
	height:88px;
}
#footer_contactenos {
	width:970px;
	padding-right:10px;
	height:49px;
	background:url(images/footer_contactenos.jpg) no-repeat;
	text-align:right;
	font-size:11px;
	font-style:italic;
	color:#e4dea7;
}
#footer_contactenos a:link{
	color:#E4DEA7;	
	text-decoration:none;
}
#footer_contactenos a:hover{
	text-decoration:underline;
}
#footer_contactenos a:active{
	color:#E4DEA7;	
	text-decoration:none;
}