@charset "utf-8";
/* CSS Document */

/* Estilos para el modal */
.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.close1 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Estilos para el modal */
.modal2 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.close2 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 10px 10px 10px 10px;
  border: 1px solid #888;
  width: 65%;
  height: 50%;
}

/* Estilos para el enlace */
a {
  
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: blue;
  text-decoration: none;
}

#embeddedPage{
  width: 100%;
  height: 100%;
}
