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

.borda_esq {
	background-image: url(../imagens/borda_esq.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.borda_dir {
	background-image: url(../imagens/borda_dir.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.linha_cinza_inferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
.linha_cinza_superior {
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 30px;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.titulo_vermelho_grande {
	font-family: Calibri, Century, Verdana;
	font-size: 40px;
	font-weight: bold;
	color: #C33;
}
.fonte_cinza_pequena {
	font-family: Calibri, Century, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.borda_foto_depoimento {
	border: 3px solid #333;
}


.fonte_cinzaescura_media {
	font-family: Calibri, Century, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.titulos_inicio {
	font-family: Calibri, Century, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #223436;
}
.legenda {
	font-family: Calibri, Century, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
.fonte_grande {
	font-family: Calibri, Century, Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #329B96;
}
.fonte_grande_amarela {
	font-family: Calibri, Century, Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #F4A74F;
}
.preco_vermelho {
	font-family: Calibri, Century, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #C33;
	text-decoration: line-through;
}
.preco_verde {
	font-family: Calibri, Century, Verdana;
	font-size: 60px;
	font-weight: bold;
	color: #9C0;
}
.fonte_cinza_grande {
	font-family: Calibri, Century, Verdana;
	font-size: 27px;
	font-weight: bold;
	color: #000;
}
#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
}
#cover {
	position: absolute;
	left: 0;
	top: 0;
	background: black;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	visibility:hidden;
}
#window {
	position: absolute;
	background: white;
	z-index: 2;
	top: 20%;
	left: 30%;
	width: 400px;
	height: 250px;
	padding: 15px;
	border: 5px solid #E6F4E7;
	font-family: Calibri, Century, Verdana;
	visibility:hidden;	
}
.window-header {
	text-align:right;
	padding-bottom: 8px;
}
.window-header-button {
	background:white;
	border:1px solid white;
	font-family: Calibri, Century, Verdana;
	cursor:pointer;
}
.window-header-button:hover {
	color: black;
	background: #E6F4E7;
	text-decoration: underline;
}.banner_grande {
	background-image: url(../imagens/banner_inicial/banner_01_sem_texto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Calibri, Century, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #223436;
}
.texto_banner {
	font-family: Calibri, Century, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #223436;
}
