@media only screen and (orientation: landscape) {
    body {
        background-color: lightblue;
    }
}

html {
    background-color: #eae4da;
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 1.5em;
    color: #404040;
    background-color: #eae4da;
    background-image: url(img/bg_1.png);
    background-size: cover;
    padding: 0;
    margin: 0;
    text-align: center;
}

.homecontent {
    background-color: #fafafa;
    text-align: center;
}

.botonera  {
    background-color: #fafafa;
    padding: 5px;
    text-align: center;  
}

.homelogo {
    padding: 5px;
    text-align: center;  
}

.contenedor{
    width: 100%;
    margin-left: auto ;
    margin-right: auto ;
    margin: auto;
    text-align: center;
    
    }
.contenedor ul {
    list-style-type: none;
}

.storelink {
   opacity: 0.5;
    
}

.storelink:hover {
   opacity: 1;
    
}

.botonera a {
   text-transform: uppercase;
    color: #0c3b7a;
    letter-spacing: 2px;
    font-size: 10px;
}

.botonera ul {
    list-style-type: none;
}

.botonera a:hover {
   text-transform: uppercase;
    color: #ff3d17;
}

b {
    color: #ff3d17;
    
}

.botonsiguiente {
	background-color: #ef0f0f;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    width: 100%;

    bottom:0px;
}

.botonsiguiente a {
	background-color: #ef0f0f;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

.botonsiguiente a:hover {
	background-color: #ef0f0f;
    color: #ffffff;
    border: 0px;
}


---------------------------------------------------------------------


a {
    color: #161616;
    text-decoration: none;

}

.menufoto{
    width: 100%;
    margin-left: auto ;
    margin-right: auto ;
    margin: auto;
   
    
    }

.menufotosacar{
    width: 42%;
    padding: 4%;
    background-color: #d8d8d8;
display: inline-block;
    text-align: center;
    
    }

.menufotosubir{
    width: 42%;
    padding: 4%;
    color: #ffffff;
    background-color: #191919;
display: inline-block;
    text-align: center;
    }


.menufotosacar a {
    color: #ef0f0f;
    font-weight: bolder;
    text-decoration: none;
    
    }

.menufotosubir a {
    color: #ffffff;
    font-weight: bolder;
    text-decoration: none;
    
    }

.perdibotonbuscar{
    width: 96%;
    padding: 4%;
    color: #ffffff;
    background-color: #67d0f6;
display: inline-block;
    text-align: center;
    }

.header {
text-align: center;
    font-weight: bolder;
    font-size: 25px;
    padding: 30px 0px 20px 0px;
    }

.menufoto{
    width: 100%;
    margin-left: auto ;
    margin-right: auto ;
    margin: auto;
   
    
    }

.objetorojo {
    width: 42%;
    padding: 4%;
    background-color: #f67152;
display: inline-block;
    text-align: center;
    
    }

.mobile-nav {
    float: left;
    display: block;
      }

.menunamepic {
text-align: center;
    align-content: center;
    font-weight: bolder;
    font-size: 17px;
      }

.botoneramenú {
text-align: center;
    align-content: center;
    font-weight: bolder;
    font-size: 20px;
    display: block;
      }

.botoneramenú a {
text-align: center;
    align-content: center;
    font-weight: bolder;
    font-size: 20px;
    display: block;
    background-color: #ffffff;
    margin: 0;
    padding: 20px 0px;
    border-bottom: 1px solid #000000;
    color: #ef0f0f;
    text-decoration: none;
      }

.menulogoff a {
text-align: center;
    align-content: center;
    font-size: 12px;
    display: block;
    background-color: #3d3d3d;
    margin: 0;
    padding: 15px 0px;
    border-bottom: 1px solid #000000;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
      }

.bodylogin {
    background-image: url(../img/loginbg2.png);
    background-size: cover;
    padding: 0;
    margin: 0;
}

.login {
    width: 370px;
    background-color: #fafafa;
    text-align: center;
    padding: 15px;
    margin: 0 auto; 
    vertical-align: middle;
     margin-top: 5em;

}

progress[value] {
  width: 150px;
  height: 10px;
    -webkit-appearance: none;
}

progress[value]::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 2px;
}


progress::-webkit-progress-value {
     background-color: #67d0f6;
}



-----------------------------





.objetorojo {
    width: 180px;
    height: 180px;
    padding: 4%;
        border-width: 5px;
     border-color: azure;
    background-color: #ec6ce7;
   float: left;
    text-align: center;
    
    }
.objetoazul {
       width: 180px;
    height: 180px;
    padding: 4%;
  border-width: 5px;
     border-color: azure;
    background-color: #ffda6d;
   float: left;
    text-align: center;
    
    }
.objetoverde {
       width: 180px;
    height: 180px;
    padding: 4%;
  border-width: 5px;
     border-color: azure;
    background-color: #67d0f6;
   float: left;
    text-align: center;
    
    }

.objetorosa {
        width: 180px;
    height: 180px;
    padding: 4%;
  border-width: 5px;
     border-color: azure;
    background-color: #27c63f;
   float: left;
    text-align: center;
    
    }

div.objetorosa a:hover {
  color: #123;
}


.mobile-nav {
    float: left;
      }
    
h7 {
    font-family: "Open Sans";
    font-size: 9px;
   } 
h3 {
    font-family: "Open Sans";
    font-size: 13px;
   }