/* 
   GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


html{
    min-height: 100%;
    position: relative;
}
body {
  /*padding-bottom: 40px;*/
  background-color:#fefefe;
  /*background: url("img/background-body.jpg") no-repeat  center scroll;*/
  /*background-repeat: repeat-x;*/
  color: #000000;/*#5a5a5a;*/
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 50px;/*Para que el footer no solape*/
}
header{
	margin-top:0px;
}

/*BOOTSTRAP Variations
--------------------------------------------------*/
.navbar{
   margin:0px;
   background-color: transparent;
   background: transparent;
  }
 .navbar-brand{
  color: #a5a5a5;
}
 }
.img-thumbnail{
	padding:0px;
	margin:0px;
	border-radius:0px;
	border:0px;
}
.container{

}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0px 0;
    /*text-align: center;*/
    color: #fff;
    background: url("../img/background-header.png") no-repeat center scroll;
    background-color: #364b5f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
	height:75px;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
    color: #ff0000;
}


.propTitle {
    border-bottom: 1px dotted #389b17;
    color: #176d9b;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    text-transform: uppercase;
}

.propContent {
    color: #6c6c6c;
    font-size: 14px;
    line-height: normal;
    margin-top: 15px;
}

p.propContent {
    color: #6c6c6c;
    text-align: justify;
}

/*Mapa búsqueda*/
.ol-mouse-position {
            top: auto;
            bottom: 0em;
            min-width: 200px;
            background-color: slategrey;
			border-radius: 4px;    
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
            color: white;
            padding: 6px;
}

img.olTileImage {
            max-width: none;
        }

.poiInfoPanel {
    position:absolute; 
    top:auto;
    bottom:4em;
    right:25px;
    height: auto;
    width:auto; 
    padding: 5px;
    font-size: 0.8em;
    color: white;
    z-index:15; 
    background: rgba(0, 60, 136, 0.5) none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}


/*Footer*/
.footer {
  position: absolute;
  padding-top: 7px;
  bottom: 0;
  color: #efefef;
  width: 100%;
  background-color:#364b5f;
  /* Set the fixed height of the footer here */
  height: 40px;
}
.footer a{
  color: #efefef;
}

.quick-search{
    float:right;
}


/*
Estilos para el autocomplete
*/

.tt-query,
.tt-hint {
    width: 400px;
    height: 36px;
    padding: 8px 12px;
    /*font-size: 14px;*/
    line-height: 20px;
    border: 2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

.inputWithSpin 
{
    background: #fff url('../img/ajax-loader.gif') no-repeat scroll 365px 8px;
    padding-right: 30px;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 400px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    /*font-size: 14px;*/
    line-height: 14px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0097cf;

}

