/*               CONTACTO CSS          */
body {
 
  padding-top: 70px;
  background:#E6E6E6;
}
.navbar-brand {
  float: left;
  height: 60px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
}
 .letra{
       font-size: 18px;}

 .navbar-toggle .icon-bar {
  display: block;
  width: 32px;        /*añadido*/
  height: 2px;
  border-radius: 1px;
}

.mini{                /*clase añadida*/
  font-size: 12px;
    margin-top:3px;
    color: white;
   }
.centro{
    text-align: center;
}

#googleMap{
    height:400px;
    width:100%;
    margin-bottom: 25px;
}
.separador{
    
    padding-top:25px;
}

footer{
    color: white;
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
   
}

footer article.panel  {
  background-color: #8D8E9C;
}


footer.container{
    border-radius: 4px;
}
.panel ul{
    text-align: center;
 }

#aviso{color:white;}
