@import url("reset.css");
@import url("common.css");


#lateral h1{
	background-image: url(../images/layout/logo_aaccc.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 150px;
	float: left;
}
	#lateral h1 span {
		display: none;
	}
	
#entrar {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: inherit;
	top: 196px;
	left: 25px;
}

#entrar a { color:#FFFFFF; background-color: inherit;}
#entrar a:hover { text-decoration: underline;}

#intro { width: 610px; float: left;}