* {
	margin: 0;
	padding: 0;
}


body {
	font-family: "Courier New", Courier, Monaco, Andale Mono ; 
	font-size: 11px; 
	line-height: 1.2em ;
	background: #fff url(../images/bg.gif) repeat-x;
	margin: 0px 0px 0px 65px;
}

h1 {
	font-weight: normal;
	color: #67406A;
	border: 0;
	font-size: 16px;
}

h2 {
	font-weight: normal;
	color: #935B97;
	border: 0;
	font-size: 14px;
	font-weight:normal;
}


a {
	color: #0F2EB4;
	text-decoration: none;
}

a:hover {
	text-decoration: line-through;
}

img {
	border: 0;
}

/* MENU */	

#menu {
	float: left;
	width: 200px;
	margin:0;
	padding:0;
}

#navegacao {
	margin: 10px 0px 0px 40px;
}

#navegacao ul {
	list-style-type: none;
}


ul.menu a {
	color: #000;
}

ul.menu a:hover {
	text-decoration: underline;
}	
	
ul.submenu a {
	color: #0092e1;
	padding-right: 5px;
}

ul.submenu a:hover {
	color: #ffffff;
	background-color: #0092e1;
}
ul.submenu a:visited {
	text-decoration: none;
}


/* PRINCIPAL */	

#principal {
	margin:0 0 0 250px;
	padding-top:150px;
	width: 600px;
}

p.limpa {
	clear:both;
}

/* CONTEUDO */	

#conteudo img {
	margin-top: 3px;
}



#legenda {
	color: #ffffff;
	background: #333;
	padding: 2px 2px 2px 3px;
}

#legtxt {
	padding: 0px 12px;
}
#legtxt a {
	color: #333;
}
#legtxt a:hover {
	text-decoration: underline;
}
#legtxtblog {
	padding: 0px 12px;
}
#legtxtblog a {
	color: #fff;
}
#legtxtblog a:hover {
	text-decoration: underline;
}


#legdata {
	font-weight: bold;
}

#blogimg {
	margin-bottom: 42px;
}

a.port_num {
	color: #ffffff;
	font-weight: bold;
	padding-right: 7px;
}
a.port_num:hover {
	text-decoration: none;
}
.texto {
	width:450px;
}

#portcontrol {
	position: absolute;
}
#portimg_rg {
	display: none;
	float: right;
}
#portimg_lf {
	display: none;
}

/* BOTTOM */

#bottom {
	margin-top: 60px;
	background-color: #eaeaea;
	padding: 0px;
}

#navblog {
	clear: both;
	height:20px;
}
.navblog_esq {
	text-align: left;
	float: left;
}
.navblog_dir {
	text-align: right;
}
#navblog a {
	color: #333;
}

.rodape  	{
	color: #0092e1;
	text-align: left;
}


/* FORM */

form p {
	margin-bottom: 8px;
}
form div {
	width: 80px;
	float:left;
}
input[type="text"],textarea {
	width: 300px;
}
input, textarea {
	border: 1px solid #bcbcbc;
	color: #444444;
}
input[type="submit"] {
	background-color: #fff;
	padding: 0px 4px;
}