/*@font-face {
    font-family: Merriweather;
    src: url('fonts/Merriweather-Regular.ttf');
}*/ /* @font-face no funciona en Android*/


html { height: 100% }
body { 
    height: 100%; width:100%; margin: 0; padding: 0;
    font-size:100%;
    font-family:Merriweather;
    background-color:white;
    text-align: justify;
    color: rgb(0,85,0);
    border : none;
    } 
.bienvenida{
    background-image: url("fondo_bienvenida.jpg");
    background-color: rgb(72,79,42);
    color: white;
}
.logo{
    padding: 0 0;
    /*display: inline-block;*/
    margin: 0px 0px;
    /*height:10%;*/
}

table{
  widht:100%;
  height:10%;
  border-bottom: 1px solid #4CAF50;
}
tr{ 
 vertical-align: center;
}
.button {
    background-color:  rgb(1,33,10);
    color: white;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px; 
    cursor: pointer;
    font-family:Merriweather;
    margin: 32px;
}
#lineaDepuracion {font-size:10%} 
#mensaje_bienvenida {
    font-size:90%;
    padding: 15px 32px;
}
#letra_pequena{
    font-size:70%;
    padding: 15px 32px;
    vertical-align: bottom;
}

;visited link 
a:visited {
    color: rgb(208, 222, 213);
}
#googleMap { height:90% ; width:100%; font-size:1%}


 