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

.txt_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.form_newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #094865;
}
.ofertas {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #f3b100;
}
.descricao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003333;
}
.livro_infob {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
    font-weight: bold;
	font-size: 12px;
}
.tit_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #81ADD4;
}
.ofertas2 , .ofertas3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	
}

.ofertas2 {
	color: #f3b100;
}

.ofertas3 {
	color: #003;
}

.sub_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #81ADD4;
}


#nome2 , #email2 , #telefone2, #mensagem2, #select {
	radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; border:1px inset #FFF;
}

#select {
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#nome2 , #email2 , #telefone2 {
	height:22px;
}

.botoes {
display: inline-block;
outline: none;
background-color: #ff5c00;width:85px; CURSOR: pointer; HEIGHT: 25px; margin-top:10px; color:#FFF; font-weight:bold;
radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
border-left:0px;
border-top:0px;
border-right:0px;

}

.botoes:hover {
	background: #f47c20;
}

.borda_img {
	border:10px solid #FFF;
	box-shadow:0px 2px 5px #999;
	/* implementação para o firefox */
	-moz-box-shadow:0px 2px 5px #bababa;
	/* implementação para safari */
	-webkit-box-shadow:0px 4px 5px #999;
}

.sobe a {
	display:block;
	width:117px;
	height:57px;
	background:url(img/sobe.png) no-repeat;
}



