/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : La Casa
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Hero
    - Search
    - Listings
    - Footer
    - Responsive CSS
    

*/


/*  Fonts  */
@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'p22_corinthia';
    src: url('../fonts/p22_corinthia.eot');
    src: url('../fonts/p22_corinthia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/p22_corinthia.woff') format('woff'),
         url('../fonts/p22_corinthia.ttf') format('truetype'),
         url('../fonts/p22_corinthia.svg#P22Corinthia') format('svg');
    font-weight: normal;
    font-style: normal;
}





/*  General CSS  */
body{
    background: #fff;
}

.wrapper{
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
	padding: 0 40px;
}

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h3              { font-size: 2em; margin: .67em 0 }
h4              { font-size: 1.5em; margin: .75em 0 }

h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

.info{padding:50px 0;}
.info h2{margin-bottom: 30px;}



/*  Header Section  */

header{
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.3);
}

header .logo{
float: left;
width: 380px;
padding: 16px 0 0;
    -webkit-filter: drop-shadow(1px 1px 2px #000);
    filter: drop-shadow(1px 1px 2px #000);
}

header a.hamburger{
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 41px;
    width: 24px;
    height: 19px;
    background: url('../img/hamburger_icon.png') no-repeat;
}

header a.hamburger.opned{
    width: 19px;
    background: url('../img/close_menu_icon.png') no-repeat;
}


header nav{
    float: right;
    opacity: 1;
}


header nav ul{
    margin-top: 40px;
    list-style: none;
    overflow: hidden;
    float: left;
}

header nav ul li{
    float: left;
    margin-left: 50px;
}

header nav ul li a,
header nav .login_btn{
    text-decoration: none;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;

}

header nav .login_btn{
    float: right;
    margin: 28px 0 0 50px;
    padding: 10px 30px 11px 30px;
    border: 2px solid #ffffff;
    background: transparent;

    transition: background .1s linear;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    -o-transition: background .1s linear;
}

header nav .login_btn:hover{
    background: #ffffff;
    color: #1c3655;
}


/*  Hero Section  */

.hero{
    width: 100%;
    height: 250px;
    position: relative;
    background: url('../img/casas-rurales.jpg') no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.hero .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 60%;
    z-index: 10;
}

.hero .caption h1{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
	    text-shadow: 0 0 5px #000, 0 0 7px #000, 0 0 10px #000;
    font-size: 2.5em;
    font-weight: lighter;
    margin: 0;
    position: relative;
    display: block;
}

.hero .caption h3{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: -15px 0 0 25px;
    left: 1px;
}

/*  Search Section  */
.search{
    width: 100%;
    height: 60px;
    background: #bfd9f2;
    position: relative;
}

.search #search{
    display: block;
    width: 90.90909090909091%;
    height: 60px;
    float: left;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
    background: #bfd9f2;
    color: #ffffff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
	padding: 0 0 0 30px;
}

.search #search::-webkit-input-placeholder{
   color: #95badf;
}

.search #search:-moz-placeholder{ 
   color: #95badf;  
}

.search #search::-moz-placeholder{ 
   color: #95badf;  
}

.search #search:-ms-input-placeholder{  
   color: #95badf;  
} 

.search #submit_search{
    display: none;
}

.search .advanced_search_icon{
    display: block;
    width: 26px;
    height: 26px;
    float: right;
    background: url('../img/advanced_search_inactive.png') no-repeat;
    margin-top: 19px;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.search .advanced_search_icon:hover{
    background: url('../img/advanced_search_hover.png') no-repeat;
}

.search .advanced_search_icon.active{
    background: url('../img/advanced_search_active.png') no-repeat;
}

.search .advanced_search{
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background: #cbe0f4;
    border-top: 1px solid #aac8e4;
    border-bottom: 1px solid #aac8e4;
    z-index: 9999;
    display: none;
}

.search .advanced_search .arrow{
    display: block;
    width: 14px;
    height: 9px;
    background: url('../img/search_arrow.png') no-repeat;
    position: absolute;
    top: -8px;
    right: 46px;
}

.search .advanced_search #entrada,
.search .advanced_search #salida,
.search .advanced_search #min_price,
.search .advanced_search #max_price{
    display: block;
    width: 509px;
    height: 100px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    outline: none;
    background: #cbe0f4;
}

