
body {
    background: #ffffff;
    text-align: left;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

.backgroudImage {
    background: url("../img/background.jpg") no-repeat;
    background-size: 100% auto;
}

.top-container {
    border-bottom: 2px dotted #bbb;
}
.backgroudPattern {
    background: url("../img/pattern.jpg") left top repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.text-presolicitud {
    color: #000000;
}

.btn-submit {
    background-color: #ec4a4a;
    color: #fff;
}