@charset "utf-8";
/* CSS Document */

/********************
* General		#333333 	#2F4F4F #2F4F2F
********************/
body {	background-color: transparent; color: black;
		font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-style: normal; 
		text-align: center;vertical-align: middle; 
		min-height: 700px; margin: 0; padding: 0;
		}
		
@media print { #noprint { display:none; }  body { background: #fff;} }

h1 {	text-transform: uppercase; color: black; font-size:16px; font-weight: bold;} /*#FBAC1C*/
h2 {	color: black; font-size:11px; text-indent: 2.5em;	text-decoration: underline; font-size:14px; font-weight: bold;}

.menu_lateral{  font-size:12px;
	position:fixed!important;
	top:5px; 	left:5px; 	width:250px; 	height:750px;
}

p  { text-align:justify; text-indent:4em; font-size:14px; widows: 4; orphans: 4;}
