@charset "utf-8";
/* CSS Document */
	
*{
padding: 0;
margin: 0;
}
#cont-gral{
position:relative;
overflow:hidden;
}
#map {
position:relative;
height: 700px;
width: 99%;
overflow: hidden;
/*float: left;*/
border: thin solid #333;
margin:0px auto;
}
#titulo{
display:none;
position:relative;
margin:0px auto;
margin-bottom:-60px;
text-align:center;
color:#FFF;
height: 60px;
width: 75%;
overflow: hidden;
background: rgba(5,5,5,0.5);
border: thin solid #333;
border-left: none;
border-radius: 0px 0px 15px 15px;
z-index:11000000;
}
#resetzoom{
cursor:pointer;
}
#capture {
position:absolute;
color:#FFF;
padding:15px;
height: 600px;
width: 30%;
overflow: hidden;
background: rgba(5,5,5,0.5);
border: thin solid #333;
border-left: none;
right:-100%;
float:left;
z-index:11000000;
}
#cerrar-capture{
display:block;
width:100%;
text-align:right;
font-size:1.5em;
color:#CCC;
}
#cerrar-capture span{
cursor:pointer;
background: rgba(5,5,5,0.5);
}
#informacion{
width:100%
}
#informacion a{
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:1.1em;
color:#CCC;
}
#informacion a:hover{
color:#FFF;
}
table#tablainfo tr td:nth-child(2){
text-align:center;
}
table#tablainfo td{
border-bottom:#FC0 1px solid;
}
#floating-panel {
position: absolute;
bottom: 10px;
left: 25%;
z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
text-align: center;
font-family: 'Roboto','sans-serif';
line-height: 30px;
padding-left: 10px;
}
#floating-panel {
display:none;
background-color: #fff;
border: 1px solid #999;
left: 25%;
padding: 5px;
position: absolute;
bottom:10px;
z-index: 5;
}
.navbar{
font-family:Verdana, Geneva, sans-serif;
font-size:1.2rem;
margin-bottom:0px;
}
.navbar-brand{
font-size: 3rem;
color: #007bff !important;
}
@media (max-width: 576px){
#cont-gral{
position: absolute;
overflow: hidden;
top: 62px;
right: 0px;
width: 100%;
z-index: -1;
}
.bg-light {
background-color: rgba(248,249,250,0.9) !important;
}
}