/*
Design by Marc Varon Gomez
*/

body {
    
    padding: 0;
    background: #fff;;
    text-align: justify;
    font-family: "arial", sans-serif;
    font-size: 12px;
    color: #003580;
}

h1{
    width: 300px;
    padding: 0;
    margin: 7px 0 0 30px;
}

h1 a,h1 a:visited{
    text-decoration: none;
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #333;
    font-weight: normal;
}
h1 a:hover{
    text-decoration: underline;
}

a,a:visited{
 color: #408dec;   
}
a:hover{
    text-decoration: none;
}

#container{width: 960px; margin: 0 auto;}
#header {
 
    width: 960px;
    height: 53px;   
    background: url('../images/header-midle.gif') repeat-x;   
}
#header-left {
 
    width: 17px;
    height: 53px;
    background: url('../images/header-left.gif');
    float: left;         
}

#header-right {
 
    width: 192px;
    height: 53px;
    background: url('../images/header-right.gif');   
    float: right;
}

#footer {
 
    margin: 20px auto 0 auto;
    width: 960px;
    height: 35px;   
    background: url('../images/footer-midle.gif') repeat-x;  
    padding: 0; 
     color: #333;
}
#footer-left {
 
    width: 9px;
    height: 35px;
    background: url('../images/footer-left.gif');
    float: left;         
}

#footer-right {
 
    width: 9px;
    height: 35px;
    background: url('../images/footer-right.gif');   
    float: right;
}

#busc-container {
    width: 475px; 
    float: left;
    margin-top: 30px;
}

#busc {
 
    width: 475px;
    height: 123px;   
    background: url('../images/buscador-midle.gif') repeat-x;
    margin-top: -1px;   
}
#busc-left {
 
    width: 11px;
    height: 123px;
    background: url('../images/buscador-left.gif');
    float: left; 
    margin-top: -1px;        
}

#busc-right {
 
    width: 11px;
    height: 123px;
    background: url('../images/buscador-right.gif');   
    float: right;
    margin-top: -1px;
}
#busc-content {
 
    width: 450px;
    height: 123px;
    float: left;
}

#busc-top-left {
 
    width: 9px;
    height: 35px;
    background: url('../images/buscador-top-left.gif');
    float: left;         
}

#busc-top-right {
 
    width: 9px;
    height: 35px;
    background: url('../images/buscador-top-right.gif');   
    float: right;
}
#busc-top-midle {
 
    width: 177px;
    height: 25px;   
    float: left;
    background: url('../images/buscador-top-midle.gif');
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 0;
    color: #333;
}
#busc-top{
    width: 195px;
    height: 35px;
    background: url('../images/buscador-top-midle.gif');
    margin: 0 0 -1px 72px;
}

#busc-container_zone {
    width: 475px; 
    float: left;
    margin: 20px 0 0 0;
}

#busc_zone {
 
    width: 610px;
    height: 80px;   
    background: url('../images/buscador-midle_zone.gif') repeat-x;
   margin: 20px 0 20px 0; 
}

#busc-zone-left{
 
    width: 11px;
    height: 80px;
    background: url('../images/buscador-left_zone.gif');
    float: left;     
}
#busc-zone-right{
 
    width: 11px;
    height: 80px;
    background: url('../images/buscador-right_zone.gif');   
    float: right;
}
#busc-zone-content {
 
    width: 580px;
    height: 80px;
    float: left;
}


#logo{float:left;}
#slogan{position: relative; width: 300px; float: left; font-size: 16px; font-weight: bold; font-style: italic; margin: 30px 0 0 100px; text-align: right; color: #3874e9;}
#copy{float:left; margin: 10px 0 0 20px;}

#idioma{width: 960px; text-align: right; margin-top: 5px;}
#idioma a,#idioma a:visited{color: #333; font-weight: bold;text-decoration: none; font-size: 8pt;}
#idioma a:hover{text-decoration: underline;}

