*{
    margin:0px;
    padding: 0px;
}
body{
    background-color: #0a1930;
}
.Contenedor{
    background-color:#172b46;
    margin: auto;
    margin-top: 50px;
    width: 470px;
    height: 500px;
    box-shadow:2px 2px 20px 1px #000;
}
.title1{
    position: relative;
    text-align: center;
    width:250px;
    height: 50px;
    margin: auto;
}
.title1 p{
    position: absolute;
    color:#fff;
    font-size: 23px;
    font-family: Arial;
    font-weight: bold;
    margin:15px 10px 0px 10px;
}
#Contenido{
    margin: 0px 20px 0px 20px;
    background-color: #fff;
    border: 2px solid #133B51;
    width: 410px;
    height: 100px;
    color:#000;
    padding: 10px;
    font-size: 20px;
    font-weight: 3px;
    font-family: sans-serif;
}
.Section1{
    width: 430px;
    margin: 20px 20px 20px 20px;
}
.Section1 p{
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    margin-bottom:8px;
}
.B1{
    width: 398px;
    margin: auto;
}
.Section1 button{
    border-radius:2px;
    background-color: #fff;
    border: none;
    width: 130px;
    height: 30px;
    color: #172b46;
    font-size: 14px;
    font-family: Arial;
    cursor: pointer;
    transition: all 0.5s;
}
.Section2{
    width: 430px;
    margin: 20px 20px 20px 20px;
}
.Section2 p{
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    margin-bottom:8px;
}
.B2{
    width: 400px;
    margin: auto;
}
.Section2 input{
    outline: none;
    width: 130px;
    height: 30px;
    border: none;
    border-radius: 2px;
    text-align: center;
}
.Section2 button{
    border-radius: 2px;
    width: 130px;
    height: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}
.Section3{
    width: 430px;
    margin: 0px 20px 0px 20px;
}
.Section3 p{
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    margin-bottom:8px;
}
.B3{
    width: 400px;
    margin: auto;
}
.Section3 input{
    outline: none;
    width: 130px;
    height: 30px;
    border: none;
    border-radius: 2px;
    text-align: center;
}
.Section3 button{
    border-radius: 2px;
    width: 130px;
    height: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}
.Cambio{
    margin: 40px 20px 0px 20px;
    position: relative;
}
#Siguiente{
    position: absolute;
    left: 300px;
    text-decoration: none;
    background-color: #fff;
    color: #172b46;
    font-size: 14px;
    font-family: Arial;
    cursor: pointer;
    border-radius: 2px;
    padding: 8px 8px 8px 8px;
    transition: all 0.5s;
}
button:hover{
    background-color: #2AB652;
    color: #fff;
}
button:active{
    background-color: #0A4A1C;
}
#Siguiente:hover{
    background-color: #2AB652;
    color: #fff;
}
#Siguiente:active{
    background-color: #0A4A1C;
}