/* CSS Document */

body {
	background-image: url(img/img_fundo.jpg);
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*DEFINIÇÃO DAS LAYERS*/
#conteudo {
	padding-left: 5px;
	padding-top: 0px;
	position: relative;
	z-index: 1;
	margin-top: -70px;
	overflow: visible;
}

#anuncio {
	width: 468px;
	position: relative;
	top: 80px;
	left: 230px;
	margin: 0px;
	
}

#caixaEsquerda {
	width: 273px;
	height: 250px;
	float: left;
	text-align:center;
	
	
}

#caixaDireita {
	padding-top: 90px;
	width: 485px;
	float: right;
	text-align:right;

}

#box {
	width: 273px;
	height: 180px;
	background-image:url(img/box.png);
	text-align:center;
	font-size: 12px;
	text-align: left;
	padding-left: 14px;
	padding-top: 33px;
	line-height: 18px;
}
/**********************/
/*DEFINIÇÃO DAS FONTES*/
.textoRodape {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.textoDestacado {
	font-size: 16px;
	line-height: 35px;
}

.textoDestacadoBold {
	font-size: 18px;
	font-weight: bold;
}

.textoDestacado2 {
	font-size: 14px;
}

.textoAnuncio {
	font-size: 12px;
}
.textoMenuID {	
	color: #FFFFFF;
	font-size: 10px;
}

.textoLabel {	
	color: #a0ca9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
/**********************/

/*REDEFINIÇÃO DAS TAGS*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/**********************/