//Estilos de la portada de las fotos del casino

#contenedor_portada  {
  width: 90%;
  position: relative;
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 3.7em;
  font-weight: normal;
  border: dotted;
  z-index: 1;    
}

.fondos_portada{
  float: left;
  position: relative;
  top:0px; left:0px;
  width: 16%;
  height: 40%;
}

.img {
  max-width: 100%;
  height: auto;
  border: 0;
}
#boton1 {
   background: url(botones/boton1g.svg);
   background-size: 100%;
   height: 16%; 
   width:65%; 
   margin-left: 18%;
  }  
  #boton1:hover {
  background: url(botones/boton1bg.svg);
  background-size: 100%;  
  height: 16%; 
  width:65%; 
  }
#boton1a {
   background: url(botones/boton4g.svg);
   background-size: 100%;
   height: 16%; 
   width:65%; 
   margin-left: 18%;
  }  
  #boton1a:hover {
  background: url(botones/boton4bg.svg);
  background-size: 100%;  
  height: 16%; 
  width:65%; 
  }

  #boton2 {
  background: url(botones/boton2g.svg);
  background-size: 100%;  
  height: 16%; 
  width:65%; 
  margin-left: 18%;
  }
  #boton2:hover {
  background: url(botones/boton2bg.svg);
  background-size: 100%;  
  height: 16%; 
  width:65%; 
  }
  #boton3 {
  background: url(botones/boton3g.svg);
  background-size: 100%;  
  height: 8.5%; 
  width:65%; 
  margin-left: 18%;
  }
  #boton3:hover {
  background: url(botones/boton3bg.svg);
  background-size: 100%;  
  height: 8.5%; 
  width:65%;}
 

.indice_portada{
  width: 19%;
  height: 100%;
  position: fixed;
  top: 0em;
  right: 0.1em;
  font-family: Poppins;
  color: brown;
  background-color: #ffffff;
  font-size: 0.8em;
  padding: 0px 1px 30px 9px;
  z-index: 15;    
}

.texto-centrado{
  text-align: center;
  font-family: Poppins; 
  font-size: 5.6em;
  font-weight: bold;
  color: #c0c0c0;
}
.texto-centrado-reiner{
  text-align: center;
  font-family: Poppins; 
  font-size: 5.6em;
  font-weight: bold;
  color: #7a896c;
}
.texto-centrado-monumento{
  text-align: center;
  font-family: Poppins; 
  font-size: 5.8em;
  font-weight: bold;
  color: #ffffff;
}
#abajo  {
  width: 80.25%;
  margin-left: 0%;
  position: relative;
  font-family: Poppins;
  font-weight: normal;
  z-index: 30;    
}
.razon {
  width: 36%;
  float: left;
  position: relative;
  font-family: Poppins;
  font-size: 0.85em;
  font-weight: normal;
  z-index: 31;    
}
.razon_reiner {
  width: 26%;
  float: left;
  position: relative;
  font-family: Poppins;
  font-size: 0.85em;
  font-weight: normal;
  z-index: 31;    
}
.logos {
 width: 12%;
 // margin: 0 auto;
  float: left;
  position: relative;
  font-family: Poppins;
  font-size: 0.79em;
  font-weight: normal;
//  border: solid;
  z-index: 31;    
}

.titulo
 {
  margin: auto;
  position: absolute;
  top: 6%; 
  left: 3%; 
  width: 75%; 
  max-width: 1100px;
  margin-left: auto;
  margin-right:auto; 
  z-index: 6;	
 }
 
 .opciones {
   text-align: center;
   padding: 9px;
   margin-top: 7%;
   font-family: Poppins;    
   font-size: 1.3em;
   font-weight: normal;
 }
 .fondos_portada_reiner{
   float: left;
   position: relative;
   top:0px; left:0px;
   width: 16%;
   height: 40%;
   border: dotted;
   border-size: 20px;
   color: #7a896c;
 }
 
//FLORES
#contenedor_flores  {
  width: 80%;
  position: relative;
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 3.7em;
  font-weight: normal;
  border: dotted;
  z-index: 1;    
}
#panel_flores  {
  width: 100%;
  position: relative;
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 3.7em;
  font-weight: normal;
 // border: solid;
  z-index: 1;    
}
#panel_flores img {
  width: 100%;
  position: relative;
  max-width: 100%;
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 3.7em;
  font-weight: normal;
 // border: solid;
  z-index: 1;    
}
#panel2 {
  width: 10%;
  position: fixed;
  top: 2%;
  left: 2%;
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 0.3em;
  font-weight: normal;
  text-decoration:none;  
  background-color: #f0f0f0;
  z-index: 3;    
}
#cerrar {
  width: 10%;
  position: fixed;
  top: 2%;
  right: 2%;
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 0.3em;
  font-weight: normal;
  text-decoration:none;
  text-align: right;  
  background-color: #f0f0f0;
  z-index: 3;    
}