@charset "utf-8";
/* CSS Document */
body { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#555; background:#FBFBFB url(../images/bg.jpg) repeat-x; }
.wrapper { width:944px; margin:auto; background:#FFF url(../images/bg-body.gif) repeat-y; padding:0 3px; }
a { color:#FF7A07; }
a:hover { text-decoration:none; }

/* Header */
#header { background:url(../images/logo.gif) no-repeat scroll 20px 20px; height:80px; padding:20px; }
#header h1 { float:right; font-size:16px; font-style:italic; margin:65px 0 0; }
.menu { background:url(../images/bg-menu.jpg) repeat-x; padding-left:20px; }
.menu ul { margin:0; padding:0; list-style:none; }
.menu ul li { margin:0; padding:0; float:left; height:40px; }
.menu ul li a { display:block; color:#2F3B51; text-decoration:none; font-weight:bold; font-size:13px; padding:12px 20px; background:url(../images/bg-menu-link.gif) repeat-x; border:solid #CCC; border-width:0 1px; }
.menu ul li a:hover, #menu-selected { color:#FFF; background-position:0 -40px; border-right:solid 1px #4E8ECD; border-left:1px solid #2C6CAB; }
#menu-selected { cursor:default; }

/* Content */
#mid { padding:17px; width:904px; }
.content { float:left; width:684px; margin-right:20px; }
.left { float:left; width:200px; margin-right:20px; }
.box-left-header { background:url(../images/box-left.jpg) repeat-x; height:30px; border:solid #CCC; border-width:1px 1px 0; }
.box-left { margin-bottom:20px; }
.box-left h2 { font-size:14px; margin:0; line-height:30px; padding-left:15px; }
.box-left-content { padding:10px; border:solid #CCC; border-width:0 1px 1px; }
.box-left-content ul { margin:0; padding:0; list-style:none; }
.box-left-content ul li { margin:0; padding:0; }
.box-left-content ul li a { text-decoration:none; color:#000; padding:2px 0 2px 12px; display:block; _padding:0; background:url(../images/orange_arrow.gif) no-repeat scroll 0 4px; _background:none; }
.box-left-content ul li a:hover { background-color:#EEE; }

.center { float:right; width:464px; }
.center h2, .center h3 { margin:0; color:#3D6ABD; font-size:16px; padding-bottom:5px; border-bottom:solid 1px #3D6ABD; }
.center ul { margin:10px 0 0; padding:0; }
.center ul li { margin:0 0 10px; padding:0 0 5px; border-bottom:solid 1px #CCC; }
.center ul li a { padding:0 0 0 12px; background:url(../images/orange_arrow.gif) no-repeat scroll 0 4px; }
.center ul li div a { padding:0; background:none; }

/* Sidebar */
.sidebar { float:right; width:200px; }

/* Footer */
#footer { padding:20px; background:#D4D4D4; border-top:solid 3px #919191; }

/* Auxiliares */
.ads-top { width:728px; margin:0 auto 20px; }
.ads-side { width:160px; margin:auto; }
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block; }