﻿html {
  display:table;
  width:100%;
  height:100%;
}
body {
  display:table-cell;
  vertical-align:middle;
 
}
.table {
       table-layout:fixed;
}

.table td {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;

}
footer {
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    border-top: 1px solid white;
    justify-content: center;
    align-items: center;
}

.encabezado {
    position: fixed;
    height: 4em;
    width: 100%;
    top: 0;
    background-color: #2A6EAA;
    z-index:9999;
}

@media only screen and (min-width: 1468px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .main{
      margin-top:5rem;
  }
}

.areaMapa{
    width:auto;
}

.imagen {
    max-width: 100%;
    object-fit: cover;
    
}

.panel{
    margin:20px;
}
