/******************************************************************************* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#878787;
	margin:0;
	background-color:#73bee9;
	background-image:url(../img/fundo.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

h1 {
	font-size:28px;
	color:#0b4e8d;
	font-weight:normal;
}

h1 a {color:#0b4e8d; text-decoration:none;}

h2 {
	font-size:18px;
	font-weight:normal;
	margin-top:1.5em;
	margin-bottom:0.5em;
	font-weight:bold;
}

h3 {
}

a {color:#878787; text-decoration:underline}
a:hover {text-decoration:none; color:#000}

a img {border:none;}
/************************************************************************************ Persona */

.voltar {
	text-align:right;
	font-size:14px;
}

/*************************************************************************************** DIVS */

#geral {
	width:950px;
	margin:0 auto;
	background-color:#fff;
}

#topo {
	height:295px;
	background-image:url(../img/topo_fundo.jpg);
	background-repeat:repeat-x;
	color:#fff;
	text-align:center;
	word-spacing:13px;
	line-height:70px;
}

#topo a {color:#fff; text-decoration:none;}
#topo a:hover {color:#73bee9;}

#flash {
	width:950px;
	margin:0 auto;
	height:227px;
	background-image:url(../img/flash_fundo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#menu {
}

#miolo {
	padding:25px;
	text-align:justify;
	min-height:300px;
}

#cursos {
	background-image:url(../img/cursos_fundo.jpg);
	width:797px;
	height:177px;
	font-size:12px;
	padding:15px 40px;
}

#rodape {
	background-color:#0d5ea9;
	border-top:1px solid #fff;
	text-align:center;
	color:#86afd4;
	font-size:10px;
	padding-top:15px;
	padding-bottom:15px;
}

#rodape a {text-decoration:none; color:#538dc2;}
#rodape a:hover {color:#fff;}

