@charset "utf-8";
/* CSS Document */


a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#005BB7;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	/*color:#002953;*/
	font-weight:bold;
	
}

#text{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#002953;
}

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#333;
}

#titulo{
	position:relative;
	top:-110px;
}

#tbl_titulo{
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

#tbl_campo{
	text-align:left;
}

#msg{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#036;
	text-align:center;
}
	
.button{
	border:solid 1px #CCC;
	background-color:#EEE;
	color:#036;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#img_trab_cons{
	margin-right:10px;
	position:relative;
	top:-180px;
}

#tbl_footer{
	border:solid 1px #CCC;
	background-color:#EBEBEB;
	
}
