

html,
body,
#viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#logoCenapred{
  position: absolute;
  bottom: 20px;
  left: 19em;
  z-index: 5;
}

#pdf {
  position:absolute;
  z-index:9999;
  left: 5em;
  top: 1%;
}

#pdf img {
  border-radius: 5px;
  -webkit-box-shadow: 11px 12px 5px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 11px 12px 5px -2px rgba(0,0,0,0.75);
  box-shadow: 11px 12px 5px -2px rgba(0,0,0,0.75);
}

#pdf img:hover {
  opacity: 70%;
}

#riesgo {
  padding: 5px;
  position: absolute;
  left: 1%;
  top: 30%;
  width: auto;
  height: auto;
  background-color: rgba(0,0,0,0.3);
  color: rgb(180, 180, 180);            
  /* border: 1px solid #FFF;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  font-family: arial;
  font-size: 1.5em;
  z-index: 0;
}

#peligro {
  padding: 5px;
  position: absolute;
  right: 1%;
  top: 30%;
  width: auto;
  height: auto;
  background-color: rgba(0,0,0,0.3);
  color: rgb(180, 180, 180);            
  /* border: 1px solid #FFF;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  font-family: arial;
  font-size: 1.5em;
  z-index: 0;
}