body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #717175;
    background-color: #ffffff;
    font-size: 16px;

}
.btn-descargar{
    color: #A6030F;
    background-color: #ffffff;
    font-size: 18px;
    padding: 14px;
    border-radius: 18px;
}
.form-row{
    margin-bottom: 15px;
}
ul.curso{
    padding: 0;
    margin: 0;
    list-style: none;
}
.txt-control{
    background-color: #FFF;
    height: 40px;
    font-size: 16px;
}

form.cmxform label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic
}

@media(min-width:1104px) {
    .container{
        width: 1034px;
    }
}

@media (max-width: 480px) {

}
@media(min-width: 481px) and (max-width: 767px){

}
@media(max-width: 767px) {

}

@media(min-width:768px) {

}

@media(min-width: 769px) and (max-width: 1004px){

    
}