body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #63ADDE;
}

#twitter {
position:absolute;
height: 139px;
width: 126px;
top: 410px;
z-index: 1;
padding-left: 452px;
padding-right: 13px;
left: -360px;
margin-left: 50%;
} 

#geral {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	height: auto;
	overflow:hidden;
}

#topo {
	width: 770px;
	height: auto;
	float: left;
}


#menu {
	width: 770px;
	height: 25px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000;
	background-color: #4F8AB3;
	border-top: 5px solid #4F8AB3;
	border-bottom: 5px solid #4F8AB3;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin-top: 5px;
	width: 770px;
}

#menu li {
	display: inline;
}

#menu li a {
	display: inline;
	padding: 5px 40px 7px 40px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #C8C8C6;
	border-left:thin solid #4F8AB3;
	border-right:thin solid #4F8AB3;
}
#menu li a:hover {	
	color: #000;
	background-color: #fff;
}

#esquerda {
	width: 600px;
	float:left;
	padding: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	text-align:justify;
}

#corpo {
	width: 600px;
	float:left;
}

#debate{
	width: 600px;
	float: left;
	margin-bottom:20px;
}

#debate-esq {
	width: 300px;
	float: left;
}

#debate-dir {
	width: 300px;
	float: right;
}

#direita {
	width: 140px;
	float: right;
	text-align:center;
	margin-bottom: 50px;
}

#rodape {
	width: 770px;
	float: left;
	background-color: #63ADDE;
	height: 25px;
	padding-top: 10px;
}

/* ------------------------------ CLASSES ------------------------------------- */

.faixapatrocinio {
	background-color: #2E506C;
	color: #FFF;
	font-weight:bold;
	height: 20px;
	margin: 0px;
	text-align:center;
	padding-top: 5px;
}

.titulos {
	color: #0000AA;
	font-weight:bold;
	font-size:13px;
}

h1 {
	color: #0000AA;
	font-weight:bold;
	font-size:15px;
}

.hspace {
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 160px;
}

.foto-minicv {
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 40px;
}

a {
	color: #000;
	text-decoration:underline;
}

a:hover {
	color: #000;
	text-decoration:none;
}

.fundocinza {
	background-color:#CCCCCC;
	font-weight:bold;
	margin-left: 10px;
}

.fundocinzaclaro {
	background-color:#efefef;
	margin-left: 10px;
	text-align:center;
}

.inscreva-se {
	background-color: #63ADDE;
	text-transform:uppercase;
	text-decoration:none;
	padding: 5px;
	font-weight:bold;
}

.inscreva-se:hover {
	color: #fff;
}

/* ---------------------------------- FORMULÁRIOS --------------------------------------- */

fieldset {
	width:450px;
	margin-left: 70px;
	border:none;
	padding: 10px;
}

label {
	float: left;
	width: 170px;
	text-align:right;
	padding-right: 10px;
}

input {
	background-color: #efefef;
	color: #000;
	border: solid;
	border-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

textarea {
	background-color: #efefef;
	color: #000;
	border: solid;
	border-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.botao {
	background-color: #000;
	color: #fff;
	font-weight:bold;
	border: solid thin #000;
}