/* CSS Document */

#container {
width:760px;
display:table;
}
#cx_esq_cima {
width:200px;
height:190px;
float:left;
}
#cx_dir_cima {
width:560px;
height:190px;
float:left;
}
#menu {
width:760px;
height:50px;
float:left;
}
#cx_esq_baixo {
	width:180px;
	height:auto;
	background:url(imagens/baixo_esquerda.jpg) repeat-X left bottom;
	background-color:#343498;
	/*margin: 10px, 5px, 10px, 5px;*/
float:left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#cx_dir_baixo {
	width:540px;
	height:auto;
	background-color:#ded087;
	float:left;
	padding: 10px;
}
#cx_esq_centro {
width:215px;
height:auto;
float:left;
}
#cx_central {
width:540px;
height:auto;
float:left;
}
#cx_dir_centro {
width:305px;
height:auto;
float:right;
}
#cx_dir_rodape {
width:560px;
height:60px;
background-color:#FFFFFF;
float:right;

}.titulo_esq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.txt_esq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFD5;
}
.txt_centro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titulo_centro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.txt_esq2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFD5;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
}