.search .advanced_search #entrada,
.search .advanced_search #salida{
    background: url('../img/calendar_icon.png') no-repeat;
    background-position: 484px 50%;
    padding: 0 100px 0 20px;
    width: 429px;
}

.search .advanced_search .float{
    float: left;
}

.search .advanced_search .search_fields{
    overflow: hidden;
    border-bottom: 1px solid #aac8e4;
}

.search .advanced_search .field_sep{
    display: inline-block;
    width: 1px;
    height: 60px;
    border: 0;
    background: #aac8e4;
    margin: 20px 0 0 0;
    padding: 0;
}

.search .advanced_search #keywords,.search .advanced_search #searchtext{
    display: block;
    width: 1060px;
    height: 100px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    outline: none;
    background: #cbe0f4;
}

.search .advanced_search #entrada,
.search .advanced_search #salida,
.search .advanced_search #min_price,
.search .advanced_search #max_price,
.search .advanced_search #keywords,.search .advanced_search #searchtext{    
    color: #ffffff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
} 


.search .advanced_search #entrada::-webkit-input-placeholder,
.search .advanced_search #salida::-webkit-input-placeholder,
.search .advanced_search #min_price::-webkit-input-placeholder,
.search .advanced_search #max_price::-webkit-input-placeholder,
.search .advanced_search #keywords::-webkit-input-placeholder,
.search .advanced_search #searchtext::-webkit-input-placeholder{
   color: #95badf;
}

.search .advanced_search #entrada:-moz-placeholder, 
.search .advanced_search #salida:-moz-placeholder, 
.search .advanced_search #min_price:-moz-placeholder, 
.search .advanced_search #max_price:-moz-placeholder, 
.search .advanced_search #keywords:-moz-placeholder, 
.search .advanced_search #searchtext:-moz-placeholder{ 
   color: #95badf;  
}

.search .advanced_search #entrada::-moz-placeholder, 
.search .advanced_search #salida::-moz-placeholder, 
.search .advanced_search #min_price::-moz-placeholder, 
.search .advanced_search #max_price::-moz-placeholder, 
.search .advanced_search #keywords::-moz-placeholder, 
.search .advanced_search #searchtext::-moz-placeholder{ 
   color: #95badf;  
}

.search .advanced_search #entrada:-ms-input-placeholder,  
.search .advanced_search #salida:-ms-input-placeholder,  
.search .advanced_search #min_price:-ms-input-placeholder,  
.search .advanced_search #max_price:-ms-input-placeholder,  
.search .advanced_search #keywords:-ms-input-placeholder,  
.search .advanced_search #searchtext:-ms-input-placeholder{  
   color: #95badf;  
} 
.ui-datepicker-trigger{display:none;}
.dealsHeight {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 86px;
    margin-bottom: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 150px;
}
.dealsSearch {
	float:left;
	border-radius: 3px 3px 3px 3px;
	text-align:left;
	width:48%;
}
.multiple{padding:3px 0 0 3px;width:147px;height:125px;border-radius: 3px 3px 3px 3px;width:80%;}
#multiprovince h4 {
    text-transform: uppercase;
    font-style: italic;
    padding: 2px 0;
    margin: 0;
    font-size: 11px;
}
.buscar input {width:100%}
#search-frm  {display:none;overflow: auto;
    height: 100%;}
#buscadoravanzado{margin-bottom:3em;min-height: 570px;}
.dealsSearch h4 {margin-bottom:0.5em}

.search .advanced_search .grande { margin-right:30px; height:190px;}
.padding30 {padding-bottom:30px;}
.PlazasPrecios li {    display: inline-block;    width: 30%;}

