/* CSS Document */

html, body { overflow-x: hidden; }
body {
	margin: 0px 0;
	padding: 0;
	min-height: 600px;	
	background-color: #000;
	/*
	background-image:url('../images/bk.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top;	
	*/
}
a {text-decoration:none; color: #fff;}
a:link {color: #fff;}
a:visited {color: #fff;}
a:hover {
	text-decoration: underline;
	color:#708EA0;
}

a.linkNews:link {
	text-decoration: none;
	color: #79FE02;
	/*color: #704802;
	color: #FCA308;*/
}

a.linkNews:visited {
	text-decoration: none;
	color: #79FE02;
	/*color: #704802;
	color: #FCA308;*/
}

a.linkEntrev:link {
	text-decoration: none;
	color: #FCA308;
}

a.linkEntrev:visited {
	text-decoration: none;
	color: #FCA308;
}

a.linkHome:link {
	text-decoration: none;
	color: #387601;
	font-weight:bold;
}

a.linkHome:visited {
	text-decoration: none;
	color: #387601;
	font-weight:bold;
}

#wrap{
	margin:0px auto;
	width:100%;
	/*background: #000000;*/
}

#wrap .topo {
	width:950px;
	height:250px;
	margin:0px auto;
}
#wrap .topo .logo {
	width:430px;
	height:241px;
	margin-left:10px;
	margin-top:0px;
	float:left;
}

#wrap .topo .slide{
	margin-right:50px;
	margin-top:5px;
	float:right;
}

#wrap #menu {
	width:100% !important;
	height:24px;
    text-align: center;
	margin:0px auto;
	background-image:  url(../images/bg-menu.png);
	background-repeat: repeat-x;
}
#wrap #menu .menu-itens {
    width:950px;
    margin:0px auto;
}
#wrap #menu .menu-itens ul {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:17px;
	padding-right:25px;

}
#wrap #menu .menu-itens ul li {
	float:left;	
	padding-left:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:4px 15px;
	
}
#wrap #menu .menu-itens ul li a {
	text-decoration:none;
	color:#fff;	
}
#wrap #menu .menu-itens ul li a:hover {
	text-decoration:underline;
	color:#BACFDD;	
}

#corpo{
	margin:0px auto;
	width:950px;
}

#corpo #dynamicContent {
	width:950px;
	height:auto !important;
	margin:0px auto;
	/*padding:20px 0px;	*/
}

#centro {
	margin: 0 auto;
	text-align: center;
}

#right {
	width: 300px;
	float:right;
}

#left {
	width: 520px;	
	float:left;
}

.colunaHome {
	background: url(../images/fundo_col.gif);
	width: 250px;
	color: #000000;
	text-align: center;
}

#right1 {
	width: 460px;
	float:right;
}

#left1 {
	width: 350px;	
	float:left;
}

.titulo {
	font: 16px Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #708EA0;
    text-align: LEFT;
	padding-bottom: 20px;
	border: 0;
	
}

#footer {
	margin: 0px auto;
	padding: 5px 0px;
	height: 24px;
	background-image:  url(../images/bg-menu.png);
	background-repeat: repeat-x;	
}

#footer p {
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;	
	font-size: 11px;
	font-weight:bold;	
	color: #FFFFFF;
}

.box{
	/*background:url("../images/bg-box.png");
	border:1px solid #000;*/
	width:830px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	padding:30px 50px 30px 50px;	
	margin:0px auto;
	margin-bottom:20px;
	line-height: 20px;
}

.box p{
	color:#c8c8c8;
	font-size:13px;
}

.buttonHome{
	width: 220px;
	height: 35px;
}

.buttonHomeLarge{
	width: 220px;
	height: 50px;
}

.imagem_left {
	float:left;
	margin:0.5em 1.75em 0.5em 0
}

.imagem_right {
	float:right;
	margin:0.5em 0 0.5em 1.75em
}

.imagem_center {
	text_align:center;
	margin:0 0 1.75em 1.75em
}

_left {
	float:left;
	margin:0 1.75em 0.5em 0
}

.componente_materia_right {
	float:right;
	margin:0 0 0.5em 1.75em
}

.componente_materia_center {
	text_align:center;
	margin:0 0 1.75em 1.75em
}

.credito {
	font-size:10px;
	font-weight:italic;	
}

.clear {
	clear: both;
}


