@charset "utf-8";

/* Gerais */

*{
	margin:0;
	padding:0;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#055370;
	text-decoration:underline;	
}
body {
	background: url(../images/bg.jpg) #01060A no-repeat center top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}
a.bt-mais {
	background: transparent url('../images/bg-bt-mais-esquerda.jpg') no-repeat top left;
	display: block;
	float: left;
	line-height: 20px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 20px; /* Height of button background height */
	padding-left: 5px; /* Width of left menu image */
	text-decoration: none;
	color:#096280;
	font-size:10px;
}
a.bt-mais span{
	background: transparent url('../images/bg-bt-mais.jpg') no-repeat top right;
	display: block;
	padding: 0 5px 0 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.bt-mais:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.bt-mais:hover span{ /* Hover state CSS */
	background-position: bottom right;
}
.btForm{
	background: url(../images/bg-bt-form.jpg) no-repeat;
	width:82px;
	height:20px;
	border:0;
	color:#096280;
	font-size:10px;
	line-height:10px;
	cursor:pointer;
}
button.btForm[disabled], input.btForm[disabled]{
	background: url(../images/bg-bt-form-disabled.jpg) no-repeat;
	width:82px;
	height:20px;
	border:0;
	color:#999;
	font-size:10px;
	line-height:10px;
	cursor:pointer;
}

.fonte1 { 
	font-size: 11px; 
}
.fonte2 p { 
	line-height:17px;
}
.fonte2 { 
	font-size: 14px; 
}
.fonte2 p { 
	line-height:20px;
}
.fonte3 { 
	font-size: 18px; 
}
.fonte3 p { 
	line-height:24px;
}
#geral {
	width: 960px;
	background-color:#FFFFFF;
	margin: 27px auto 0 auto;
}
#pesquisa label{
	width:100%;
}
#textos p{
	margin-bottom:20px;	
}
#textos ul{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
#textos img{
	margin:5px;
}


/* Cabeçalho */

#cabecalho {
	height: 101px;
}
#buscar img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#cabecalho a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#breadcrumbs{
	font-size:10px;
	color:#999;
}
#breadcrumbs a{
	color:#999;
	text-decoration:none;
}
#breadcrumbs a:hover{
	text-decoration:underline;
}
#buscar{
	float:right;
	margin:36px 136px 0 0;
	width:264px;
	text-align:right;
}
#titBusca{
	vertical-align:middle;
}
.CampoBusca{
	border:solid 1px #DADADA;
	height:21px;
	width:213px;
	background: #F5F5F5 url(../images/bg-buscar.gif) no-repeat right;
	font-size: 14px;
	line-height:21px;
}
.CampoFormulario{
	border:solid 1px #DADADA;
	background-color: #FFF;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	resize: none;
}
.fotoEsquerda{
	float:left;
	padding:5px;
	border:solid 1px #C3C3C3;
	margin:0 10px 10px 0;
}
#logo{
	float:left;
	width:136px;
	margin:16px 0 0 35px;

}
.parceiros{
/*	margin:0 10px 10px 0; #EAEAEA*/
	text-align:center;
	vertical-align:middle;
}
.logoParceiro{
	padding:4px;
	text-align:center;
	vertical-align:middle;
	border:solid 1px #EAEAEA;
	background-color:#F7F7F7;
	width:171px;
	height:95px;
	margin:3px;
}
td.logoParceiro img{
	width:100px;
}
/* Conteudo */

.banner{
	margin-top:10px;
}
.boxDestaques{
	float:left;
	width:252px;
	padding:11px;
}
.boxLaterais{
	float:left;
	padding:0 6px 0 6px;
}
#centro{
	float:left;
	margin-top:13px;
	margin-bottom:10px;
	width:550px;
	min-height:500px;
}
#conteudo{
	min-height:572px;
	background:#FFFFFF url(../images/bg-conteudo.jpg) repeat-x;
}
#colDireita{
	float:right;
	margin-right:9px;
	margin-top:27px;
	width:183px;
	border-left:solid 1px #EBEBEB;
	border-right:solid 1px #EBEBEB;
	background:#F4F4F4 url(../images/bgColunaEsquerda.jpg) repeat-x;
}
#colEsquerda{
	width:195px;
	margin-left:11px;
	float:left;
}
#curso{
	width:232px;
	float:left;
	margin-bottom:25px;
	margin-left:20px;
	background:url(../images/bg-curso.jpg) repeat-x;
	padding:5px;
	min-height:165px;
}
#curso-info{
	margin:10px 0 10px 0;
}
#curso-info a{
	margin-right:5px;
}
#curso-lista{
	list-style:none;
}
#destaques{
	border-left:solid 1px #EBEBEB;
	border-right:solid 1px #EBEBEB;
}
#destaques02{
	border-left:solid 1px #EBEBEB;
	border-right:solid 1px #EBEBEB;
	padding-top:5px;
	background:url(../images/bg-destaques02.jpg) repeat-x;
	float:left;
}
.fimCentro{
	background:url(../images/fim-centro.gif) no-repeat bottom;
	height:7px;
	width:550px;
	clear:both;
}
.fimColunaEsquerda{
	background:url(../images/fimColunaEsquerda.jpg) no-repeat bottom;
	height:12px;
	width:185px;
	float:right;
	margin-right:9px;
}
.fimMenu{
	background:url(../images/bg-menu.jpg) no-repeat bottom;
	height:15px;
	width:185px;
}
h1{
	margin:10px 0 20px 0;
	border-bottom:1px solid #E4E4E4;
}
h2{
	color:#056A90;
	font-size:15px;
	margin:5px 0 25px 0;
}
h3{
	color:#056A90;
	font-size:13px;
	margin-top:5px;
}
.lista {
	list-style:none;
	margin:10px 0 10px 0;
}
.lista li{
	display:block;
	border-bottom:dashed 1px #B6D3DD;
	padding:6px 0 6px 0;
}
.lista li a{
	font-size:11px;
	color:#666;
	text-decoration:none;
}
.lista li a:hover{
	color:#055370;
	text-decoration:underline;	
}
#menu{
	border-left:solid 1px #EBEBEB;
	border-right:solid 1px #EBEBEB;
	padding:5px;
	margin-top:20px;
	width:173px;
}
/*
#menu li a{
	text-decoration:none;
	color:#5A6361;
	font-size:12px;
	line-height:33px;
	background:url(../images/bg-item-menu.jpg);
	display:block;
	padding-left:5px;
}
#menu li a:hover{
	background:url(../images/bg-item-menu-on.jpg);
	color:#FFFFFF;
}
#menu ul{
	list-style:none;
	margin-top:10px;
}
*/
#noticia{
	font-family:arial !important;
}
.separador{
	margin:10px 0 10px 0;
	float:left;
}
small{
	color:#999999;
}
#textos{
	padding:10px;
	border-left:solid 1px #EBEBEB;
	border-right:solid 1px #EBEBEB;
	float:left;
	width:528px;
}
#titulo{
	border-bottom:solid 1px #EBEBEB;
	margin:10px 0 30px 0;
	padding:5px 0 5px 0;
	float:left;
	clear:left;
	width:100%;
}
#titulo-bts{
	float:right;
}
#titulo-img{
	float:left;
}


/* Rodapé */

#rodape{
	background:url(../images/bg-rodape.jpg);
	height:60px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	clear:both;
}

#paginacao img{
	padding:0px; margin:0px;
	vertical-align:text-top;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#paginacao hr{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	margin: 4px;
}
#paginacao a:hover{text-decoration:none;}
#paginacao a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
}
#paginacao i{
	color:#AAA;
}
