@charset "utf-8";
/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

html, body{
	background: url(img/bkg.jpg) repeat-x top #99cc33;
}


#main{
	margin:auto;
	width:954px;
	text-align:center;
	background:url(img/main_bkg.jpg) repeat-y;
}

#header{
	width:954px;
	height:181px;
	background:url(img/bkg_head.jpg) top no-repeat;
}

#content{
	margin:15px;
}

#comunicado, #concursos, #procSeletivo{
	margin:auto;
	padding:37px 12px 12px 12px;
	width:888px;
	text-align:justify;
	font-size:14px
}

#comunicado{background:#99cc33 url(img/concursos_head.png) no-repeat top;}
#concursos{background:#99cc33  url(img/concursos_head.jpg) no-repeat top;}
#procSeletivo{background:#99cc33 url(img/processo_seletivo_head.jpg) no-repeat top;}

#campo{
	padding-top:5px;
	width:888px;
	background:#FFF url(img/head_campo.jpg) top no-repeat;
}

.campo_foot{
	width:888px;
	height:5px;
	background:url(img/foot_campo.jpg) top no-repeat;
}

.comunicados_foot{
	width:912px;
	height:9px;
	margin:auto;
	background:url(img/comunicados_foot.jpg) top no-repeat;
}

#footer{
	padding-top:40px;
	width:954px;
	height:37px;
	background:url(img/footer_bkg.jpg) bottom no-repeat;
}

/* TEXTO */

.atention{
	font-size:16px;
	color:#F00;
	text-align:center;
}

.tit{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#99cc33;
}

#comunicado p, #concursos p, #procSeletivo p{
	margin:0px 20px 0px 20px;
}

#comunicado h1, #concursos h1, #procSeletivo h1{
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#F00;
}

#comunicado h2, #concursos h2, #procSeletivo h2{
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#060;
}

#comunicado span, #concursos span, #procSeletivo span{
	font-weight:bold;
	color:#060;
}

#comunicado p a:link, #concursos p a:link, #procSeletivo p a:link{
	color:#F00;
}

#comunicado p a:hover, #concursos p a:hover, #procSeletivo p a:hover{
	color:#900;
}

.nota{
	font-size:14px;
	color:#063;
	text-align:center;
	margin-top:20px;
}

.red{
	color:#F00;
	font-weight:bold;
}

a:link{ color:#030;}
a:visited{color:#666;}

/* IMAGENS */

img{border:none;}

.info{margin-left:343px;}

#banners img{
	margin:0px 15px 0px 15px;
}

#pedagogia{
	margin-left:190px;
}
