@charset "UTF-8";
/* CSS Document */

/********** GENERALS CLASS **********/

html{
	width:100%;
}

body{
	padding:0px;
	margin:0px;
	width:100%;
}

td{
	border:none;
}
th{
	border:none;
}

.clear{
	clear:both;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:25px;	
	color:#684e0b;
	margin:0 0 10px 0;
	padding:0;
}

h2{ 
	font-size:19px;
	color: #741b1b;
	font-weight: normal;
	padding: 0px;
	padding-left: 15px;
}

h3{
	color:#684e0b; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px; 
	font-weight:normal;
}

p{
	text-align:justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#464646;
}

.txt_boxes{
	border:#406618 solid 1px;
	width:147px;
	height:18px;
	position:absolute;
	right:25px;
	margin-top:-5px;
	padding:3px 0 0 3px;
	font-weight:normal;
	font-size:12px;
}

.cmb_boxes{
	border:#406618 solid 1px;
	width:152px;
	height:23px;
	position:absolute;
	right:25px;
	margin-top:-6px;
	padding:3px 0 0 3px;
	font-weight:normal;
	font-size:12px;
}

.btn_simple{
	float:right;
	margin:0;
	padding:0;
	width:106px;
}

.btn_simple a{
	background-image:url(../images/simple_btn.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:106px;
	height:20px;
	margin:0;
	padding:3px 0 0 0;
	text-align:center;
	text-decoration:none;
	color:#ff5300;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

.btn_simple a:hover{
	background-position:bottom;
	text-decoration:underline;
}

.btn_simple input{
	background-image:url(../images/simple_btn.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:106px;
	height:23px;
	margin:0;
	padding:0 0 0 0;
	text-align:center;
	text-decoration:none;
	color:#ff5300;
	border: none;
}

.btn_quick_req{
	float:right;
	margin:0 9px 0 0;
	padding:0;
	width:170px;
}

.btn_quick_req a{
	background-image:url(../images/btn_quick_req.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:70px;
	height:21px;
	margin:15px 5px;
	padding:1px 0 0 0;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	float:right;
}

.btn_quick_req a:hover{
	background-position:bottom;
	text-decoration:underline;
}

.btn_quick_req input{
	background-image:url(../images/btn_quick_req.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:70px;
	height:23px;
	margin:15px 5px;
	padding:0;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	float:right;
	border: 0px;
}

.btn_large{
	float:right;
	margin:0;
	padding:0;
}

.btn_large a{
	background-image:url(../images/large_btn.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:130px;
	height:21px;
	margin:0;
	padding:2px 0 0 0;
	text-align:center;
	text-decoration:none;
	color:#ff5300;
}

.btn_large a:hover{
	background-position:bottom;
	text-decoration:underline;
}

.btn_large input{
	background-image:url(../images/large_btn.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:130px;
	height:23px;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	color:#ff5300;
	border: none;
}

/********** END GENERAL CLASS **********/

/********** FONDO **********/

#content_fondo {
	overflow:hidden;
}

#left_corner {
	position:relative;
	background-image: url(../images/pedazofondo_right.jpg);
	background-repeat: repeat-y;
	background-position:top;
	background-position:right;
	width:100%;
	padding:0px;
	margin:0;
}

#right_corner {
	position:relative;
	background-repeat: repeat-y;
	width: 100%;
	background-image: url(../images/pedazofondo_izquierda.jpg);
	/*height: 100%;*/
	padding:0px;
	margin:0;
}

.fondo_container{
	position:absolute;
    top:0px;
    left:-125px;
    width:1200px;
    height:100%;
    min-height:auto;
    background-image:url(../images/bg_principal.png);
    background-repeat:repeat-y;
}

#main_container {
	width: 960px;
	margin:0px auto;
	padding:0px;
	position:relative;
}

/********** END FONDO **********/

/********** HEADER **********/

#header {
	position:relative;
	z-index:1000;
	height:236px;
}

#header_left {
	float: left;
	width: 650px;
	height:186px;
	position:relative;
}

#menu_principal {
	background-image: url(../images/menu_logo_fondo.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height:30px;
	position:absolute;
	left:0px;
	bottom:20px;
	z-index:1001;
}

#menu_principal ul li a .menu_fix {
	font-size:13px !important;	 
}

