@charset "ISO-8859-1";
/* CSS Document */

/****************** Estrutura *****************/
#allContainer { width: 100%; position:relative; min-width:945px; overflow:hidden; }

#header { background-image: url(../img/bg_header.png); background-position: center top; background-repeat: no-repeat; height: 185px; margin: 10px auto 0; position:relative; width: 100%; }

#header.sede { background-image: url(../img/bg_header_sede.png); }

#nav { float: right; height: 114px; margin: 33px 0 0; width: 794px;}

#container { width: 1000px; margin: auto; position:relative;}

#content { width: 100%; position:relative; margin-top: 10px; padding-bottom: 35px; }

#footer { background-color: #F5F5F5; border-top: 1px solid #CCCCCC; color: #002B46; font-size: 10px; line-height: 12px; width: 100%; position:relative; padding-top: 27px; }