html{height:100%;}
body{font-family: 'Open Sans Condensed', sans-serif;background:#ccd7e2;padding-top:50px;padding-bottom:100px;}
body#index{background: url("../img/bk-main.png") repeat-x top #0658b4;}
body.dark{background:#0658b4;color:#fefefe;}

a{text-decoration:none;}
a:hover{text-decoration:none;}

hr{border-top:2px dotted #699dd7;}

.text-dark{color:#222;}

.separator{clear:both;margin-bottom:25px;}
.separator-xs{clear:both;margin-bottom:5px;}
.separator-sm{clear:both;margin-bottom:10px;}
.separator-md{clear:both;margin-bottom:30px;}
.separator-lg{clear:both;margin-bottom:50px;}

.smaller{font-size:70%;}
.bigger{font-size:1.2em;}
.biggest{font-size:1.7em;}

.badge-blue{background-color:#0658b4 !important;}
.badge-50{width:50px;}

#logo{width:180px;}

.search{border-radius:0;position:fixed;}
.no-border-radius{border-radius:0 !important;}
.input-space{height:calc(1.5em + .75rem + 2px);}

/** Top Menu **/
#top-menu{height:50px;color:#fff;background: url('../img/bg-menu.png') repeat-x #0658b4;;overflow:hidden;}
#top-menu a{color:#fff;width:32px;}
#top-menu #title-page{margin:0 auto;}
#top-menu #logo-header{height:32px;}

/** Lists **/
.list-group-background{}
.list-group-background li{background: url('../img/bg-titles.png') no-repeat right top #699dd7;;font-weight:bold;color:#fefefe;}
.list-group-background li a{color:#fefefe;}

.list-group-image{height:50px;width:50px;overflow:hidden;}
.list-group-title{}
.list-group-title small{color:#222;}

/** Tabs **/
.nav-tabs{border-bottom:2px solid #699dd7 !important;background:#0658b4;}
.nav-tabs .nav-link{border:0 !important;color:#fefefe !important;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background: #699dd7 !important;}

/** Secciones **/
.title-section{
   background: url('../img/bg-titles.png') no-repeat right top #699dd7;
   color:#fff;
   border-bottom: 2px solid #0658b4;
}

/** Publicidad **/
#publicidad{position:fixed;bottom:0;height:100px;width:100%;z-index:9999;background:#fff;}

/** Despliega **/
#content-despliega{background:#fff;}

/** Idiomas **/
#languages{position:fixed;bottom:0;height:75px;width:100%;z-index:9999;}
#languages img{width:48px;}

/** Mapa **/
.map{height:100%;}
.map-modal{height:250px;}

/** Go To Top **/
#goToTop{
    position: fixed;
    bottom: 0;
    margin: 10px;
    background: #5fd384;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    right: 0;
}


