/* CSS Document */
body {
margin:0;
background:#FFF;
		}
.texto_entrada {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #7E97AB;
	font-weight: normal;
	text-decoration:none;
	}
a.texto_entrada:hover {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	background-color:#4E6A83;
	border-color:#CCCCCC;
	text-decoration: none;	
}
#camada {
position:absolute;

}