
* {
    padding : 0;
    margin : 0;
}

body {
    background: #fff;
    font-family: verdana;
    font-size: 12px;
    color: #000;
}

a {
    color: #618fb5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #f00;
}

/* CABEÇALHO */

#header {
    border:solid 0px #000;
    margin:10px 0 10px 0;
    width:100%;
    text-align:center;
    padding:0px;
    height:74px;
}

/* */

#content {
    padding : 0;
    margin : 0px auto;
    width : 750px;
}

/* MENU */

#menu {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    background: #4b7da7 url(images/mainmenu_bg.gif) repeat-x top;
    color: #fff;
    width: 750px;
    height: 40px;
    font-size:11px;
}

#menu .pad {
    padding-top: 12px;
}

#menu .pad ul {
    list-style: none;
}

#menu .pad li {
    display: inline;
}

#menu .pad a {
    float: left;
    margin: 0;
    padding: 0 0 0 0;
    text-decoration: none;
    background: url(images/mainmenu_ep.gif) no-repeat left;
    color: #fff;
    font-weight: bold;
    padding: 0 10px 0 10px;
    margin-right : 2px;
}

/* TRI BOX ////////////////////*/

#modules {
    height:190px;
    font-size:11px;
    line-height:18px;
    font-size: 10px;
}

#modules #mod3 {
    background: #fafafa url(images/mod_bg.jpg) no-repeat top;
    height: 185px;
    width: 246px;
    float: right;
    border: solid 0px;
}

#modules #mod2 {
    background: #fafafa url(images/mod_bg.jpg) no-repeat top;
    height: 185px;
    width: 246px;
    float: right;
    margin: 0 6px 0 0;
    border: solid 0px;
}

#modules #mod1 {
    background: #fafafa url(images/mod_bg.jpg) no-repeat top;
    height: 185px;
    width: 246px;
    float: left;
    border: solid 0px;
}

#modules .padding {
    padding: 13px 20px 10px 20px;
    color: #000;

}

#modules img {
    width: 190px;
    height: 75px;
    margin-right:10px;
    border: 0px solid;
    float: left;
    margin-bottom: 2px !important;
    margin-bottom: 2px;
}


/* */

#maincontent {
border:solid 0px #000;

    background: #fff;
    line-height: 20px;
    margin-top: 10px;
}

#maincontent img {
    float : left;
    margin : 10px 10px 10px 0;
}

#maincontent .readm {
    color: #36be00;
    font-weight: bold;
    background: inherit;
}

#maincontent h2 {
    font : bold 1.6em "Tahoma", verdana, Arial;
    color : #585858;
    background : transparent;
    margin-bottom : 4px;
    border-top : 1px solid #e3eaef;
}

#maincontent #introduction {
    margin: 0px 0 10px 0;
    width: 100%;
    background : inherit;
}

#maincontent #rightside {
border:solid 1px #ccc;
text-align:center;
padding:0 2px 0 10px;
    float: right;
    width: 130px;
}

#maincontent #leftside {
    background: inherit;
    margin-right: 10px;
    width: 570px;
}

#maincontent #leftside .r {
    float: right;
    width: 270px;
    margin-bottom: 15px;
}

#maincontent #leftside .le {
    width: 270px;
    margin-bottom: 15px;
}

#maincontent #leftside .r1 {
	float: right;
	width: 270px;
	margin-bottom: 20px;
	height: 100px;
}

#maincontent #leftside .le1 {
    width: 270px;
    margin-bottom: 20px;
	height: 100px;	
}

#maincontent #leftside .pad {
    padding: 10px 0 10px 0;
}

#maincontent #leftside #lista1 {
    margin-left: 10px;
    padding: 10px 20px 20px 20px;
}

#maincontent #leftside #lista2 {
    margin-left: 10px;
    padding: 10px 20px 20px 20px;
}

/* RODAPÉ */

#footer {
    clear: both;
    text-align: left;
    border-top: 2px solid #e5e5e5;
    padding: 3px 0 0 0;
    margin: 0px 0 20px 0;
    height: 50px;
    color: #888;
    line-height: 24px;
}

#footer .right {
    float: right;
}



/***** BARRA FIXA ********/
#barrafixa{
	border:solid 0px #000;
	width:100%;
	height:25px;
	margin:0 auto;
	font-family: Verdana;
	background-image: url(images/extramenu_bg.jpg);
    text-align:center;
}

#barrafixa ul {
	padding:3px 0;
	margin:0;
}

#barrafixa li {
	display: inline; 
	list-style:none;
}

#barrafixa li a {
    font-weight:bold;
	border-right:solid 0px #999;
	font-size:11px;
	color:#444;
	text-decoration:none;
	background-image: url(images/extramenu_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px 10px;
}

#barrafixa a:hover {
	text-decoration:underline;
	color:#000;
}
/****************************/