#footer-nav{width: 540px; text-align: right; margin: 10px 20px 0 0;color: #333; float:right}
#footer-nav a,#footer-nav a:visited{color: #5b97ec; text-decoration: underline;}
#footer-nav a:hover{text-decoration: none;}

input.busc{border: 1px solid #408dec;margin-top: 5px; width: 125px;}
select.busc{border: 1px solid #408dec;margin-top: 5px; width: 125px;}
#check_in{width: 130px; float: left; margin-left: 17px;margin-top: 15px;}
#check_out{width: 130px; float: left; margin-left:  5px;margin-top: 15px;}
#guestsdiv{width: 60px; float: left; margin-left: 25px;margin-top: 15px;}
#roomsdiv{width: 60px; float: left; margin-left: 5px;margin-top: 15px;}
#adults{width: 55px; text-align: center;}
#childs{width: 55px; text-align: center;}

#nav {float: left; margin: 64px 0 0 0; padding: 0;}
#nav ul{list-style: none; margin: 0; padding: 0;}
#nav li{float: left; margin: 0px; padding: 0;}
#nav a,#nav a:visited{color: #666666;text-decoration: none; display: block; font-weight: bold; margin: 0 0 0 15px;}

#nav-zone{float: left; margin: 64px 0 0 675px; padding: 0; position: absolute;}
#nav-zone ul{list-style: none; margin: 0; padding: 0;}
#nav-zone li{float: left; margin: 0px; padding: 0;}
#nav-zone a,#nav a:visited{color: #666666;text-decoration: none; display: block; font-weight: bold; margin: 0 0 0 15px;}

a.dynamic,a.dynamic:visited{background: url(../images/boto_flight.jpg);width:72px; height: 47px; padding: 15px 0 0 70px;}
a.group,a.group:visited{background: url(../images/boto_group.jpg);width:72px; height: 47px; padding: 15px 5px 0 65px;}
a.testimonials,a.testimonials:visited{background: url(../images/boto_testimonials.jpg);width:77px; height: 47px; padding: 15px 5px 0 60px;}
a.metasearch,a.metasearch:visited{background: url(../images/boto_metasearch.jpg);width:77px; height: 47px; padding: 15px 5px 0 60px; text-align: left;}

a.dynamic:hover{background: url(../images/boto_flight_hover.jpg);}
a.group:hover{background: url(../images/boto_group_hover.jpg);}
a.testimonials:hover{background: url(../images/boto_testimonials_hover.jpg);}
a.metasearch:hover{background: url(../images/boto_metasearch_hover.jpg);}

.tooltip_menu{ text-align: left; background: #fef5ce; padding: 3px; width: 136px; color: #333;}
.tooltip_menu p{font-size: 10px; margin: 0; padding: 0;}
#metasearch{position: relative; left: 15px;}  
#dynamic{position: relative; left: 172px;}  
#testimonials{position: relative; left: 172px;/*329px*/}



#banners {border-top: 1px solid #cfcfcf; margin-top: 0px;}
#banners ul{list-style: none;}
#banners li{float: left; margin-left: 20px;}
#banners img{border: none;}
#banners a,#banners a:visited{text-decoration: none;}

#links-medplaya ul{list-style: none;}
#links-medplaya li{float: left; margin-left: 50px;}
#links-medplaya a,#links-medplaya a:visited{color: #66bb00;}
#links-medplaya a:hover{text-decoration: none;} 

#search-type{width: 300px; float: left;margin-top: 20px; margin-left: 16px;}
#search-type a,#search-type a:visited{color: #408dec;}
#search-type a:hover{text-decoration: none}

#search{float: right; width: 80px;margin-top: 20px; margin-right: 23px;}
a#search-submit,a#search-submit:visited{background: url('../images/search.jpg');width: 80px;height: 21px;display: block; color: #333; text-transform: uppercase;text-decoration: none;font-weight: bold;text-align: center;padding-top: 5px;}
a#search-submit:hover{background: url('../images/search_hover.jpg');}

#check{float: right; width: 80px;margin-top: 20px; margin-right: 63px;}
#check_zone{float: left; width: 80px; margin: 32px 0 0 20px;}
a#check-submit,a#check-submit:visited{background: url('../images/check.jpg');width: 120px;height: 21px;display: block; color: #333; text-transform: uppercase;text-decoration: none;font-weight: bold;text-align: center;padding-top: 5px;}
a#check-submit:hover{background: url('../images/check_hover.jpg');}

.clear{clear: both;}

.contact-norm{width: 240px; height: 15px;}
.contact-norm-text{width: 490px;}
.entry{margin: 0 auto; width: 500px;}
h2.title{margin: 0 auto; width: 500px;}

#map-container{border: none; padding: 5px; background: #fff;}
#map-container iframe{border: 0;}
#legend{ list-style: none; padding: 0;}
#legend li{margin-bottom: 7px; width: 250px; float: left;}
#legend a,#legend a:visited{text-decoration: none;}
#legend a:hover{color: #333;}

p.patrocinados{font-size: 10px; color: #333; background: url("../images/patrocinados.gif") no-repeat; display: inline;padding: 3px 0 0 0; margin: 0 0 0 0; width: 118px; height: 14px;display: block; text-align: center;}



/**********HOTEL INFO*************/ 

#hotelinfo{
    width: 777px;
    margin: 35px auto 30px auto;
}
#hotelinfo-content{
    /*background: url('../images/bg_hotelinfo.gif') center bottom;*/
    background: url('../images/bg_hotelinfo.gif') center bottom repeat-x;
    border-left: 1px solid #b2d2ff;
    border-right: 1px solid #b2d2ff;
    padding: 10px 10px;
}
#hotelinfo img{border: none; text-decoration: none; margin-left: 5px;}
#hotelinfo-top{height: 7px;background: url('../images/hotelinfo_top2.gif') center bottom no-repeat;margin-top: -1px;}
#hotelinfo-bottom{height: 10px;background: url('../images/hotelinfo_bottom2.gif');}
#hotelinfo-tabs a,#hotelingo-tabs a:visited{
    display:block;
    width: 100px;
    height: 25px;
    background: url('../images/hotelinfo_tab2.gif');
    float: left;
    margin-right: 7px;
    padding: 9px 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #408dec;
}

#hotelinfo-tabs a:hover{
    background: url('../images/hotelinfo_tab_active2.gif');
}
#hotelinfo-tabs a.active,#hotelingo-tabs a.active:visited{
    background: url('../images/hotelinfo_tab_active2.gif');
    color: #333;
    text-decoration: none;
}