#menu_principal ul{
	margin:0 auto;
	width:935px;
	padding:0;
	_margin:0;
}

#menu_principal ul li{
	float:left;
	list-style:none;
	padding:5px 10px;
	display:block;
	height:22px;
	margin:0px;
	/*height:30px;*/
}

#menu_principal ul li a{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none;
}

#menu_principal ul li:hover{
	text-decoration:underline;
	background-image: url(../images/menu_princ_hover.png);
	background-position:center;
	padding:4px 10px;
	color:#FFFFFF;
}

#menu_principal ul li.selected{
	text-decoration:underline;
	background-image: url(../images/menu_princ_hover.png);
	background-position:center;
	padding:4px 10px;
	color:#FFFFFF;
}

#header_right {
	background-image: url(../images/fondo_sidebar.jpg);
	background-repeat: repeat-y;
	float: left;
	position:relative;
	width: 310px;
	height: 236px;
	text-align: center;
}

#second_menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#8c6239;
	width:300px;
	padding:5px 5px;
}

#second_menu a{
	color:#754c24;
	text-decoration:none;
}

#second_menu a:hover{
	text-decoration:underline;
	color:#754c24;
}

#second_menu p.toll_free{
	margin:0;
	padding: 20px 0 0 0;
	text-align: center;
	left:20px;
	color:#8c6239; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px; 
}

#second_menu p.toll_free span{
	color:#d76010;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:22px; 
	text-align:center;
}

.logos {
	position:relative;
	width:195px;
	height:64px;
	margin:0 auto;
}

#buscar {
	background-image: url(../images/linea_cafe_arriba_sidebar.jpg);
	background-repeat: repeat-x;
	width:310px;
	height: 30px;
	position:absolute;
	left:0;
	bottom:20px;
	margin:122px 0 0 0;
	padding:0;
}

#buscar p{
	color:#FFFFFF;
	margin:6px 0 0 30px;
	padding:0;	
	float:left;	
	font-size:13px;
}

#buscar span.lupa{
	background:url(../images/search_lupa.png) no-repeat;
	display:block;
	border:none;
    width:23px;
    height:22px;
	margin:4px 0 0 5px;
	float:left;
}

#buscar .search_box{
	background:url(../images/search_box.png) no-repeat;
	display:block;
	border:none;
	width:136px;
	height:22px;
	margin:4px 0 0 0px;
	padding:4px 0 0 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
}

#buscar span.fin{
	background:url(../images/search_final.png) no-repeat;
	display:block;
	border:none;
    width:12px;
    height:22px;
	margin:4px 0 0 0;
	float:left;
}

#buscar a{
	color:#FFFFFF;
	margin:6px 0 0 5px;
	padding:0;	
	float:left;
	font-style:italic;
}

#buscar a:hover{
	margin:0;
	padding:0;	
}


/********** END HEADER **********/

/********** MAIN CONTAINER **********/

#content_container {
	position:relative;
	background-position:right top;
	background-image: url(../images/fondo_sidebar.jpg);
	background-repeat: repeat-y;
	z-index:1000;
	margin:0;
	padding:0;
	width:960px;
}

#banner_casa_luna {
	/*height: 336px;*/
	margin:0 0 10px 0;
	padding:3px;
	background-color:#e0bc5f;
}

#content_column{
	float: left;
	width: 650px;
	position:relative;
	/*padding-bottom:40px;*/
}

#feature_box p{
	margin-top:10px;
	text-align:left;
}

.info_box{
	float: left;
	width: 188px;
	margin-right: 20px
}

.info_box a.view_more{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#684E0B;
	text-decoration:none;
	float:right;
	margin:0 2px 0 0;
	padding:0;
}

.info_box a.view_more:hover{
	text-decoration:underline;
}

#banner_navidad {
	/*height: 114px;*/
	width: 608px;
	float: left;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
}

#banner_volcan {
	width: 608px;
	float: left;
	margin:30px 0 0 0;
}

#text_left_container {
	float: left;
	width: 610px;
	margin:0 0 15px 0;
}

.separator_b{
	/*position:absolute;*/
	display:block;
	margin:20px 0 10px 0;
	padding:0;
}

#sidebar{
	width:310px;
	float:left;
	position:relative;
}

#sidebar h3{
	margin:10px 0 10px 0;
	padding:0;
}

