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

body {
	background-image: url(images/fundo_home.jpg);
}

.menuSelected, .menuSelected a, .titulo h2 {
	color: #609;
}

.item {
	background-image: url(images/fundo2_home.png);
}

#tituloHome {
	height: 118px;
}

#grupo1 {
	float: left;
	width: 396px;
}

#itemDestaques {
	width: 333px;
	height: 317px;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
}

#itemDestaques h2 {
	border-top-color: #693;
}

#itemStandart {
	width: 185px;
	height: 186px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#itemStandart h2 {
	border-top-color: #369;
}

#itemStandart .itemBranco, #itemStandart .itemBranco span {
	height: 135px;
}

#itemNoticia {
	width: 185px;
	height: 186px;
	margin-bottom: 5px;
}

#itemNoticia h2 {
	border-top-color: #2B37AB;
}

#itemNoticia .itemBranco {
	height: 135px;
}

#textoNoticia { 
	height: 135px;
	overflow: auto;
}

#itemComoComprar {
	width: 386px;
	height: 425px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#itemComoComprar h2 {
	border-top-color: #693;
}

#itemComoComprar .itemBranco {
	text-align: center;
}

#itemAgendaCursos {
	width: 200px;
	height: 173px;
}

#itemAgendaCursos h2 {
	border-top-color: #900;
}

#itemAgendaCursos .itemBranco {
	height: 120px;
}

#footer {
	background-image: url(images/fundo2_home.png);
}

#precoDestaqueParcela {
	color: #699;
	font-weight: bold;
	margin-bottom: 5px;
}

#precoDestaqueAVista {
	color: #900;
	font-weight: bold;
	margin-bottom: 5px;
}

#precoDestaqueParcela span, #precoDestaqueAVista span {
	font-weight: normal;
}

#produtoDestaque {
}

#imagemDestaque {
	text-align: center;
}

#imagemDestaque img {
	height: 214px;
}

#galeriaDestaquesNav {
	position: absolute;
	width: 333px;
	text-align: right;
	top: 15px;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#galeriaDestaquesNav a {
	color: #333;
	text-decoration: none;
	padding: 0 3px;
}

.galeriaCurrent, #galeriaDestaquesNav a:hover {
	background-color: #FFF;
}

.galeriaHolder {
	overflow: hidden;
	position: relative;
	width: 333px;
	height: 285px;
}

.galeriaContent {
	width: 1000px;
	height: 285px;
}

.galeriaItem {
	float: left;
	width: 333px;
}