#hotelinfo img.imginfo{width: 100px; height: 100px}
#hotelinfo .foto{width: 100px;float: left; text-align: center; margin: 0 10px;}
#hotelinfo .foto a,#hotelinfo .foto a:visited{font-size: 10px; margin: 0; text-decoration: none; color: #408dec;}
#hotelinfo .foto a:hover{text-decoration: underline;}
#hotelinfo #title_pag{width: 540px;float: left; margin: 0 10px;}
#hotelinfo h3{margin: 0; width: 550px; color: #333; font-size: 18px;}
#hotelinfo p.title_pag{font-size: 11px; color: #777;}
#hotelinfo p{margin: 0;}
#hotelinfo p.infodesc{margin: 10px;}
#hotelinfo .info_titulFitxa{margin: 10px 0 0 10px; font-weight: bold; font-size: 12px;}
#hotelinfo .info_subtitulFitxa{margin: 10px 0 0 10px; font-weight: bold; font-size: 12px;}
#hotelinfo p.conditions{margin-left: 10px; font-size: 10px;}
#hotelinfo p.oferta_title{margin: 20px 0 0 10px; color: #00aff0; font-size: 14px;}
#hotelinfo hr{border: 0; border-top: 1px dashed #00aff0; margin: 0 10px 15px 10px;}
#hotelinfo #mapainfo{margin: 10px auto; width: 734px;}
#hotelinfo #fotografies{text-align: center;}
#hotelinfo .slideshowThumbnail img{width: 50px;height: 50px;}
#hotelinfo #slideshowContainer{margin: 10px auto; border: 0;}
#hotelinfo a.book-online,#hotelinfo a.book-online:visited{display: block; width: 83px;height: 34px;background: url('../images/book_online.png'); text-align: center; padding-top: 6px;font-weight: bold; text-decoration: none; color: #333; text-transform: uppercase; float: right; margin-right: 10px;}
#hotelinfo a.book-online:hover{background: url('../images/book_online_hover.png');}

