/* 
    Document   : rodape
    Created on : 23/04/2010, 16:17:44
    Author     : gabriel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/* RODAP� */

#rodape {
    position: relative;
    background-image: url('../_imgs/linha_rodape.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    width: 741px;
    min-height: 50px;
    *height:50px;
    margin: 10px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    font-size: 10px;
    color: #999999;
}

#rodape a {
    color: #076388;
    text-decoration: none;
}

#rodape a:hover {
    text-decoration: underline;
}

#enderecos {
    width:585px;
    margin:0px 0px 15px 0px;
    padding:0px;
    float:left;
}

/* FIM RODAPÉ */


