body {
	margin : 0;
	padding : 0;
	text-align : center;
	font : 73% verdana, tahoma, "Trebuchet MS", arial, sans-serif;
	background : #fff url(images/bg.gif) repeat-y top center;
	color : #FFF;
} 
			/*WRAP*/
#box {
	position : relative;
	width : 782px;
	margin-right : auto;
	margin-left : auto;
	text-align : justify;
	padding : 0px;
	margin-top : 0;
}
			/*TITLE BAR*/
#title { 
width : 760px;
margin : 0 0 0 11px;
padding : 0;
height : 30px;
background : #fff;
color : #000;
} 
#title h1 { 
font : 12px  verdana, arial, sans-serif;
text-align : right;
letter-spacing : 3px;
margin : 0 10px 0 11px;
padding-top : 10px;
background : inherit;
color : #000;
} 
			/*TOP BANNER*/
#header {
	width : 760px;
	height : 165px;
	margin : 0 0 20px 11px;
	padding : 0 0 0 0;
	background : #fff url(images/header.jpg);
	color : #000;
	text-align: center;
} 

			/*TOP NAVIGATION*/
.container { 
width : 760px;
padding-top : 0px;
margin-left : 11px;
}
#navCircle { 
margin : 0;
padding : 0 0 20px 10px;
border-bottom : 1px solid #eee;
} 
#navCircle li { 
margin : 0;
padding : 0;
display : inline;

} 
#navCircle a:link, #navCircle a:visited { 
background : #fff;
float : left;
line-height : 16px;
font-family : tahoma, verdana, arial, sans-serif;
font-weight : normal;
padding : 0 20px 0px 12px;
text-decoration : none;
color : #4a82ba;
} 
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
	padding-bottom : 3px;
	color : #000;
	background : transparent url(images/pointer.gif) no-repeat bottom center;
	font-weight: bold;
} 
			/*MAIN CONTENT*/
#main {
	float : left;
	width : 540px;
	padding : 1px;
	margin-top : 10px;
	line-height : 1.8em;
	text-align: justify;
} 
#main h1 { 
margin : 10px 30px 0 20px;
padding : 3px;
text-align : left;
letter-spacing : 3px;
font : 16px verdana, arial, sans-serif;
background : inherit;
color : #000;
} 
			/*SIDEBAR*/
#sidebar {
	width : 200px;
	margin : 1px 0 0 540px;
	padding-left : 10px;
	border-left : 1px solid #eee;
	line-height : normal;
	text-align: justify;
	
} 
#sidebar h1 {
	padding : 1px;
	margin : 0;
	font : 10px verdana, arial, sans-serif;
	background : inherit;
	color : #000;
	text-align: justify;
} 
.sideheader {
	margin-bottom : 20px;
	text-align : center;
	letter-spacing : 5px;
	font : 16px tahoma, verdana, arial, sans-serif;
	padding : 3px 0;
	color : #fff;
	background : #000 url(images/sideheader.jpg);
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
} 
			/*SIDE MENU*/
#sidenav {
	margin : 0;
	padding : 0;
	list-style-type : none;
	font : 100% tahoma, verdana, arial, sans-serif;
	background : inherit;
	color : #c86000;
	text-align: center;
} 
#sidenav a { 
display : block;
width : 90%;
margin : 15px;
padding-left : 25px;
text-align : left;
text-decoration : none;
background : transparent url(images/active.gif) no-repeat left center;
color : #aaa;
} 
#sidenav a#current, #sidenav a:hover { 
text-decoration : none;
background : transparent url(images/hover.gif) no-repeat left center;
color : #4a83ba;
} 
			/*FOOTER*/ 
#footer {
	margin : 130px 0 0 0;
	padding : 0;
	border-top : 1px solid #ccc;
	font-size : 10px;
	text-align : center;
	background : inherit;
	color : #000;
} 
#footer a:link, #footer a:visited { 
background : inherit;
color : #4a82ba; 

} 
#footer a:hover {
	border-bottom : 1px solid #000;
	color : #000;
	text-decoration: none;
}
			/*CLASS*/

.myborder {
float: left; 
border : 1px solid #aaa;
padding : 10px;
margin: 10px;
} 
			/*TYPOGRAPHY*/
p {
	padding-left : 1px;
	padding-right : 1px;
	text-align: center;
	color: #000;
}
blockquote {
	font-weight : bold;
	font-style : normal;
	color : #4A82C6;
} 
			/*SCROLLBAR*/ 
div.scroll {
	height : 15em;
	width : 190px;
	overflow : visible;
	border : 0px solid #aaa;
	background : #fff;
	color : #000;
} 
			/*LINKS*/ 
a img { 
border : 0;
} 
a:link, a:visited { 
background : inherit;
color : #4a82ba;
text-decoration : none;
} 
a:hover { 
background : inherit;
text-decoration : none;
color : #000;
}
#box #main p strong {
	text-align: justify;
}
#box #main blockquote table tr td strong {
	color: #4A82BA;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
}
#box #sidebar #navcontainer #sidenav li {
	color: #000;
	font-weight: bold;
}
#box #main blockquote table {
	font-size: 14px;
	font-weight: normal;
}
.centro {
	text-align: center;
}
