/* 
    Document   : footer
    Created on : 26-sep-2013, 12:04:18
    Author     : Pedro Pelaez
    Description: Footer
*/

#footer_bajo {
    clear:both;
    text-align:center;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #999999;
    text-decoration: none;
}

#footer_bajo a{
    text-align:center;
    text-transform: uppercase;
    color: #999999;
    text-decoration: none;
}

@media all and (max-width: 460px) {
    #footer_bajo {
        width:100%;
    }
    #footer_bajo a{
    }
}
@media all and (min-width: 461px) and (max-width: 982px) {
    #footer_bajo {
        width:100%;
        font-size: 0.7em;
    }
    #footer_bajo a{
    }
}
@media all and (min-width: 983px) and (max-width: 1000px) {
    #footer_bajo {
        width:900px;
        font-size: 0.7em;
    }
    #footer_bajo a{
    }
}
@media all and (min-width: 1000px) {
    #footer_bajo {
        width:1000px;
        font-size: 0.7em;
    }
    #footer_bajo a{
    }
}