
/* standard elements */
* { margin: 0px; padding: 0px; }

a { color: #FF6633; }
a:hover { color: #CC6600; }
body { color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: normal; font-weight: normal;
	background-repeat: repeat-x; width: 100%;
}
p, cite, code, ul { padding-bottom: 1.4em; }
h1, h2, h3 { padding: 15px; }

.header {display: none; }
.title { text-align: left; }

/* misc */
.white { color: white; } 
.main, .p { margin-top: 10px; width: auto; }
.main { width: 100%; }

.destaquesTEXT { display: none; }

/* structure */
.container { width: 100%; padding-bottom: 10px; padding-top: 10px; }
.contents { width: 100%; top: 0px; margin: 0 auto; padding: 0px; }
.content { width: 90%; top: 0px; margin: 0 auto; padding: 0px; text-align:justify; } 
.header {	background-repeat: no-repeat; }

#ColunaEsquerda { display:none; }
#sidenav { display: none; }



/*  Menu   */
#main { float: left; width: 100%; }
.content { text-align:justify; }
#listadedocs { text-align: left; padding-top: 10px; padding-bottom: 10px; }
#listadedocs li { padding-bottom: 20px; list-style: none; display:table; }


/* footer */
#footer { clear: both; padding: 10px; margin-top: 10px; background-color: black; color: white; }
#footer a { color: white; text-decoration: none; }
#footer a:hover { color: red; text-decoration: underline; }
