@charset "utf-8";

/*-------------estrutura-----------------*/

#contentor {
	padding: 0px;
	height: auto;
	width: 650px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentor p {
	padding-left: 6px;
}

#menu {
	height: auto;
	width: 240px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/*-------------estrutura-----------------*/

/*-------------formatacao----------------*/
body {
	color: #000000;
	padding: 0px;
	margin: 0px;
	font: 0.85em/1.6em Arial, Helvetica, sans-serif;
	text-align: justify;
}
h1 {
	font-size: 2em;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 3px;
	font-weight: normal;
	line-height: 1.3;
}
h3 {
	font-size: 1.3em;
	line-height: 1;
	color: #666666;
	font-weight: lighter;
	padding-left: 3px;
}
ul{
	list-style: square;
   }
	
a:link, a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: underline;
}
	
a:hover {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}
a:active {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
.imagem {
	padding-right: 40px;
}
.imgempequena {
	vertical-align: middle;
}

.code {
	color:#666666;
	background-color: #F8F8F8;
	display: block;
	border: thin dashed #E6E6E6;
	margin-top: 10px;
	font: 500 1em/1.2em "Courier New", Courier, monospace;
	text-align: left;
}
.linkcorrente {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87px;
	color: #FFFFFF;
	background-color: #666666;
}

.destaque {
	background: #F7F7F7;
	font-size: 0.88em;
	font-weight: bold;
	}
/*--------menuVertical----------------*/

.menuVertical li{
border-bottom-color: #DDDDDD;
border-bottom-style: solid;
border-bottom-width: 1px;
list-style-image: none;
list-style-type: none;
}
.menuVertical a{
display: block;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 0px;
padding-top: 5px;
text-decoration: none;
}
.menuVertical a:hover{
background-color: #CCCCCC;
}

/*--------menuVertical----------------*/
