#topbanner {
    background-color: #cc450f;
}

#topbanner img {
    width: 100%;
    height: auto;
}

#descripcion {
    margin-top: -5px;
}

#descripcion_in {
    margin: auto;
    padding: 0px 20px 0px 20px;
    width: auto;
    max-width: 600px;
}

#descripcion_in p {
    line-height: 20px;
    color: #f5f4d9;
}

#contacto article {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 25px;
    margin-bottom: 25px;
}

#forma-contacto input {
    width: 80%;
    height: 45px;
    border-radius: 30px;
    border-style: none;
    border: 2px solid #d85820;
    margin: 5px 0 5px 0;
    padding-left: 15px;
    font-size: 12px;
    color: black;
}

#forma-contacto textarea {
    width: 80%;
    height: 100px;
    border-radius: 20px;
    border-style: none;
    border: 2px solid #d85820;
    margin: 5px 0 5px 0;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 12px;
    color: black;
}

#forma-contacto input[type='submit']{
    background-color: #d85820;
    border: none;
    color: white;
    width: 35%;
    text-align: center;
    float: right;
    padding: 0;
    margin-right: 90px;
    transition: all 0.3s ease-in-out;
}

#forma-contacto input[type='submit']:hover {
    background-color: #9b3214;
}

#contacto-in-izq {
    padding-left: 40px;
}

#contacto-in-der {
    padding-left: 40px;
    color: #666;
}

#contacto-in-der p {
    font-size: 12px;
    line-height: 20px;
}   

#contacto-in-der ul {
    margin-top: 25px;
    color:#9b3214;
}

#contacto-in-der ul li {
    line-height: 30px;
    color:#9b3214;
    font-size: 14px;
}

#post-contacto {
    background-image: url(img/iquien_fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top, center;
    width: 100%;
    color: white;
}

#post-contacto p {
    font-size: 14px;
    line-height: 21px;
}

