@charset "utf-8";
/* CSS Document */

/* -----------------------------------
css reset
----------------------------------- */
* {
  margin:0;
  padding:0;
  list-style:none;
  font-family: Arial, Sans-Serif;
  font-weight:normal;
  font-size: 98%;
}

html, body {
	height:100%;
	min-height:100%;
	color:#6d6e71;
}

img {border: 0 none;}
ul {list-style-type: none;}

a{ text-decoration: none; color:#7B7DB7}
a:hover{ }

.bold{ font-weight:bold }

/* -----------------------------------
layout
----------------------------------- */
.divCenter {
	text-align:left;
	margin:0px auto;
	position:relative;
	width:960px;
}

.clear{clear:both}

/* -----------------------------------
topo
----------------------------------- */
.divBarraTopo{
	width:100%;
	border-top:8px solid #2E3192;
	border-bottom:1px solid #FFF;
}

.divFundoTopo{
	height:140px;
	border-bottom:1px solid #2E3192;
	background-color:#EDEDED;
}

#Topo {
	background:url(../images/barraTopo.png) no-repeat center top;
	height:180px;
	border-bottom:1px solid #eaeaea;
	
}
#Topo #logos{
	float:right;
	position:relative;
	top:20px;
	
}
/* -----------------------------------
objetivos
----------------------------------- */
.divFundoObjetivos{
	margin-top:70px;
}
#Objetivos {
	font-size:15px;
}
#Objetivos h2{
	font-size:24px;
	color:#2E3192;
}
#Objetivos p { text-align:justify; }
#Objetivos p.curso {
	text-align:justify;
	line-height:25px;
}
#Objetivos ul { margin-left:40px;text-align:justify;line-height:25px;list-style-type:circle }
#Objetivos ul li { list-style-type:circle }

#Objetivos table{
	border:1px solid #CCC;
	border-collapse: collapse;
}

#Objetivos table tr th.first{ border-bottom:1px solid #CCC;font-weight:bold }
#Objetivos table tr td.first{ border-bottom:1px solid #CCC }
#Objetivos table tr td.last{ border-top:1px solid #CCC;font-weight:bold }

/* -----------------------------------
atividades
----------------------------------- */
#Atividades{ 
	height:250px;
}

#Atividades a:hover{ text-decoration:underline } 

#Atividades .bxAtividades{
	width:210px;
	height:180px;
	margin:0 5px;
	padding:10px;
	float:left;
	background:url(../images/bgAtividades.jpg) no-repeat;
}
#Atividades .first{
	margin-left:0;
	margin-right:5px;
}
#Atividades .last{
	margin-left:5px;
	margin-right:0;
}

#Atividades .bxAtividades p.titulo{
	position:relative;
	height:55px;
}
#Atividades .bxAtividades p.descricao{
	position:relative;
	height:125px;
	font-size:10px;
}
#Atividades .bxAtividades span{
	position:relative;
	top:-25px;
	left:194px;
	color:#FFF;
	font-size:24px;
}

/* -----------------------------------
rodape
----------------------------------- */
.divFundoRodape{
	background-color:#CCC;
}
#Rodape {
	height:80px;
	font-size:15px;
	background:url(../images/bgRodape.png) no-repeat;
	text-align:center;
	color:#FFFFFF;
	padding-top:40px;
}
