/*
CSS da capa do site
*/

#header {
	background: url('../../imgs/bgs/site.jpg') no-repeat scroll top center;
	height:218px;
	margin-bottom:13px;
}

.texto-destaque {
	background:transparent url(../../imgs/bgs/bg-texto-destaque.png) no-repeat scroll left top;
	bottom:0px;
	height:60px;
	position:absolute;
	right:0;
	width:342px;
	text-align:right;
}

#destaque {
	margin-top:20px;
	position:relative;
	width:981px;
	height:269px;
}


#cursos {
	margin-top:20px;
}

.titulo-destaque {
	font-size:15px;
	margin-right:13px;
	margin-top:9px;
}
.titulo-destaque a {
	color:#FFF;
}

.mais-informacoes a {
	color:#548fc9;	
}
.mais-informacoes{
	margin-right:13px;
}


