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

body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #939496;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin: 0 0 0 320px;
	padding: 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #leftContent {
	float: left;
	width: 300px;
	margin-right: 40px;
	padding-top: 30px;
}
#leftContent .recado_menu {
	margin: 50px 0 0 35px;
}
#leftContent .menu_capa {
	margin: 25px 0 0 35px;
}
#leftContent .emparceria_capa {
	margin: 125px 0 10px 35px;
}

.oneColFixCtr #mainContent #rightContent {
	float: right;
	width: auto;
	text-align: left;
	padding-right: 25px;
}
#rightContent .cadastrese_capa {
	margin-top: 50px;
}

.oneColFixCtr #mainContent #capa {
	margin-top: -20px;
}
img.capas_left {
	position: relative;
	float: left;
	margin-right: 15px;
}
img.capas_right {
	position: relative;
	float: right;
	margin-left: 15px;
}
p.item_lista {
	margin-top: 20px;
	margin-bottom: 0px;
}
p.item_lista.first {
	margin-top: 0px;
}
.oneColFixCtr #container #mainContent p.alinhado {
	text-align: justify;
	margin-top: 0px;
}
.oneColFixCtr #container #mainContent span.title {
	color:#eb008b;
	font-weight:bold;
}

span.question {
	color:#000000;
	font-weight:bold;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #939496;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
}

a:hover {
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}
