body{
	background: #EBEDEF ;
}

.map {
	height: 94%;
	width:100%;
    position:absolute;
    margin-top: 55px;
}
.alturamapa{
    height: 70%;
}
video {
    width: 100%;
    height: auto;
}
.mostrar{
    display: block;
    width: 100%;
}
.alturaCabezote{
    top:186px;
}

#filtrar{
    color: #fff;
}

.contenedor{
	border-top: 6px solid #82E0AA;
	padding: 20px;
	margin: 25px;
	border-style: outset;
	box-shadow: 5px 5px 8px #333;
	background: #f9f9f7;
	text-align: center;
}

#img{
	width: 900px;
}

.contenedor div p{
	margin-top: 20px ;
	cursor:pointer;
}
.divnav{
	position: absolute;
    z-index: 1040;
    width: 100%;
}

.contenedor #formObservacion{
	margin-top: 20px;
	padding-left: 20%;
	padding-right: 20%;
}

@media screen and (max-width:750px){
	.form-group button {
		margin-top: 20px;
	}
}

#titulo{
	margin-bottom: 30px;
}

#titulo h3{
	font-family: Georgia;
	text-align: center;
}

.navbar {
    border-color: #f3f2f2;
    margin: 0px;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.switch-wrapper {
	display: inline-block;
	position: relative;
	top: 3px;
}

.navbar-default .navbar-nav li a {
	color: #ebedef;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: black;
}

#navDetalles {
    width: 337px;
    height: 800px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    right: 0;
    display:none;
    top: 53px;
}

#infDetalles {
    width: 337px;
    height: 800px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    right: 0;
    display:none;
    top: 50px;
    padding: 10px;
}

.datos{
	background: #fff;
	width: 100%;
	padding: 5px;
	box-shadow: 2px 2px 2px 2px #8080806e;
	margin-bottom: 10px;
}

#info{
	cursor: pointer;
}

.h2{
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top:10px;
	font-size: 20px;
}

.close{
	margin-top: 10px;
    margin-right: 15px;
    font-size: 30px;
}

#cerrarFiltro{
	position: fixed;
    top: 50px;
    right: 0;
    margin-right: 15px;
    font-size: 30px;
}

.table{
    margin-top: 5px;
    margin-bottom: 5px;
}

#divheader{
	margin-bottom: 10px;

}

#Estrellas{
	margin-left: 20px;
}

#nombre{
    display: inline;
    margin-right: 10px;
}
#closeImgCabecera{
    z-index: 5;
    position: absolute;
    right: 0;
}
#filtro{
	z-index: 1000;
  	top: 52px;
    position: absolute;
    width: 100%;
    padding: 10px;
    display: none;
}

#carga{
	width: 80px;
	display: none;
}

.cajaNotificaciones{
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.1);
    position: fixed;
    z-index: 1000;
    top: 52px;
    display: -webkit-flex; 
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    padding: 15px 50px; 
    background-position: right center;
    background-size: contain; 
    background-repeat: no-repeat; 
}

.cajaimgMs{
        margin-right: 30px;
}

.cajaimgMs>img{
    height: 50px;
}

.txt-grande{
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width: 500px) {
    .cajaimgMs{
        margin-right: 0px;
    }
    #logo{
        margin-left:5%;
        width:100%;
        padding-top:10px; 
        padding-bottom: 2px; 
    }

    #navDetalles {
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        z-index: 1000;
        right: 0;
        display:none;
        top: 53px;
    }
    
    #infDetalles {
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        z-index: 1000;
        right: 0;
        display:none;
        top: 50px;
        padding: 10px;
    }
}

.icono{
    cursor: pointer;
    top: 10px;
    left: 10px;
    position: absolute;
}

.circulo {
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 900;
    position: absolute;
    left: 20px;
    bottom: 20px;
    -webkit-box-shadow: 2px 55px 157px -13px rgba(0,0,0,0.44);
    -moz-box-shadow: 2px 55px 157px -13px rgba(0,0,0,0.44);
    box-shadow: 2px 55px 157px -13px rgba(0,0,0,0.44);
    display: none;
    cursor: pointer;
    -webkit-animation-iteration-count: infinite;
}

.circuloAyuda{
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 900;
    position: absolute;
    -webkit-box-shadow: 2px 55px 157px -13px rgba(0,0,0,0.44);
    -moz-box-shadow: 2px 55px 157px -13px rgba(0,0,0,0.44);
    box-shadow: 2px 55px 157px -13px rgba(0,0,0,0.44);
    display: none;
    cursor: pointer;
    -webkit-animation-iteration-count: infinite;
    border: 2px solid #fff;
}

.siguiente{
	display: none;

}

.anterior{
	display: none;
}

@media screen and (max-width:800px){
    .map {
        height: 94%;
        width:100%;
        position:absolute;
        margin-top: 55px;
    }
	.textoModal{
		width: 100%;
	}
	
	.siguiente{
		display: none;
	}

	.anterior{
		display: none;
	}

    #img{
		width: 900px;
    }
    
    .navbar-default .navbar-brand {
        color: #ffffff;
        font-size: 15px;
    }

    .circulo {
        width: 60px;
        height: 60px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        z-index: 900;
        position: absolute;
        left: 30px;
        bottom: 35px;
        -webkit-box-shadow: 2px 55px 157px -13px rgba(0,0,0,0.44);
        -moz-box-shadow: 2px 55px 157px -13px rgba(0,0,0,0.44);
        box-shadow: 2px 55px 157px -13px rgba(0,0,0,0.44);
        display: none;
        cursor: pointer;
        -webkit-animation-iteration-count: infinite;
    }
    #contenedorimgCabecera{
        display: none;
    }
    .alturaCabezote{
        top:52px;
    }

    .cajaNotificaciones{
        box-shadow: 0 2px 30px 0 rgba(0,0,0,.1);
        position: fixed;
        z-index: 1000;
        top: 52px;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
        padding: 15px 10px; 
        background-position: right center;
        background-size: contain; 
        background-repeat: no-repeat; 
    }
    
}

#botones{
	display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0em;
    vertical-align: baseline;
    margin: 0em 0.25em 0em 0em;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
}

