/*
folha de estilos bicho*/



/* Begin Typography & Colors */
body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

a:link {
	text-decoration: none;
	color: #7D97AA;
}
a:visited {
	color:#7D97AA;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.texto {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
}
.titulo {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
}
.textopop {
	color: #92adc0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
}		
.texto_dta {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	line-height: 130%;
}	
	
	/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px;
	text-align: right;
	}
	.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 450px;
	}
#caixas a:link{
	text-decoration:none;
}

#caixas a:visited{
	text-decoration:none;
	background-image: url(http://www.bicho-do-mato.pt/home/wp-content/uploads/seta_link.gif);
}

#caixas a:hover{
	color:#01468B;
	text-decoration:underline;
}