#hotelinfo #reviewcontent{width: 478px; margin: 20px auto 0 auto; }

#hotelinfo #reviews_list_hotel .review_hotel .review_hotel_title{color: #3b8ef4; font-weight: bold; font-size: 14px;}
#hotelinfo #reviews_list_hotel .review_hotel .review_hotel_title .title{text-decoration: underline;}
#hotelinfo #reviews_list_hotel .review_hotel .review_hotel_title .review_hotel_author{color: #353535; text-decoration: none;}
#hotelinfo #reviews_list_hotel .review_hotel table{color: #353535; margin: 0; padding: 0; font-size: 13px;}
#hotelinfo #reviews_list_hotel .review_hotel table tbody{margin: 0; padding: 0;}
#hotelinfo #reviews_list_hotel .review_hotel table tr{margin: 0; padding: 0;}
#hotelinfo #reviews_list_hotel .review_hotel table td{margin: 0; padding: 0;}
#hotelinfo #reviews_list_hotel .review_hotel .review_hotel_description{}
#hotelinfo #reviews_list_hotel .review_hotel .review_hotel_date{color: #353535; margin-bottom: 20px;}
#hotelinfo #reviews_list_hotel a.review_todos,#hotelinfo #reviews_list_hotel a.review_todos:visited{color: #333; text-decoration: underline; font-weight: bold; margin-bottom: 10px; display: block;}
#hotelinfo #reviews_list_hotel a.review_todos:hover{text-decoration: none;}

#reviewcontent_testimonials{ width: 500px; float:left; margin: 0 0 0 50px; } 
#testimonials_list{ width: 450px; float: left; }

/**********OFERTES*************/

#resultadovoffer .news
{
    width: 200px;
    float: left;
    padding: 0 20px;
}

#resultadovoffer a.hotel-oferta-title, #resultadovoffer a.hoteloferta-title:visited,#resultadovoffer a.hotel-oferta, #resultadovoffer a.hoteloferta:visited{
    color: #408dec;
}

#resultadovoffer a.hotel-oferta-title{margin-bottom: 5px;}

#resultadovoffer p{margin: 3px 0 10px 0;}

#resultadovoffer a:hover{
    text-decoration: none;   
}

.box-01-top-b{display: none;}
/*************MAP AREA**********************************/

#map-container{
    margin: 0 auto;
    width: 750px;   
}
/*************RESULTATS-BUSCADOR************************/


#b3xIj40LpQ1{background: #fff; margin: 20px auto; width: 545px; color: #333;}

#b3xIj40LpQ1 .art-top{background: url('../images/result-top2.gif'); height: 6px;}
#b3xIj40LpQ1 .art-bottom{background: url('../images/result-bottom2.gif');height: 21px;}
#b3xIj40LpQ1 .art-midle{background: #eef6ff; border-left: 1px solid #b2d2ff;border-right: 1px solid #b2d2ff;}


