@charset "utf-8";

/* RESETS */
* {
	border: 0;
	}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
a {
 	color: #039;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #903;
}
body {
	line-height: 1;
	color: #000;
	background: #D9E6F7;
	font-family: Calibri, Arial, Helvetica, Tahoma;
	font-size: 12pt;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
#total {
	position: relative;
	width: 100%;
	height: 100%;
}
#centro {
	position: relative;
	width: 960px;
}
#centro h1 {
	font-size: 60pt;
}
#conteudo {
	position: relative;
	display: block;
	text-align: left;
}
#lateral {
	position: relative;
	display: inline-block;
	width: 198px;
	vertical-align: top;
}
div.top_lateral {
	position: relative;
	background-image: url(imagens/top_lateral.jpg);
	width: 198px;
	height: 13px;
	background-repeat: no-repeat;
}
div.cont_lateral {
	position: relative;
	background-image:url(imagens/lateral_cont.jpg);
	width: 162px;
	background-repeat: repeat-y;
	padding: 0 18px 0 18px;
}
div.bottom_lateral {
	position: relative;
	background-image:url(imagens/bottom_lateral.jpg);
	width: 198px;
	height: 17px;
	background-repeat:no-repeat;
}
#conteudo_centro {
	position: relative;
	display: inline-block;
	width: 750px;
	vertical-align: top;
}
div.top_conteudo {
	position: relative;
	display: block;
	background-image: url(imagens/top_cont.jpg);
	width: 750px;
	height: 13px;
	background-repeat:no-repeat;
}
div.cont_conteudo {
	position: relative;
	background-image:url(imagens/back_branco.jpg);
	background-repeat:repeat-y;
}
div.cont_conteudo h2 {
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
	padding-left: 25px;
}
a.titulo_post {
	font-weight: bold;
	font-size: 16pt;
	text-decoration: none;
	color: #000;
}
a:hover.titulo_post {
	color: #666;
}
a:focus.titulo_post {
	color: #666;
}
a:active.titulo_post {
	color: #666;
}
div.top_cont {
	position: relative;
	background-image:url(imagens/top_azul.jpg);
	width: 714px;
	height: 15px;
}
div.centro_cont {
	position: relative;
	background-image: url(imagens/cont_azul.jpg);
	width: 674px;
	padding: 20px;
	background-repeat:repeat-y;
}
div.bottom_cont {
	position: relative;
	background-image:url(imagens/bottom_azul.jpg);
	width: 714px;
	height: 10px;
}
div.bottom_conteudo {
	position: relative;
	background-image:url(imagens/bottom_cont.jpg);
	width: 750px;
	height: 13px;
}
div.post {
	position: relative;
	border-bottom: 1px dotted #747474;
	text-align: justify;
}
img.borda_cinza {
	border: 5px solid #CCC;
}
span.lateral {
	font-size: 15pt;
	font-weight: bold;
}
div.div {
	position: relative;
	border-bottom: 1px dotted #747474;
}
div.cont_lateral li {
	position: relative;
	padding: 3px 0 3px 0;
}
div.cont_lateral li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px;
	font-size: 11pt;
	color: #333;	
}
div.cont_lateral li a:hover {
	color: #FFF;
	background-color:#7F135E;
}
div.cont_lateral li a:focus {
	color: #FFF;
	background-color:#7F135E;
}
div.cont_lateral li a:active {
	color: #FFF;
	background-color:#7F135E;
}
a.normal {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
a:hover.normal {
	color:#036;
	border-bottom: 2px solid #903;
}
a:focus.normal {
	color:#036;
	border-bottom: 2px solid #903;
}
a:active.normal {
	color:#036;
	border-bottom: 2px solid #903;
}
a.titulo {
	font-weight: normal;
	color: #000;
}
a:hover.titulo {
	color: #036;
}
div.coluna {
	display: inline-block;
	width: 214px; 
	margin-right: 10px;
	vertical-align: top;
}