.FondoPagina {
     width: 100%;
    }
.Pagina {
    font-family: 'Lato', sans-serif;
    }
.Bienvenida {
}
.LineaAliado {
  margin-top: 60px;
  width: 90%;
  margin: 0 auto;
 }
.LineaUsuario {
  margin-top: 60px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
 }
#titulo1 {
  margin-top: 70px;
  color:   #FF5627;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  padding-bottom: 5px;
 }
.Aliado {
  margin: 0 auto; 
  color: #5C5C5C;
  margin-top: 20px;
 }
#LogoAliado {
   clear: both;
   margin: 0 auto;
   width: 180px;
   display: flex;
 }
#MsgAliado {
   clear: both;
   margin: 0 auto;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   width: 350px;
   margin-top: 20px;
   color: #003459;
 }   
.Opcion a { 
  text-decoration:none;
  cursor: pointer;     
  color: #FF5627;
  text-align: center;   
 }
#Mensaje2 {
   clear: both;
   text-align: center;
   margin-top: 10px;
   font-size:  20px;
}
#Mensaje3 {
   text-align: center
}
#Membresia {
   background-color: #FF5627;
   color: white;
   text-align: center;
   padding: 10px;
   font-size: 18px;
   width: 60%;
   margin: 0 auto;
   margin-top: 30px;
}
.Opciones {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-around;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #5C5C5C;
} 
.Opcion {
  margin-top: 30px;
  color: #003459;
  min-width: 220px;
 } 
#TextoOpcion {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
 }
 .SeccionProductos {
  display: block;
  width: 90%;
  margin: 0 auto;
  }
.Productos {
  margin-top: 26px;
  padding-top: 20px;
  }
#TitProductos {
  font-size: 30px;
  color: #5C5C5C;
  margin-bottom: 5px;
  font-family: Pontano Sans, sans-serif;
  text-align: center;
  } 
.ImgProductos {
  font-size: 1.8em;
  margin-top: 20px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #5C5C5C;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  }
 #imgproducto1 {
   background: url("../globalimag/Productos/SPproducto1.jpg") center center no-repeat;
   width: 287px;
   height:281px;
   border-radius: 6px;
   text-shadow: 1px 1px 1px #000000;
   color: white;
   margin-top: 30px;
   margin-left: 10px;
}
#imgproducto2 {
   background: url("../globalimag/Productos/SPproducto2.jpg") center center no-repeat;
   width: 287px;
   height:281px;
   border-radius: 6px;
   text-shadow: 1px 1px 1px #000000;
   color: white;
   margin-top: 30px;
   margin-left: 10px;
}
#imgproducto3 {
   background: url("../globalimag/Productos/SPproducto3.jpg") center center no-repeat;
   width: 287px;
   height:281px;
   border-radius: 6px;
   text-shadow: 1px 1px 1px #000000;
   color: white;
   margin-top: 30px;
   margin-left: 10px;
}
.Botones {
   justify-content: center;
   display: flex;
   margin-top: 30px;
  }
#BotonTienda {
    margin-top: 15px;
    width: 200px;
    background-color: #003459;
    border-radius: 3px;
    color: white;
    padding-top: 2px;
    font-size: 15px;
    height: 30px;   
    cursor: pointer;
    border-style: none;
    text-align: center;
  }
@media screen and (min-width: 451px) and (max-width: 780px) {
#Membresia {
  text-align: left;
  width: 100%;
  }
} 
@media screen and (max-width: 450px) {
#imgproducto1, #imgproducto2, #imgproducto3 {
   margin-left: 1px;
  }
#Membresia {
  text-align: left;
  width: 100%;
  }
} 
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 3;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}