#sidebar_fin{
	background-image:url(../images/sidebar_fin.jpg);
	background-repeat:no-repeat;
	display:block;
	width:310px;
	height:113;
	margin:0;
	padding:0;
}

#skype_content{
	width:120px;
	margin:5px 0 5px 40px;
	padding:0;
	float:left;
}

#skype_content p{
	color:#8C6239;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:4px 5px 0 0;
	padding:0;
	float:left;
}

#skype_content a{
	margin:0;
	padding:0;
	float:left;
}

#follow-us-top{
	width:120px;
	margin:5px 0 5px 25px;
	padding:0;
	float:left;
}

#follow-us-top p{
	color:#8C6239;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:4px 5px 0 0;
	padding:0;
	float:left;
}

#follow-us-top a{
	margin:0;
	padding:0;
	float:left;	
}

#quick_request_content{
	width:283px;
	margin:0 auto;
}

#quick_request{
	background-image:url(../images/sidebar_bg_contents.jpg);
	background-repeat:repeat-y;
	width:278px;
	height:227px;
	margin:0;
	padding:15px 0 0 6px;
	/*_margin:9px auto;*/
}

#quick_request p{
	margin:0;
	padding:7px 5px;
}

#quick_request label{
	color:#305010;
	font-size:13px 0 0 13px;
	font-family:Arial, Helvetica, sans-serif;
}

#image_gallery_sidebar{
	width:283px;
	margin:0 auto;
}

#image_gallery_sidebar a{
	padding:2px;
	margin:1px;
	display:block;
	float:left;
}

#image_gallery_sidebar a:hover{
	background-color:#FC0;
}

#image_gallery_sidebar a.txt_link{
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
	text-decoration:none;
	display:block;
}

#image_gallery_sidebar a.txt_link:hover{
	text-decoration:underline;
}

#image_gallery_sidebar .thumbs_gallery{
	background-image:url(../images/sidebar_bg_contents.jpg);
	background-repeat:repeat-y;
	width:263px;
	margin:0;
	padding:10px;
}

#oferts_small{
	width:280px;
	margin:0 auto;
	padding:0;
	/*_margin:9px auto 14px auto;*/
}

#oferts_big{
	width:283px;
	margin:0 auto;
	padding:0;
	/*_margin:8px auto 0 auto;*/
}

#videos_content{
	width:278px;
	margin:0 auto;
}	

#videos{
	background-image:url(../images/sidebar_bg_contents.jpg);
	background-repeat:repeat-y;
	width:278px;
	height:253px;
	/*margin:15px auto 25px auto;*/
	padding:0;
	/*_margin:9px auto 14px auto;*/
}

#videos a{
	color:#096488;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:italic;
	margin:0 0 0 10px;
	padding:0;
	text-decoration:none;
}

#videos a:hover{
	text-decoration:underline;
}

#logo_tripadvisor{
	width:280px;
	text-align:center;
	position: relative;
	margin:10px auto 20px auto;
	padding:0;
	_margin:7px auto 12px auto;
}

#logo_tripadvisor h3{
	margin:0;
	padding:0;
	text-align:left;	
}

#logo_adobe{
	width:280px;
	text-align:center;
	position: relative;
	margin:10px auto 20px auto;
	padding:0;
	_margin:7px auto 12px auto;
}

#logo_adobe h3{
	margin:0;
	padding:0;
	text-align:left;	
}

/********** END MAIN CONTAINER **********/

/********** FOOTER **********/

#footer{
	background-image: url(../images/footer_fondo.jpg);
	background-repeat: repeat-x;
	height: 265px;
	position:relative;
	width: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px; 
	color:#FFF;
	font-weight:normal; 
	font-style:italic;
	margin:0;
	padding:0;
}

#footer_container{
	width:960px;
	margin:0px auto;
	position:relative;
}

#footer_container p{
	padding: 20px;
	font-size: 19px;
	color:#FFF;
	font-weight:normal;
	text-align:left;
}

#links_abajo{
	width:650px;
	float:left;
	position:relative;
}

#links_abajo p{
	margin: 0px;
	font-size:18px;
}

#links_abajo ul{
	margin:0px;
	margin-left:20px;
}

#links_abajo ul li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	float:left;
	width:105px;
	list-style:none;
	margin: 0px;
	text-align:left;
	padding:3px 0px;
}