/*  listings section  */
.listings{
    padding: 25px 0;
}
.listings a {
	color:#1286B8;
	
}
.listings a:hover {
	color:#0A4964;
	text-decoration:none;
}
.listings ul.properties_list{
    list-style: none;
    overflow: hidden;
}

.listings ul.properties_list li{
    display: block;
    width: 30.90909090909091%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 3.636363636363636% 3.636363636363636% 0;
}

.listings ul.properties_list li img.property_img{
    width: 100%;
    height: auto!important;
    vertical-align: top;
}

.listings ul.properties_list li h3{
	color: #fff;
    font-size: 1.286em;
    font-weight: normal;
    text-shadow: 0 0 5px #000, 0 0 7px #000, 0 0 10px #000;
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 10;
    padding: 7px 20px 7px 8px;
    margin-top: 0;
    line-height: 1.4em;
    text-align: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
	
	}
.listings ul.properties_list li .price{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 15px 20px;
    background: #ffffff;
    color: #514d4d;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}


.listings ul.properties_list li:nth-child(3n+0){
    margin-right: 0;
}

.listings ul li .property_details{
    width: 87.64705882352941%;
    padding: 0% 6%;
    border-bottom: 1px solid #f2f1f1;
    border-left: 1px solid #f2f1f1;
    border-right: 1px solid #f2f1f1;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings ul li:hover .property_details{
    border-bottom: 1px solid #95badf;
    border-left: 1px solid #95badf;
    border-right: 1px solid #95badf;
}

.listings ul li .property_details h3{
    color: #666464;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}


.listings ul li .property_details h3 a,.listings ul li .property_details h4 a{
    text-decoration: none;
    color: #666464;
}

.listings ul li .property_details h4{
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
	padding: 0.75em 0;
	margin:0;
}

.listings ul li .property_details .property_size{
    color: #676767;
}

.listings .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.listings .more_listing_btn{
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #afcbe6;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings .more_listing_btn:hover{
    color: #a0c3e5;
    border: 2px solid #a0c3e5;    
}










/*  footer  */
footer{
    padding-top: 100px;
    background: #95badf;
}

footer .footer > ul{
    overflow: hidden;
}

footer .footer > ul > li{
    display: block;
    float: left;
    list-style: none;
    margin-right: 60px;
}

footer .footer > ul > li:last-child{
    margin-right: 0;
}


footer .footer > ul > li.links{
    width: 197px;
}

footer ul li.links > ul > li{
    display: block;
    width: 100%;
    list-style: none;
    margin-bottom: 27px;
}

footer ul li.links > ul > li:last-child{
    margin-bottom: 0;
}

footer .footer > ul > li.links li a{
    text-decoration: none;
    display: block;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    text-align: left;
}

footer .footer > ul > li.about{
    width: 327px;
}

footer ul li.about p{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 34px;
    margin-top: -9px;
}

footer ul li.about > ul > li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
}

footer ul li.about > ul > li:last-child{
    margin-right: 0;
}

footer ul li.about > ul > li a{
    background: url('../img/social_media.png') no-repeat;
}

footer ul li.about > ul > li a.facebook{
    display: block;
    width: 10px;
    height: 18px;
    background-position: 0 0;
}
footer ul li.about > ul > li a.twitter{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -11px 0px;
}
footer ul li.about > ul > li a.google{
    display: block;
    width: 10px;
    height: 18px;
    background-position: -31px 0px;
}
footer ul li.about > ul > li a.skype{
    display: block;
    width: 17px;
    height: 18px;
    background-position: -43px 0px;
}

footer .copyrights{
    display: block;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    border-top: 1px solid #82abd4;
}

footer .copyrights a.ph_link{
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}









/*  responsive css */


@media (max-width:1500px){
    .hero{
        height: 250px;
    }
}


@media (max-width: 1150px){
    .wrapper{
        padding: 0 40px;
        max-width: 1020px;
    }
    .search .advanced_search .arrow{
        top: -8px;
        right: 46px;
    }

    .search .advanced_search #entrada,
    .search .advanced_search #salida,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 46.27272727272727%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search #entrada,
    .search .advanced_search #salida{
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    footer .footer > ul > li{
        margin-right: 5.454545454545455%;
    }

    footer .footer > ul > li.links{
        width: 17.90909090909091%;
    }

    footer .footer > ul > li.about{
        width: 29.72727272727273%;
    }
}


@media (max-width:800px){
    .hero{
        height: 160px;
    }
	.hero .caption h1 {font-size:1.5em;}
    .hero .caption{
        width: 92.72727272727273%;
        padding: 0 3.636363636363636%;
    top: 65%;
    margin-top: 0px;		
    }

    .hero .caption h3{
        margin: 0;
        left: 0;
    }

    header a.hamburger{
        display: block;
    }

    header nav{
        position: absolute;
        display: none;
        width: 92.72727272727273%;
        top: 95px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #fff;
        border-top: 5px solid #bfd9f2;
    }

    header nav.active{
        display: block;
    }

    header nav .login_btn{
        float: none;
        display: inline-block;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        background: #f2f3f3;
    }

    header nav ul{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    header nav ul li{
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
    }

    header nav ul li a{
        display: block;
        padding: 25px 0;
        border-bottom: 1px solid #f2f3f3;

        transition: background .2s linear;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
    }

    header nav ul li a:active{
        background: #f2f3f3;
    }

    header nav ul li a,
    header nav .login_btn{
        color: #1c3655;
    }

    header nav .login_btn:hover{
        background: #eaebeb;
    }

    header nav ul li:last-child{
        border: 0;
    }

    .listings ul.properties_list li{
        width: 46.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(3n+0){
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(2n+0){
        margin-right: 0;
    }

    footer .footer > ul > li{
        width: 29.6969696969697%!important;
        margin-right: 5.454545454545455%;
        margin-bottom: 100px;
    }

    footer .footer > ul > li:nth-child(3){
        margin-right: 0;
    }

    footer .footer > ul > li.links li a{
        text-align: center;
    }

    footer .footer > ul > li.about{
        text-align: center;
        float: none;
        display: inline;
        margin-right: 100%;
        overflow: hidden;
        border-top: 1px solid #82abd4;
    }
}


@media (max-width:700px){

    .search .advanced_search #entrada,
    .search .advanced_search #salida,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
        border-bottom: 1px solid #aac8e4;
    }

    .search .advanced_search #entrada,
    .search .advanced_search #salida{
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search .search_fields{
        border-bottom: 0;
    }

    .search .advanced_search .field_sep{
        display: none;
    }
}


@media (max-width:500px){
    .hero .caption h2{
        font-size: 85px;
    }

    .hero .caption h3{
        font-size: 16px;
    }

    .search #search{
        width: 83%;
    }

    .listings ul.properties_list li{
        width: 100%;
        margin-bottom: 60px!important;
    }

    .listings ul.properties_list li:last-child{
        margin-bottom: 0!important;
    }


    .listings ul.properties_list li:nth-child(3n+0),
    .listings ul.properties_list li:nth-child(2n+0){
        margin:0;
    }

    .listings .more_listing_btn{
        display: block;
        width: 100%; 
        padding-left: 0!important;
        padding-right: 0!important;
    }

    footer .footer > ul > li.links,
    footer .footer > ul > li.about{
        float: none;
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    footer .footer > ul > li:last-child{
        padding-bottom: 0;
    }

    footer .footer > ul > li.links{
        border-bottom: 1px solid #82abd4;
    }
}
#paginador {
    text-align: center;
    height: 60px;
    line-height: 60px;
    clear: both;
    display: block;
}
#paginador>* {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 20px;
    font-size: 0.875em;
    margin: 0 7px;
    text-decoration: none;
    color: #666;
}
#paginador span {
    background: #666;
    color: #fff;
}
#paginador a {
    background: #f2f2f2;
    color: #666;
    text-decoration: none;
}
.clear{clear:both;font-size:0;height:0}

