@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 15px;
}
a {
	color: #910774;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

#cabecalho {
	background-image: url(../imagens/bg_menu_topo.jpg);
	height: 144px;
	width: 711px;
	float: right;
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: right;
}

#cabecalho ul {
	margin: 80px 20px 0px 0px;
	padding: 0px;
}
#cabecalho ul li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}
th {
	/*background-color: #8F0272;*/
	padding: 5px;
	color: #FFFFFF;
	background:#FFF url(../imagens/bkg_tbl.jpg) repeat-x top left;
	font-size: 12px;
}
tr.cor {
	background-color: #EEEDEF;
}




table.dados td {
	font-size: 11px;
	
}

#cabecalho ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imagens/separa_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}
#cabecalho ul li a:hover {
	color: #B2B5BA;
}

#cabecalho_restrita {
	background-image: url(../imagens/bg_menu_topo.jpg);
	height: 144px;
	width: 711px;
	float: right;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: right;
}

#cabecalho_restrita ul {
	margin: 80px 20px 0px 0px;
	padding: 0px;
}
#cabecalho_restrita ul li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}
#cabecalho_restrita ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imagens/separa_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	font-size:12px;
}
#cabecalho_restrita ul li a:hover {
	color: #B2B5BA;
}

#central {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#miolo {
	float: right;
	width: 711px;
}

#bg {
	background-image: url(../imagens/bg_page.jpg);
	float: left;
	width: 1000px;
}
#coluna {
	float: left;
	width: 289px;
	background-repeat: no-repeat;
	padding-bottom: 200px;
}
#bonecos {
	background-image: url(../imagens/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 1000px;
}
p.smais {
	text-align: right;
}

#logo {
	background-image: url(../imagens/logo.jpg);
	float: left;
	height: 144px;
	width: 289px;
}
#logo a {
	float: left;
	height: 60px;
	width: 240px;
	margin-top: 70px;
	margin-left: 30px;
}
#rodape {
	background-image: url(../imagens/bg_rodape.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 97px;
	width: 1000px;
	margin:0px auto;
	text-align:center;
	padding-top: 20px;
}
#rodape span{
	float:left;
	width:240px;
	text-align:left;
	padding:5px 5px 5px 80px;
}

#contato span {
	float:left;
	width:240px;
	text-align:left;
	padding:5px 10px 5px 5px;
}

h1 {
	font-size: 14px;
	background-image: url(../imagens/bg_h1.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-left: 27px;
	color: #666666;
	margin: 5px 0px;
}
h2 {
	font-size: 14px;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-left: 27px;
	color: #666666;
	margin: 5px 0px;
}
p {
	padding-right: 10px;
	padding-left: 10px;
	margin: 10px 0px;
}

#materia {
	float: right;
	width: 705px;
}
#links {
	float: right;
	width: 250px;
	margin-right: 10px;
}
.lef {
	float: left;
	width: 460px;
}

.rig {
	float: right;
	width: 210px;
	margin-right: 20px;
}
p.titulo {
	background-image: url(../imagens/bg_h1.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-left: 27px;
	color: #666666;
	margin: 5px 0px;
}
a.course {
	font-weight: bold;
	text-decoration: none;
}
a.course:hover {
	color: #666666;
}
a.gray:hover {
	color: #666666;
}
.total {
	float: left;
	width: 700px;
}
table {
	margin: 20px;
}
.campo {
	width: 98%;
	font-size: 11px;
}
.campo2 {
	font-size: 11px;
}

a.gray {
	color: #666666;
}
h2 {
	font-size: 13px;
	color: #8E0068;
	text-align: center;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 98%;
	overflow: auto;
}
#cabecalho_restrita {
	background-image: url(../imagens/bg_menu_restrita.jpg);
	height: 144px;
	width: 711px;
	float: right;
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: right;
}
fieldset{
	border:1px solid #CCCCCC;
	padding:10px;
	margin:10px;
}
p.iconesRS
{
	margin-top:13px;
	float:right;
}

.parceiros
{
    width:90%;
	margin:0px
}
.parceiros td{
    padding: 5px;
    border-bottom:1px dotted #CCCCCC;
}

.parceiros img{
    border:0px;
}

strong#descParceiro{
    display: block;
    margin: 5px 0px 2px 0px;
    border-bottom:1px solid #CCCCCC;
}


.bigCenter
{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#973370;
	line-height:18px;
}

.bigCenter p .bigCenter a:link ,.bigCenter a:visited
{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#973370;
	line-height:18px;
	text-decoration:none;
}