#links_abajo ul li a{
	color:#15210d;
}

#links_abajo ul li a:hover{
	color:#273d19;
	text-decoration:none;
}

#info_abajo_footer {
	float: left;
	width: 310px;
	background-image: url(../images/fondo_amarillo_footer.png);
	background-repeat: repeat-x;
	height: 243px;
}

#info_abajo_footer p{
	font-size:12px;
	color: #461f06;
	text-align:center;
	padding: 0px;

}

#footerlogos{
	margin:5px 0 0 15px;
	padding:0;
	float:left;
}

#footerlogos a img{
	margin:0 3px;
}

#footer_container div#follow-us-bottom{
	width:300px;
	position:absolute;
	top:140px;
	left:20px;
}

#footer_container div#follow-us-bottom p{
	color:#ddb035;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:normal;
	margin:0px 10px 0 0;
	padding:0;
	float:left;
}

#footer_container div#follow-us-bottom a{
	margin:0;
	padding:0;
	float:left;
}

#logo_lumenup {
	position:relative;
	margin-top:-30px;
}

#logo_lumenup a{
	display:block;
	width:139px;
	height:39px;
	margin:0px auto;
	text-decoration:none;
	text-indent:-9000px;
	background-image:url(../images/LUMENUP_powered.png);
}

/********** END FOOTER **********/

/********** SITEMAP **********/

#sitemap_tree{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:30px 0 20px 0;
	padding:0;
}

#sitemap_tree p{
	color:#f26522;
	font-size:18px;
	margin:0;
	padding:0;
}

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

#sitemap_tree ul li ul li{
	list-style:none;
	color:#e59304;
	margin:0;
	padding:0;
}

#sitemap_tree ul li a{
	color:#F26522;
	text-decoration:none;
}

#sitemap_tree ul li a:hover{
	color:#e59304;
}

#sitemap_tree img.sitemap_dl{
	margin:5px 0;
	padding:0;
	display:block;
}
	
/********** END SITEMAP **********/

/********** LOCATION **********/

#map_location{
	background-color:#FFFFFF;
	margin:25px 0 0 0;
	padding:5px;
	width:600px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#location_contacto{
	background-image:url(../images/separator_degra.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	margin:30px 0 0 0;
	padding:25px 0 30px 0;
}

#location_contacto h2{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:20px;	
	color:#684e0b;
	margin:0 0 10px 0;
	padding:0;
}

#location_contacto ul{
	margin:0;
	padding:0;
}

#location_contacto ul li{
	list-style:none;
	text-align:justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#464646;
	margin:0;
	padding:0;
}

/********** END LOCATION **********/

/********** CONTACTUS **********/

#contactus_table{
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
	color:#464646;
}

#contactus_table h3{
	color:#f26522;
	font-size:18px;
	border-bottom:#f26522 solid 1px;
	padding:0 0 8px 10px;
}

#contactus_table table{
	border:0;
	margin-bottom:0;
}

.contact_txt_boxes{
	width:260px;
	height:23px;
	margin:0;
	padding:0;
	border:#e1dddd solid 1px;
    font-weight:normal;
}

.contact_txt_boxes_cod{
	width:57px;
	height:23px;
	margin:0;
	padding:0;
	border:#e1dddd solid 1px;
    font-weight:normal;
}

.contact_txt_boxes_tel{
	width:185px;
	height:23px;
	margin:0;
	padding:0;
	border:#e1dddd solid 1px;
    font-weight:normal;
}

.contact_txt_area{
	width:260px;
	margin:0;
	padding:0;
	border:#e1dddd solid 1px;
	font-weight:normal;
}

.contact_cmb_boxes{
	width:262px;
	height:23px;
	margin:0;
	padding:0;
	border:#e1dddd solid 1px;
    font-weight:normal;
}

/********** END CONTACTUS **********/

/********** GUESTBOOK **********/

#guestbook_table{	
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	/*font-weight:bold;*/
	color:#f26522;
	padding:15px 0 0 20px;
}

.guest_post{
	background-image:url(../images/separator_degra.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:610px;
	padding-top:15px;
	margin:20px 0;
}


.guest_post h4{
	color:#a04124;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
}

.guest_post h4 span{
	color:#898989;
	font-size:14px;
	font-weight:normal;
	padding:0 10px;
}

/********** END GUESTBOOK **********/

/********** SPA **********/

#spa_options{
	margin:0 0 20px 0;
	padding:0;
}