ul.domtabs{float:left;width:100%;margin:1px 0 15px 0; display:block;clear:both;border-bottom:1px solid #aac8e4;}
ul.tabsPortada{margin-top:0}
ul.domtabs a{display: block;width: auto;padding: 0 1em;height: 37px;line-height: 37px;vertical-align: middle;text-shadow: none;color: #333;background: #e4e4e4;-webkit-box-shadow: 2px 0 0 #ddd;-khtml-box-shadow: 2px 0 0 #ddd;-moz-box-shadow: 2px 0 0 #ddd;-ms-box-shadow: 2px 0 0 #ddd;-o-box-shadow: 2px 0 0 #ddd;box-shadow: 2px 0 0 #ddd;text-decoration: none;-webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;-ms-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;position: relative;	border: 1px solid #aac8e4;
border-bottom: 0;}
ul.domtabs li {width:auto;margin-right: .6em; display: inline-block;}
ul.domtabs li:hover,ul.domtabs li.active{background: transparent;}
ul.domtabs a:hover,ul.domtabs li.active a{background: #fff;border-bottom: 0;}
.tab_content {float:left;width:100%;}
ul.domtabs li.active a:after {
width: 100%;
left: 0px;
content: '\A';
position: absolute;
bottom: -2px;
height: 2px;
background-color: #FFF;
}
#left ul.domtabs{margin-bottom:0px;width:205px}
#left ul.domtabs li { margin-right: 10px;}
#left ul.domtabs a{border: 1px solid #aac8e4;border-bottom: 0; height: 27px;line-height: 28px;padding: 0 6px; box-shadow: none;}
#provincias h3,#provincias h3 a{margin-bottom:6px;font-weight:bold;color:#333;font-size:12px;text-align:left}
#provincias ul{margin:0 0 13px 0}
#provincias ul li a{font-weight:bold;text-decoration:none}
#provincias ul li a:hover{text-decoration:underline}
#provincias ul li a span.claro{font-weight:normal;color:#666}
#provincias ul li{list-style:disc inside}
#provincias div.columnas{padding:0 0 0 15px;float:left;width:30%;clear:none}
#espana h2,#portugal h2,#libres h2{font-size:16px;margin-bottom:15px;color:#666}
#espana h3,#espana h3 a,#portugal h3,#portugal h3 a{margin-bottom:6px;font-weight:bold;color:#333;font-size: 1.5em;text-align:left}
#espana h3.todas,#portugal h3.todas{float:right;color:#06C}
#espana h3.todas a,#portugal h3.todas a{color:#06C}
#espana ul,#portugal ul{margin:0 0 13px 0}
#espana ul li a,#portugal ul li a{font-weight:bold;text-decoration:none}
#espana ul li a:hover,#portugal ul li a:hover{text-decoration:underline}
#espana ul li a span.claro,#portugal ul li a span.claro{font-weight:normal;color:#666}
#espana ul li,#portugal ul li{list-style:disc inside}
#espana div.columnas,#portugal div.columnas{padding:0 0 0 15px;float:left;width:30%;clear:none}
#portugal div.columnas{padding:0pt 0pt 0pt 65px;width:190px}
#portada  h3.numeros{float:right}
#portada  h3{font-size:14px;font-weight:normal;border:0;position:relative}
#portada  h3 span{font-size:18px;font-weight:bold}
#portada .mapa{margin:-25px 0 0 12px}
ol.navegacion{color:#777;font-size:0.75em;margin: 0 auto 25px;}
ol.navegacion li{display:inline}
ol.navegacion li a{color:#777;text-decoration:none;}
ol.navegacion li a:hover{text-decoration:underline;}
#card-nav{margin: 0 auto 25px;}
.wrapper p{
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 25px;
    margin-bottom: 30px;
}
div.infoText, div.advertencia {
    background-position: 20px 13px;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
    padding: 20px 24px 20px 70px;
    border-radius: 7px 7px 7px 7px;
    font-size: 14px;
}
div.advertencia {
    background-color: #fdd;
    background-image: url(../img/error.png);
    color: #561203;
    font-weight: bold;
}
div.infoText {
    background-color: #DCE8FA;
    background-image: url(../img/info.png);
    font-weight: normal;
}

#contact{margin-bottom:20px;}
#contact fieldset{border:1px solid #CCC;margin-bottom:10px;padding: 0 10px}
#contact legend{font-weight:bold;margin:15px 0}
#contact input.validation-failed,#contact textarea.validation-failed{color:#F30;font-weight:bold}
#contact input{border:1px solid #B1D086;margin-bottom:10px;width:185px;font-size:14px;}
#contact textarea{border:1px solid #B1D086;margin-bottom:15px;width:230px;height:50px}

#contact #selfcopy{width:14px;margin:0 0px 0 0;float:left}
#contact #counter{float:right;width:60px;padding:.3em;color:#999;border:1px solid #B1D086;text-align:center}
#contact #sendEmail{float:left;background:#ffcb4d;background:-webkit-gradient(linear,left top,left bottom,from(#ffcb4d),to(#ffae17));background:-moz-linear-gradient(top,#ffcb4d,#ffae17);text-shadow:-1px -1px 1px #fff;border:1px solid #e4962d;color:#472d0a;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;cursor: pointer;font-weight:bold;padding:5px 10px;display:block;text-decoration:none;}
#contact #sendEmail:hover{}
div.contratar #contact #sendEmail{margin-top:0}
div.contratar{margin-top:10px;float:left;padding-left:237px}
#contact #radio{border:0}
#contact .checkbox{width:14px;height:14px;border:0;padding:0;float:left;margin-bottom:0}
#contact select{border:1px solid #B1D086;width:185px;float:left;margin-bottom:10px}
#contact .scsMsg{display:block;line-height:30px;font-size:180%;color:green}
#contact acronym{font-size:10px;text-decoration:underline}
.req{color:#C00}
#contact .ayuda{}
#contact .id{display: inline-block;width:220px;margin-bottom:10px}
span.error{color:#F30;font-size:14px;padding-bottom:20px;font-weight:bold}
#contact .bigerr{display:block;line-height:30px;font-size:200%;color:#F00}
#contact #back{display:block;background:#333;color:#FAFBFC;width:250px;font-size:150%;font-weight:bold;text-align:center;text-decoration:none;padding:10px;margin:30px auto 30px auto}
#contact #back:hover{background:#DDD;color:#555}
#contact .validation-advice{text-align:right;color:#F30;margin:0;float:right;padding:0 5px 10px 0;font-size:11px}
#contact a{color:#06C}
.fotoprincipal, #thumb{float:left}
#thumb {    float: left;
    width: 50%;
    max-height: 550px;
    overflow: auto;}
	
ul.inline-button{float: right;
    width: auto;}
ul.inline-button li{
	display: inline-block;
}

.navigator-link.first {
    -webkit-border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
    -ms-border-radius: 16px 0 0 16px;
    border-radius: 16px 0 0 16px;
}
li.position {
    background: #e4e4e4;
    font: bold 12px/28px arial;
padding: 0 1.2em;
vertical-align: middle;
    height: 28px;
}
.navigator-link {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    font: normal 12px/28px arial;
    text-decoration: none;
    background: #f3f3f3;
    padding: 0 1.2em;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
}
.navigator-link.last {
    -webkit-border-radius: 0 16px 16px 0;
    -moz-border-radius: 0 16px 16px 0;
    -ms-border-radius: 0 16px 16px 0;
    border-radius: 0 16px 16px 0;
}
.navigator-link.first {
    -webkit-border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
    -ms-border-radius: 16px 0 0 16px;
    border-radius: 16px 0 0 16px;
}
.navigator-link:link, .navigator-link:visited {
    color: #444;
}