@charset "utf-8";
/* CSS Document */

#content div.Topo
{
	margin: 0px 16px;
	position: relative;
	overflow: hidden;
}

#content div.Topo div.Turmas-FGV
{
	padding-right: 15px;
	width: 500px;
	background: transparent url('/img/home/separador-topo.png') no-repeat scroll 100% 50%;
}

#content div.Topo div.Turmas-FGV h1
{
	margin-bottom: 16px;
	font-size: 15pt;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

#content div.Topo div.Turmas-FGV div.Conteudo
{
	height: 185px;
	overflow: auto;
}

#content div.Topo div.Turmas-FGV div.Conteudo td
{
	border-top: 1px dotted #ccc;
	padding: 4px 0px;
	text-align: center;
	color: #006991;
}

#content div.Topo div.Turmas-FGV div.Conteudo td.Curso
{
	font-weight: bold;
	text-align: left;
	width: 72%;
}

#content div.Topo div.Turmas-FGV div.Conteudo td.Inicio
{
	width: 24%;
}

#content div.Topo div.Turmas-FGV div.Conteudo td img
{
	vertical-align: middle;
	border: none;
}

#content div.Topo div.Turmas-FGV div.Seletores
{
	position: relative;
	padding: 0px 16px;
	height: 32px;
	overflow: hidden;
	background: white url('/img/line-gray-h.png') repeat-x scroll 0% 0%;
}

#content div.Topo div.Turmas-FGV div.Seletores a
{
	display: block;
	padding: 0px 8px 0px 21px;
	float: left;
	height: 30px;
	line-height: 30px;
	background: transparent url('/img/home/marcador-seletor.png') no-repeat scroll 4px 50%;
	color: #006991;
}

#content div.Topo div.Turmas-FGV div.Seletores a.selected
{
	border: 1px solid #bdbdbd;
	border-top-color: white;
}

#content div.Topo #Anuncio
{
	position: absolute;
	left: 525px;
	top: 0px;
	width: 370px;
	height: 100%;
	overflow: hidden;
	/*background: transparent url('/img/home/anuncio-bg.png') no-repeat scroll 50% 5%;*/
}

#content div.Topo #Anuncio #Incompany
{
	position: relative;
	margin: 0px auto;
	padding: 41px 109px 10px 10px;
	width: 200px;
	height: 80px;
	font-size: 14px;
	background: transparent url('/img/fgv/incompany.gif') no-repeat scroll 50% 50%;
}

#content div.Divisor1
{
	margin: 24px 1.5% 0px 1.5%;
	height:4px;
	overflow:hidden;
	background-color:#e6e6e6;
	border-bottom:1px dotted #ccc;
	clear: both;
}

#content div.Opcoes
{
	margin: 0px auto;
	width: 900px;
	overflow: hidden;
}

#content div.Opcoes a
{
	display: block;
	float: left;
}

