/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto {
	font-family: Verdana, Trebuchet, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #373737;
}

.times {
	font-family: Times New Roman, Trebuchet, Tahoma, Arial;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.botao {
	text-decoration: none;
	border: none;
}

.bold {
	font-weight: bold;
}

.italico {
	font-style: italic;
}

.pt {
	padding-top: 10px;
}

.pr {
	padding-right: 10px;
}

.pl {
	padding-left: 10px;
}

.pb {
	padding-bottom: 10px;
}

.pt1 {
	padding-top: 15px;
}

.pr1 {
	padding-right: 19px;
}

.pl1 {
	padding-left: 10px;
}

.pb1 {
	padding-bottom: 10px;
}

.hand {
	cursor: hand;
}

.titulo_top {
	padding-top: 24px;
}
/* ------------------------BACKGROUND--------------------------- */
.background_laranja {
	background-color: #E46613
}

.background_cinza {
	background-color: #EEEEEE
}
/* --------------------- FIM BACKGROUND------------------------- */

/* --------------------ALINHAMENTOS------------------------- */
.direita {
	text-align: right;
}

.esquerda {
	text-align: left;
}

.centro {
	text-align: center;
}

.justificado {
	text-align: justify;
}
/* -------------------FIM ALINHAMENOTS---------------------- */

/* --------------------TAMANHO DA FONTE------------------------- */
.f8 {
	font-size: 8px;
}

.f9 {
	font-size: 9px;
}

.f10 {
	font-size: 10px;
}

.f11 {
	font-size: 11px;
}

.f12 {
	font-size: 12px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f28 {
	font-size: 28px;
}

.f35 {
	font-size: 35px;
}
/* -------------------FIM TAMANHO DA FONTE---------------------- */

/* --------------------COR DA FONTE------------------------- */
.branco {
	color: #FFFFFF;
}

.verde {
	color: #B7E712;
}

.azul {
	color: #4B79E2;
}

.cinza {
	color: #999999;
}

.laranja {
	color: #DF6816;
}
/* -------------------FIM COR DA FONTE---------------------- */
.background {
	background-attachment: scroll;
	background-image: url(../_images/background_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.background2 {
	background-attachment: scroll;
	background-image: url(../_images/background_02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.campo {
	font-family: Tahoma;
	font-size: 14px;
	background-color: #EEEEEE;
	border: 1px inset #CCCCCC;
	padding: 1px;
}

.alpha {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

/* --------------------DIV JQUERY------------------------- */
#conteiner1 {
	position: relative;
	height: 330px;
	z-index: 1;
}

#pai {
	width: 100%;
	height: 330px;
	background-image: url(../_img/banners_jquery_01.jpg);
	position: absolute;
	z-index: 2;
}

#filho1 {
	width: 100%;
	height: 70px;
	background-image: url(../_img/menu.png);
	position: absolute;
	z-index: 3;
}

#filho2 {
	width: 100%;
	height: 330px;
	top: 217px;
	position: relative;
	z-index: 4;
}

#container2 {
	top: 565px;
	width: 100%;
	position: absolute;
	z-index: 5;
}

/* ------------------FIM DIV JQUERY----------------------- */
.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	visibility: visible;
}