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

#fundo {
	height: auto;
	width: auto;
	background-image:url(../images/fundo_azul.jpg);
}

#corpo{
	height: 968px;
	width: 949px;
	position: relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-image: url(../images/corpo_branco.png);
}

#box_conteudo_links{
	height: auto;
	width: auto;
	position: absolute;
	left: 318px;
	top: 418px;
}

#box_logo{
	height: 114px;
	width: 264px;
	position: absolute;
	left: 59px;
	top: 59px;
}

#box_end_tel{
	height: 150px;
	width: 289px;
	position: absolute;
	left: 592px;
	top: 38px;
}

#box_menu_topo{
	height: 35px;
	width: 824px;
	position: absolute;
	left: 60px;
	top: 185px;
}

#box_rotativo{
	height: 185px;
	width: 824px;
	position: absolute;
	left: 58px;
	top: 225px;
}

#box_menu_vertical{
	height: 427px;
	width: 200px;
	position: absolute;
	left: 56px;
	top: 419px;
}
#box_menu_inferior{
	height: 20px;
	width: 800px;
	position: absolute;
	left: 68px;
	top: 857px;
}
/* -------------- div's do meio (COMEÇA AQUI!) ------------ */
#meio{
	height: 480px;
	width: 779px;
	position: relative;
}

/* --------------- div's do meio fim ---------------------- */

/* --------------- div's do rodape ------------------------- */
#rodape{
	height: 67px;
	width: 779;
}

#menu_rodape{
	height: 60px;
	width: 779px;
	position: relative;
}

#creditos{
	height: 23px;
	width: 779px;
	position: relative;
	text-align:center;
	
}

#generico{
	height: auto;
	width: 500px;
    padding-right: 20px;
	
	
}

/* -------------------- CLASSES DE TEXTO ---------------- */

.texto_copyright{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #626262;	
	
}

.texto_conteudo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626262;
 	text-align: justify;	
}

.iframe{
	padding-right: 40 px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 0px;
	
}
