@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /*Centraliza no IE*/
	margin: 0;
	padding: 0;
	}
	

#tudo {
	width: 984px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	height: 100%;
	clear: both;
	}
	
#topo {
	height: 128px;
	background: #fff url(img/bg_topo2012.gif) repeat-x;
}

#menu {
	clear: both;
	height: 25px;
	z-index:1;
	margin-top: 20px;
	background-color: #860038;
}

#tira-cinza {
	height: 25px;
	background-color: #ccc;
	}

#conteudo {
	width: 984px;
	padding-top: 20px;
	background-color: #e9e9e9;
	height: 100%;
	display: block;
	clear: both;
	}
	
#esquerdo {
	width: 640px;
	float: left;
	margin-left: 15px;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	margin-bottom: 20px;
	}
	
#esquerdo-dentro {
	width: 640px;
	float: left;
	margin-left: 15px;
	background-color: #efefef;
	border: solid 1px #cccccc;
	padding: 5px;
	margin-bottom: 20px;
	}
	
#tv {
	widht: 645px;
	height: 350px;
	padding: 5px;
	}
	
#direito {
	width: 284px;
	float: right;
	margin-right: 15px;
	}

#login {
	widht: 284px;
	height: 100px;
	padding: 5px;
	background-color: #e4e4e4;
	margin-top: 20px;
	}
.caixa_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B0213;
	height: 15px;
	width: 250px;
	border: solid thin #4B0213;
	padding: 5px;
}

.caixa_senha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B0213;
	height: 15px;
	width: 210px;
	border: solid thin #4B0213;
	margin-top: 5px;
	padding: 5px;
}

.btn_ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #510B1B;
	margin-top: 5px;
	height: 25px;
}

#depoimentos {
	padding: 5px 5px;
	margin-top: 15px;
	height: 237px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(img/aspas.gif);
	}

#rodape {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	clear: both;
	width: 984px;
	margin: 0 auto;
	background-color: #999999;
	}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #860038;
}
.texto_corrido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/* LINK CAIXA RODAPÉ*/

a.link-rodape:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	}
a.link-rodape:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	}
a.link-rodape:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background-color:#561b46;
	font-weight: bold;
	}
a.link-rodape:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	}
/* FIM LINK CAIXA-RODAPÉ*/

