.home .apresentacao {
	font-family:'Questrial', sans-serif;
	text-align:left;
	color:#F60;
	width: 100%;
	height:160px;
}
.home .apresentacao img {
	margin-right:10px;
	float:left;
	border-radius:10px;
	border:1px solid #F60;
}
.home .apresentacao .titulo {
	font-size:26px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.home .apresentacao .texto {
	font-size:18px;
}

.home .vantagens {
	width:100%;
	float:left;
}
.home .vantagens ul {
	font-size:15px;
	line-height:30px;
	list-style-image: url(../imagens/icone-home-ul.png);
}

.home .anuncios1 {
	width: 210px;
	float: right;
	background-color: #FFE79D;
	margin-bottom: 10px;
}
.home .anuncios1 .box {
	border-top:2px dotted #666;
	padding:5px;
	font-size:12px;
}
.home .anuncios1 .box:first-child {
	border-top:none;
	padding-top:0;
}
.home .anuncios1 h1 {
	font-size:16px;
	padding:0;
	margin:0 0 3px 0;
}
.home .anuncios1 p {
	padding-top:2px;
	margin-top:0;
}
.home .anuncios1 a {
	text-decoration:underline;
	color:#F30;
}
.home .anuncios1 a:hover {
	color:#900;
}
.home .anuncios1 .parcelamentocartao {
	background-color:#039;
	color:#FFF;
	padding:10px;
	border-radius:5px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}


.home .fotos {
	float: left;
	width: 100%;
}
.home .fotos img {
	margin: 3px;
	border-radius:10px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}


.home .simuladoteorico {
	clear:both;
	font-size:15px;
	padding:15px 0;
}
.home .simuladoteorico h2 {
	font-size:28px;
	color:#F60;
	padding-top:0;
	margin-top:0;
}
.home .simuladoteorico img {
	float:left;
	margin-right:20px;
}
.home .simuladoteorico a {
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	background-color:#03C;
	padding:5px 20px;
	border-radius:20px;
	box-shadow: 5px 5px 10px -5px rgba(255,255,255,0.5) inset, -5px -5px 10px -5px rgba(0,0,0,0.5) inset;
}
.home .simuladoteorico a:hover {
	background-color: #06F;
}

.home .vantagens, .home .fotos, .home .simuladoteorico, .home .premio {
	padding:10px 0;
	border-top:1px dotted #F93;
}
.home .vantagens .piscar {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}