﻿form {
    height: 100%;
}

#proveedores_encabezado {
    background-attachment: scroll;
    /*background-image: url("../Images/tiendas_icono.png");*/
    /*background-image: url("../Images/IconosTitulos/icon_tiendas_60x87.png");*/
    background-position: 100% 0;
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    border-bottom: 1px solid #FFB400;
    clear: none;
    float: none;
    height: auto;
    left: 0;
    margin: 1.5% auto 0;
    min-width: 0;
    position: relative;
    top: 0;
    width: 85.5%;
}

    #proveedores_titulo {
        border-bottom: 2px solid #FFB400;
        clear: none;
        color: #FFB400;
        float: left;
        font-family: 'Actor',sans-serif;
        font-size: 30px;
        font-weight: 600;
        height: 30px;
        line-height: 1em;
        margin: 5% 0 0 0;
        min-height: 0;
        text-align: left;
        width: auto;
        word-wrap: break-word;
    }

#puestos_encabezado {
    background-attachment: scroll;
    /*background-image: url("../Images/noticias_icono.png");*/
    /*background-image: url("../Images/IconosTitulos/icon_noticias_60x86.png");*/
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #FF8200;
    clear: none;
    float: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5%;
    width: 84.9988%;

}

    #puestos_titulo {
        border-bottom: 2px solid #FF8200;
        clear: none;
        color: #FF8200;
        font-family: 'Actor',sans-serif;
        text-align: left;
        float: left;
        font-size: 30px;
        line-height: 1em;
        margin-top: 45px;

        font-weight: 600;
        height: 30px;
        line-height: 1em;
        margin: 5% 0 0 0;
        min-height: 0;
        text-align: left;
        width: auto;
        word-wrap: break-word;

    }

.letraArchivos {
    color: #555555;
    float: none;
    font-family: "Actor",sans-serif;
    font-size: 15px;
    line-height: 1em;
    margin: 5px 0;
}