

body {
	margin: 0;
	padding: 0;
	font: 70% Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	line-height: 16px;
	margin-top: 12px;
	background-color: #e8e8e8;
}

a {
	color: #ed8312;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 2.0em Trebuchet MS,Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Trebuchet MS,Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto; 
	width: 898px; 
		background: url(./web2/fundo.gif) no-repeat; 
		padding: 13px 10px 0px 10px;
}
/*
#bg { 
	width: 918px;
	margin: 0 auto;
	height: 600px;
	padding: 6px 10px 0px 10px;
	background: url(fundo.gif) no-repeat;
}
*/

.header { 
	height: 45px; 
	margin: 0px 0 2px 0; 
	padding: 20px 0 0 5px;
	background: #FFF url(./web2/headerbg.gif) repeat-x bottom left;
	color: #808080;
}
	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.subheader {
	clear: both;
	height: 23px;
	margin: 0 0 10px 0;	
}

.subheader_left {
	line-height: 28px;
	width: 190px;
	background:  url(./web2/hmleftbg.gif) repeat-x;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.subheader_right {
	background:  url(./web2/hmrightbg.gif) repeat-x;

	line-height: 28px;
	float: right;
	width: 695px;
	
}

.subheader_right a {
	margin: 0px 0px 0 0;
	padding: 6px 10px 6px 10px;
	color: #626262;

	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	background: #ededed url(./web2/hmleftbg.gif) repeat-x;
	color: #FFFFFF;
}

.left {
	float: left;
	padding: 5px 0 0 5px;
	width: 190px;
}

.right {
	float: right;
	width: 680px;
	margin: 0 0 20px 0; 
	padding: 5px 0 0 15px; 
	color: #000;
	background-color: #FFFFFF; 
	border-left: 1px solid #e6e6e6;
}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;

}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(./web2/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 310px;
	padding: 13px;
	background: #f2f2f2 url(./web2/corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 310px;
	padding: 13px;
	background: #f2f2f2 url(./web2/corner.gif) no-repeat bottom right;
	color: #626262;
}

.footer { 
	clear: both; 
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 0 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	line-height: 13px;
}

.footer a { 
	text-decoration: underline; 
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}
.texto {
	font: 100% Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	text-align: justify;
	margin: 4px 15px 10px 30px;

	border: #dddddd dashed 1px;
  	-moz-border-radius: 1em;
  	-webkit-border-radius: 1em;
  	border-radius: 1em;
  	padding: 10px;
	background-color: #f1f1f1;
}
.gade {
	font: 12px Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	text-align: justify;
	margin: 4px 15px 10px 30px;
	line-height: 18px;

	border: #dddddd dashed 1px;
  	-moz-border-radius: 1em;
  	-webkit-border-radius: 1em;
  	border-radius: 1em;
  	padding: 10px;
	background-color: #f1f1f1;
}
.goreti {
	font: 100% Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	text-align: justify;
	margin: 4px 15px 10px 30px;

	border: #dddddd dashed 1px;
  	-moz-border-radius: 1em;
  	-webkit-border-radius: 1em;
  	border-radius: 1em;
  	padding: 10px;
	background-color: #f6dee3;
}

.floatimgleft {
	float:right;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.minitxt{
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #CC6600;
	text-align: justify;
}
.style1 {
	color: #ed8312;
	font-weight: bold;
	text-align: justify;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #CC6600;
	
}
.style6 {
	color: #ed8312;
	font-weight: bold;
}
.linux{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #4d4d4d;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	border-color: #ed8312;
	border-style: dashed;
	border-width: 1px;
	padding: 10px;
	background-color: #edb579;
}
.linuxOrange{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #CC6600;
	text-align: left;
}

.indicacoes {
	font: 100% Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	color: #ed8312;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
	padding-bottom: 2px;
	border-bottom: #dddddd dashed 1px;
}
.box {
	font: 100% Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	text-align: justify;
	/* TOP  LEFT DOWN RIGHT */
	margin: 3px 5px 10px 0px;

	border: #dddddd dashed 1px;
  	-moz-border-radius: 1em;
  	-webkit-border-radius: 1em;
  	border-radius: 1em;
  	padding: 5px;
	background-color: #FFF;
}
.linhaFim {
	font: 100% Trebuchet MS,Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	margin: 0px 3px 0px 3px;

	border-bottom: #dddddd dashed 1px;
	text-decoration:none;
}

.quote{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #799baf;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	border-color: #606060;
	border-style: dashed;
	border-width: 1px;
	padding: 10px;
	background-color: #ffffff;
}
.boxGaleria_SO{
	font-family:  "Trebuchet MS";
	font-size: 10px;
	color: #7e7e7e;
	text-align: justify;
	/* TOP  LEFT DOWN RIGHT */
	margin: 3px 5px 10px 0px;

	border: #dddddd dashed 1px;
  	-moz-border-radius: 1em;
  	-webkit-border-radius: 1em;
  	border-radius: 1em;
  	padding: 5px;
	background-color: #FFF;
}

.boxGaleria{
	font-family:  "Trebuchet MS";
	font-size: 10px;
	color: #7e7e7e;
	text-align: justify;
	/* TOP  LEFT DOWN RIGHT */
	margin: 3px 5px 10px 0px;

	border: #dddddd dashed 1px;
  	-moz-border-radius: 1em;
  	-webkit-border-radius: 1em;
  	border-radius: 1em;
  	padding: 5px;
	background-color: #FFF;
}
.boxGaleria:hover { 
   border: #7e7e7e dashed 1px;
	background-color:#ebebeb;
}
