body { padding-top: 110px; }

#mapa {
	width: 100%;
    height: 450px;
    background-color: grey;
    margin-bottom: 15px;
}

.row-busqueda-avanzada {
	background-color: #a9d8f8;
}

.row-logos {
	padding-top: 30px;
	padding-bottom: 30px;
}

.logo {
	margin-top: 15px;
	margin-bottom: 15px;
}

.row-info {
	background-color: #05253A;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Cierre del panel de búsqueda avanzada. */
#close {
    float: right;
    margin-top: 3px;
    display: inline-block;
}


/* ESTILOS PARA LAS TARJETAS DE LOS SITIOS QUE SE MUESTRAN SOBRE EL MAPA */
.small-view {
    width: 410px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto; 
}
.small-view-img {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.small-view .small-view-title {
    /*height: 15%;*/
    width: 80%;
    margin: auto;
    margin-bottom: 8px;
}
.small-view .small-view-title h1 {
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    color: black;
    font-size: 1.2em;
    padding: 0;
    margin: 5px 0 0 0;
}
.small-view .small-view-title h3 {
    box-sizing:border-box;
    color: black;
    font-size: 0.90em;
    padding: 0;
    padding-left: 10px;
    margin: 0;
}
.small-view .small-view-content {
    /*height: 62%; */
    width: 40%;
    box-sizing:border-box;
    float: left;
    margin-bottom: 10px;
}
.small-view .small-view-content img {
    width:100%;
    /* height:100%;
    float: left; */
    padding: 0;
    margin: 0;
    
}
.small-view .small-view-desc {
    box-sizing:border-box;
    color:black;
    float: left;
    display: inline-block;
    padding-left: 10px;
    /* height: 100%; */
    width: 60%;
    word-wrap: word-break;
    text-align: justify;
}
.small-view .small-view-buttons{
    width: 100%;
    height: 20%;
    /* text-align: center; */
    clear: both;
}
.small-view .small-view-buttons img {
		width: 7%;
		margin-left: 4px;
}
.small-view .btn {
    margin: 5px 0;
}

/* Para poder dar clic sobre toda la tarjeta */
.link-spanner {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif 
  background-image: url('empty.gif');*/
} 

.titulo-lugar {
	color: #05253A;
}

.titulo-lugar:hover {
	color: #1897EB;
}
  
.card-body {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}  

.card-icons {
	color: #05253A;
}

.card-icons:hover {
	color: #1897EB;
}


/** Pestaña de información: **/

.info-window {
	position: fixed;
	top: 38%;
	left: 250px;
	z-index: 99;
}

.info-window-main {
	width: 250px;
    position: fixed;
    top: 38%;
    left: 0;
    z-index: 99;
}