#b3xIj40LpQ1 p{text-align: justify; line-height:15px;  color: #333;}
#b3xIj40LpQ1 a {color:#333;}
#b3xIj40LpQ1 a:hover {color:#09b2f1;}
#b3xIj40LpQ1 h3.title {border-bottom:1px dashed #666; color:#333; font-size: 17px; margin: 0 0 20px 0; width: 540px;}
#b3xIj40LpQ1 h2.search{color: #0C7CCE; text-decoration: underline}
#b3xIj40LpQ1 h4 a,#b3xIj40LpQ1 h4 a:visited{color: #333; text-decoration: none;}

#b3xIj40LpQ1 h3.title-article {margin: 0 0 0 0; display: inline; font-size: 18px; float: left; text-decoration: none;} 
h3.title-article a,h3.title-article a:visited{text-decoration: none;}

#b3xIj40LpQ1 .box {min-height:1px;border-bottom: 1px dotted #ccc; width: 545px; margin: 0 0 0 0px;  color: #333;}
#b3xIj40LpQ1 .box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}


#b3xIj40LpQ1 #topstory-desc .info,#b3xIj40LpQ1 #topstory-desc .info a,#b3xIj40LpQ1 .article .article-desc .info,#b3xIj40LpQ1 .article .article-desc .info a {color:#5F5F5F;}

#b3xIj40LpQ1 #topstory-desc .info a:hover,#b3xIj40LpQ1 .article .article-desc .info a:hover {color:#2F2F2F;}

#b3xIj40LpQ1p .article-price a,#b3xIj40LpQ1 p.article-price a:visited {color: #5b97ec; text-decoration: none;}
#b3xIj40LpQ1 p.article-price a:hover{text-decoration: underline;}
#b3xIj40LpQ1 p.article-more a,#b3xIj40LpQ1 p.article-more a:visited {color: #5b97ec; text-decoration: none;}
#b3xIj40LpQ1 p.article-more a:hover{text-decoration: underline;}
#b3xIj40LpQ1 p.nomb{font-size: 11px; line-height: 15px; margin: 0; padding: 0;}
#b3xIj40LpQ1 p.nomb a,#b3xIj40LpQ1 p.nomb a:visited {color: #5b97ec; text-decoration: none;}
#b3xIj40LpQ1 p.nomb a:hover{text-decoration: underline;}

#b3xIj40LpQ1 .article {margin-bottom:10px; padding-bottom:10px; background:url("../images/dot.gif") 0 100% repeat-x;}
#b3xIj40LpQ1 .article .article-img {float:right; width:100px; margin: 0 10px 0 0}
#b3xIj40LpQ1 .article .article-img img {display:block;}
#b3xIj40LpQ1 .article .article-desc {float:left; width:310px; margin-bottom: 10px;}
#b3xIj40LpQ1 .article .article-price2 {float:left; font-size: 21px; margin: 0 7px 0 10px; border-right: 1px dotted #09b2f1;padding-right: 7px; height: 87px;}
#b3xIj40LpQ1 .article-price2 a,#b3xIj40LpQ1 .article-price2 a:visited{color: #09b2f1;}
#b3xIj40LpQ1 .article img.ratting{margin-left: 10px;padding-top: 6px;}

#b3xIj40LpQ1 .article .article-desc h3 {margin:0; font-weight:normal;}
#b3xIj40LpQ1 .article .article-desc .info {margin:0; font-size:85%;}
#b3xIj40LpQ1 .article .article-desc p.nomb {margin-top:0; text-align:justify;font-family:"arial",sans-serif;}

#b3xIj40LpQ1 p.article-price,#b3xIj40LpQ1 p.article-more{margin: 3px 10px 0 0; padding: 0; display: inline; float: right;}


#b3xIj40LpQ1 p.article-price a,#b3xIj40LpQ1 p.article-price a:visited{color: #333; text-decoration: none;}
#b3xIj40LpQ1 p.article-price a:hover{color: #09b2f1; text-decoration: none;}

a.efimatica,a.efimatica:visited { color: #333; font-size: 12px; margin: 0; padding: 0; text-decoration: none;}
a.efimatica:hover { text-decoration: underline; }
