@charset "utf-8";
/* CSS Document */

html, body {height:100%;} 

body {
	margin:0;
	padding:0;
	background:#fff;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	

#tudo { 
	width: 1000px; 
	position: relative; 
	left: 50%; 
	margin-left: -500px;
	top: 50%; 
	margin-top: -180px;
}


#creditos{
	float: right;
	padding-top:20px;
	padding-right:30px;
	z-index:1;
	}
	
#texto{
	padding-left:50px;
	padding-top:5px;
	float:left;
	width:850px;
	}
	
#texto_port{
	padding-left:50px;
	padding-top:5px;
	float:left;
	width:400px;
	}
	
#texto_eng{
	padding-left:50px;
	padding-top:5px;
	width:400px;
	float:left;
	}


		
/* =Textos */

  .texto_port {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	text-align:left;
}

  .texto_eng{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	text-align:left;
	font-style:italic;
}

  .tabela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
	text-align:center;
	border-color:#CCCCCC;
	border-style:solid;
	border:thin;
	border-left-color:#CCCCCC;
}



/* = Links */

  a.texto_port {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	text-decoration: none;
	}
  a.texto_port:hover {
	text-decoration: underline;
	}
	
  a.texto_eng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
	}
  a.texto_eng:hover {
	text-decoration: underline;
	}
	

	
/* =Formularios */
	
.campo1 {
	font-family: "Times New Roman", Times, serif;
	background-color:#CCDBE1;
	font-size: 11px;
	height: 18px;
	width: 170px;
	color:#004D67;
	border:none;

}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
