/* ++++++++++++++++++++++++++++++++++++++++++++ */
/*
	©2008 webuild.pt
*/
/* ++++++++++++++++++++++++++++++++++++++++++++ */


body { 
	background:url(../images/fundo.jpg) #ffffff top repeat-x;
	font-family:"Trebuchet MS", Tahoma; 
	text-align:center;
	font-size:11px;
	color:#51A1B1;
	}
	
.boxGeral{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	}	

.boxHeader {
	height:150px;
	background: url(../images/fundo_cabecalho.gif) bottom no-repeat;
	text-align:center;
	}

img.logo { 
	float:right;
	margin-right:17px;
	margin-top:45px; 
	border-style:none;
	}

.boxMenu {
	width:720px;
	height:15px;
	text-align:left;
	font-size:11px;
	text-transform:uppercase;
	color:#51A1B1;
	font-weight:bold;
	float:left;
 	margin-top: 125px;
	margin-left:20px;
	vertical-align:middle;
	letter-spacing:1px;
	/*word-spacing:17px;*/
	}
	
a.lk_menu:link,
a.lk_menu:visited { color:#51A1B1; text-decoration:none; margin:0 8px 0 8px; }
a.lk_menu:hover { color:#418492; }	
a.lk_menu:active { color:#51A1B1; text-decoration:none; }	
	
	
.boxBody {
	min-height:450px;
	background: #ffffff;
	text-align:center;
	padding-top:10px;
	}
	
.boxFooter {
	background: #ffffff;
	text-align:center;
	font-size:10px;
	margin-top:10px;
	}
	
.boxArtigo {
	width:510px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	}

.titulo{
	color:#83BCC7;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:15px;
	}
	
.texto{
	color:#6D8B8B;
	text-align:justify;
	}

.imagem {
	float:right;
	margin-right:10px;
	}

.imagem img {
    width:320px;
	}
	
.imagemLink img {
    border-style:none;
    }

.form {
	height:15px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#666666;
	line-height:15px;
	padding:0px;
	font-weight:normal;
	}
	
.formDescricao {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#666666;
	line-height:15px;
	padding:0px;
	font-weight:normal;
	}

.formBotao {
	font-size:11px;
	color:#51A1B1;
	line-height:15px;
	padding:0px;
	font-weight:bold;
	background:url(../images/fundo_botao.gif) no-repeat;
	width:72px;
	height:22px;
	border:none;
	}
	
a.lk_footer:link,
a.lk_footer:visited { color:#666666; text-decoration:none; }
a.lk_footer:hover { color:#333333; }	
a.lk_footer:active { color:#666666; text-decoration:none; }