.contenido{
    position: relative;
    width: 914px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    box-shadow: 7px 7px 10px #b5b5b5;
    -webkit-box-shadow: 7px 7px 10px #b5b5b5;
    -moz-box-shadow: 7px 7px 10px #b5b5b5;
    filter: shadow(color=#b5b5b5, direction=135, strength=10);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding-left: 50px;
    padding-right: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 2;
}
.titulo{
    color: #d70d23;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.botones{
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.btn{
    display: inline-block;
    text-align: center;
    height: 30px;
    width: 250px;
    padding-top: 10px;
    background: #ea202e;
    color: #FFFFFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.btn:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.btn2{
    margin-left: 10px;
}
@media screen and (max-width: 1010px){
    .contenido{
        position: inherit;
        width: 85%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .titulo{
        width: 100%;
    }
    .botones{
        width: 100%;
        position: inherit;
        margin-top: 20px;
    }
    .btn{
        margin-left: inherit;
        margin-top: 5px;
    }
}
