
body{
  font-family: 'Open Sans', sans-serif;
}
#main{
  background-image:url('../imagenes/fondos/1.jpg'); background-attachment:fixed;background-size:cover;
}
@media screen and (max-width: 600px) {
  #main {
    background-image:url('../imagenes/fondos/1-v.jpg')
  }
}
#barradenavegacion{
  background-color: #FFF;
  border-bottom:1px solid #5b7553;
}

.navbar .logo{
  width:180px;height:auto;
}

.alert-primary {
    color: #008553;
background-color:#d4ffd0;
border-color:#9bf2a4;
}
#mascara{
  position:fixed;height:100%;width:100%;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,0.8);z-index:300;
}
#mascara img{
  position:fixed;
top:30%;left:50%;margin-left: -25px;
width:50px;height:50px;
}



#bs{
  margin-top:-100px;
  height:auto;width:100%;
  color:#FFF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.75);
}

#encabezamiento{
  margin-top:-5vh;
}

#contenido .container{
  background-color:#FFF;
  border:1px solid #5b7553;
  padding-top:15px;padding-bottom:15px;
  border-radius: 5px;
}

.titulopagina{
  background-color:#FFF;
  color:#5b7553;
  margin-bottom:15px;
  border-radius: 5px;
  border:1px solid #5b7553;
  padding:15px;
  padding-top:30px;padding-bottom:30px;
}

.titulopagina h1{
  font-weight: 600;
}

.sinbs{
  margin-top:15vh;
}


.cadaaviso{
 margin:0px;
 margin-bottom:30px;border:1px solid #CCC;
 padding-top:15px;
 padding-bottom:15px;
 background-color:#e4f3e5;
}
.cadaaviso .alert{
  padding:5px;
}
.map{
  width:100%;
  margin-top:15px;
  margin-bottom: 15px;
}




#imgvistaprevia{
  width:100%;
  max-width:400px;
  margin:0 auto;
  padding:15px;
}

.contenedorimagenenlista{
  height:220px;
  padding-bottom:15px;
}
.contenedorimagenenficha{
  height:400px;
  padding-bottom:15px;
}
.imagenenlista, .imagenenficha{
  background-size: cover;
  width:100%;height: 100%;
}



.contenedormapa{
  padding-bottom:15px;
}
.map{
  height:205px;
}

.contenedorintervenciones{
  height:auto;max-height:600px;overflow:hidden; overflow-y:scroll;
}
.contenedorintervenciones .titulointervenciones{
  font-weight: bold;
  color:#5b7553;
  border-bottom: 1px solid #5b7553;

}
.cadaintervencion{
  margin-top:15px;
  padding-top: 15px;
  border:1px solid #CCC;
  background-color:#fff8f8;
}
.cadaintervencion img{
  margin-bottom: 15px;
}

#footer{
  padding-top:5vh;
  margin-top:5vh;
}
#enlacesfooter {
  background-color:#5b7553;
  padding-top:5vh;padding-bottom:5vh;
}
#enlacesfooter a{
  color:#DDD;
  margin-right: 15px;margin-left:15px;
  font-weight: 800;
}
.logofooter{
  width:300px;height:auto;clear: both;
  padding-bottom:5vh;
}



#toTop {
    padding: 5px 3px;
    color: #222;
    position: fixed;
    bottom: 90px;
    right: 5px;
    display: none;
    z-index:1001;
}
#toTop:hover{
  cursor:pointer;
}
