@charset "utf-8";
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.texto a{
	color: #333;
}
.texto a:hover{
	text-decoration: underline;
}
.texto {
	font-size: 16px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#princ {
	background-image: url(../imagens/fundo_princ.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#sentidos {
	background-image: url(../imagens/fundo_os_sentidos.jpg);
	background-repeat: repeat-x;
}
#recantos {
	background-image: url(../imagens/fundo_os_recantos.jpg);
	background-repeat: repeat-x;
}
#caminhos {
	background-image: url(../imagens/fundo_os_caminhos.jpg);
	background-repeat: repeat-x;
}
#programacoes {
	background-image: url(../imagens/fundo_os_programacoes.jpg);
	background-repeat: repeat-x;
	padding-bottom: 30px;
}
.banner {
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: 10px;
}
.banner2 {
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: 170px;
}

.confirmacao {
	display: block;
	width: 90%;
	clear: left;
	padding: 10px;
	background-color: #CAF2A6;
	border: 1px dashed #668B41;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/fundo_confirmacao.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.confirmacao p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.alerta {
	display: block;
	width: 90%;
	clear: left;
	padding: 10px;
	background-color: #FFFF99;
	border: 1px dashed #FFCC00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/fundo_alerta.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.alerta p {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