#spa_options p{
	margin:-10px 0 20px 10px;
}

#spa_options h3{
	color:#f26522;
	font-size:18px;
	border-bottom:#f26522 solid 1px;
	padding:0 0 8px 0;
	margin-left:10px;
}

#spa_options ul{
	margin:0;
	padding:0;
}	

#spa_options ul li{
	text-align:justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	/*font-weight:bold;*/
	color:#464646;
	list-style:none;
	margin:0 0 0 20px;
}

#spa_options tr td{
	text-align:justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	/*font-weight:bold;*/
	color:#464646;
}
	
#spa_options ul li span{
	/*font-weight:normal;*/
	color:#8e8e8d;
}

#spa_options ul li img{
	margin:5px 0 5px -10px;
	padding:0;
}

#spa_options p.note{
	color:#684E0B;
    font-size:16px;
    font-weight:bold;
    margin:15px 0 15px 10px;
	padding:0;
}

#spa-trat{
	width:610px;
	margin:0;
	padding:0;
}

#spa-trat p{
	font-size:15px;
	margin:0;
	padding:0;	
}

#spa-trat ul{
	margin:5px 0 0 15px;
	padding:0;
}

#spa-trat ul li{
	color:#f26522;
	font-size:15px;
	list-style-type:circle;
	margin:0 0 0 10px;
	padding:0;
}

#spa-trat ul li a{
	color:#f26522;
	font-size:15px;
	text-decoration:none;
}

#spa-trat ul li a:hover{
	text-decoration:underline;	
}
/*#spa-trat ul li ul{
	width:195px;
	margin:0;
	padding:0;
}

#spa-trat ul li ul li{
	list-style-position:outside;
	list-style-type:disc;
	width:182px;
	margin:5px 0 0 13px;
	padding:0;
}

#spa-trat ul li ul li a{
	color:#464646;
	font-size:14px;
}*/

#spa_policity{
	color:#a04124;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;	
	padding-top:1px;
	margin-top:15px;
}
	
#spa_policity h2{
	margin:25px 0 15px 0;
	padding:0;
}

/********** END SPA **********/

/********** TOURS **********/

.tour_content{
	width:650px;
	background-image:url(../images/separator_degra.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	padding-top:15px;
	margin-top:30px;
}

.tour_content h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#a04124;
	margin:0 0 15px 0;
	padding:0;
}

.txt_tour{
	float:left;
	width:450px;
}

.tour_content p{
	margin:0 0 10px 10px;
	padding:0;
	color:#707070;
}

.tour_content p span{
	color:#010101;
	font-size:12px;
}

.tour_image_cont{
	background-color:#e2be62;
	/*width:169px;*/
	margin:0;
	padding:5px 5px 0 5px;
	float:left;
	height:100%;
}

.tour_btn{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

/********** END TOURS **********/

/********** HOT DEALS **********/

.hotdeal_content{
	width:650px;
	background-image:url(../images/separator_degra.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	padding-top:25px;
	margin-top:30px;
}

.hotdeal_image_cont{
	background-color:#e2be62;
	/*width:169px;*/
	margin:0;
	padding:5px;
	float:left;
	/*height:167px;*/
}

.txt_hotdeal{
	float:left;
	width:450px;
}

.txt_hotdeal h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#a04124;
	margin:0 0 10px 10px;
	padding:0;
}

.txt_hotdeal p{
	margin:0 0 10px 10px;
	padding:0;
	color:#707070;
}

.txt_hotdeal ul li{
	margin:0;
	padding:0;
	color:#707070;
	list-style:none;
}

.txt_hotdeal .hotdeals_btn{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

/********** END HOT DEALS **********/

/********** RATES **********/

#rates_table table.tbl_rates{
	border:none;
	border-collapse:collapse;
	color:#8c8b8b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
}

#rates_table tr td{
	margin:0;
	padding:5px 0;
	text-align:center;
}

#rates_table .titte_table{
	color:#f26522;
	font-size:20px;
}

#rates_table .subtitte_table{
	color:#e59304;
	font-size:18px;
	text-align:center;
}

#rates_table .date_field{
	color:#626262;
}

#rates_table .policity{
	color:#626262;
	font-size:12px;
}

