@import url(https://fonts.googleapis.com/css?family=Lato);

html, body {
  width: 100%;
  height: 100%; 
}
body {
  overflow: auto;
  font-family: Lato;
  background-color: #ccc;
}
.observaciones{
  font-size: 12px;
  color: #555;
  margin-top: 10px;
  overflow: auto;
  text-align: justify;
}
.tfuncionalidades{
  font-weight:bold;
  margin-bottom: 10px;
}
.descargar{
  position: absolute;
  right: 15px;
  border-bottom: 1px white;
  color: white;
  background: #555558;
  cursor: pointer;
  margin-bottom: 10px;
}
#chartdiv {
  width: 100%;
  height: 500px;
} 
.btnfuncionalidades{
  font-size: 30px;
  float: right;
  cursor: pointer;
  color: white;
  border-radius: 50%;
  background: #555558;
}

.descargar:hover{
  background: #26262b;
}

/* Modal  */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: auto; 
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  top: -10px;
}
.close {
  text-shadow: none !important;
  font-size: 32px !important;
  position: absolute;
  right: 0;
  margin-right: -5px;
  margin-top: -35px;
  opacity: 1 !important;
  color: white !important;
  border-radius: 50%;
  background: #555558;
}
.close:hover,
.close:focus {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
/*@media screen and (min-width:290px) and (max-width:425px) {
  body{
    padding: 5px !important;
    overflow-x: hidden !important;
  }
}
*/

/* css anterior */

#chartdiv1, #chartdiv2 {
  width: 700px;
  height: 50%;
  border: 1px solid #ddd;
}


.pruevaios{
  -webkit-overflow-scrolling : touch ; 
  overflow-y : scroll ;
}