.blanco {

	color: white;
}

h1 {
    text-align: center;
}
.fondo{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: cover;
}
.button 
{    
    width: 5%;
    height: 2%x;
    text-align: center;
    float:right;
    background-color: #fff;
    margin: 0 2px 0 2px;
    cursor: pointer;
}
.button a 
{
    text-decoration: none;
    color: #555;
    line-height: 25px;
}
.x{

}
#container 
{
    width: 60%;
    height: 60%;
    margin: 40px auto;
    padding: 50px 30px;
    background-color: white;
    border-radius:3px;
    padding-right: 5%: 
    color: #F8F8F8;
   box-shadow: 0 0 10px 0 #999;
   background-image: url(Img/logoblanco.png);
    background-size: cover;
    background-position: cover;   
}
ul 
{
    list-style-type: ;
    padding: 0;
    margin: 0;
    width: 500px;
}
ul li
{
    background: #709496;

    margin: 30px;
    padding: 5px;
    display: inline-block;

}
#prev 
{
    display:none;
}
#start 
{
    display:none;
    width: 100px;
}
input[type="radio"]{
    cursor: pointer;
}