#rates_policity{
	background-image:url(../images/separator_degra.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	color:#a04124;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;	
	padding-top:1px;
	margin-top:15px;
}
	
#rates_policity h2{
	margin:25px 0 15px 0;
	padding:0;
}

#rates_policity .rates_btn{
	font-size:13px;
	margin:20px 0;
}

#rates_policity table.tbl_food{
	border:none;
	border-collapse:collapse;
	color:#8c8b8b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:10px auto 20px auto;
}

#rates_policity .titte_table{
	color:#f26522;
	font-size:20px;
}

#rates_policity tr td{
	margin:0;
	padding:5px 0;
	text-align:center;
}

/********** END RATES **********/

/********** ABOUTUS **********/

#aboutus_links{
	width:610px;
	margin:0 auto;
	padding:0;
}

#aboutus_links a{
	float:left;
	text-decoration:none;
	text-align:center;
	width:165px;
	margin:40px 19px;
	padding:0;
}

#aboutus_links p{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#a04124;
	margin:0;
	padding:0;
}

#articles .article h3{
	color:#f26522;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px 0;
}

#articles .article{
	margin:0 0 20px 0;
	padding:0;	
}

/********** END ABOUTUS **********/


/********** GALLERY **********/

#gallery_content{
	width:650px;
}

#gallery_menu{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	width:170px;
	margin:0;
	padding:0;
	float:left;	
}

#gallery_menu ul{
	margin:0;
	padding:0;
}


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

#gallery_menu ul li a{
	background-image:url(../images/gallery_btn.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:165px;
	height:34px;
	margin:0;
	padding:8px 0 0 0;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}

#gallery_menu ul li a:hover{
	background-image:url(../images/gallery_btn.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	color:#063b18;
}

#gallery_menu ul li a.current{
	background-image:url(../images/gallery_btn.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	color:#063b18;
}

.gallery_tumbs{
	background-image:url(../images/gallery_tumbs_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:none;
	width:420px;
	height:409px;
	margin:0 10px;
	padding:20px;
	float:left;
}

.gallery_tumbs a{
	margin:7px;
	padding:2px;
	display:block;
	float:left;
}

.gallery_tumbs a:hover{
	background-color:#6C3;
}

.gallery_tumbs ul{
	float:right;
	width:260px;
	margin:0;
	padding:0;
}

.gallery_tumbs ul li{
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}

.gallery_tumbs ul li a{
	color:#2c4b0d;
}

.gallery_tumbs ul li a.pag_txt{
	color:#699a38;
}

.gallery_tumbs ul li a.selected{
	color:#f26522;
	font-size:17px;
	text-decoration:none;
}

/********** END GALLERY **********/


/********** RESERVACIONES **********/

#reservations{
	color:#7d7d7d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
}

#reservations h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#f26522;
	border-bottom:#db703c 1px solid;
}

#reservations h4 span{
	font-size:25px;
	color:#a04124;
}

#reservations table{
	margin:10px 0 10px 60px;
	padding:0;
}

.btn_reserv{
	float:left;
	margin:0 0 0 210px;
	padding:0;
	width:250px;
}

.btn_reserv input{
	background-image:url(../images/simple_btn.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:106px;
	height:23px;
	margin:15px 5px;
	padding:0;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#f26522;
	float:right;
	border: 0px;
}

.txt_box{
	border:#e1dddd 1px solid;
	width:260px;
	height:23px;
}

.txt_option{
	border:#e1dddd 1px solid;
	width:262px;
	height:23px;
}

#reservations table .txt_fecha{
	border:#e1dddd 1px solid;
	width:100px;
	height:23px;
	text-align:center;
}

.txt_area{
	border:#e1dddd 1px solid;
	width:250px;
}

/********** END RESERVACIONES **********/


/********** LINKS **********/

#links_recom{
	margin:0;
	padding:0;
	text-align:center;
}

#links_recom p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:20px 0 5px 0;
	padding:0;
	text-align:center;
}

/********** END LINKS **********/

/********** RENT A CAR **********/

.rent-a-car{
	width:1000px;
	height:380px;
	position:absolute;
	top:5px;
	left:-20px;
}


/********** END RENT A CAR **********/


.TA_certificateOfExcellence{
  margin: 0 auto;
    width: 200px;
}
