﻿.excursoes
{
	display:block;
	float:left;	
	margin:10px 0 20px 0;	
	border-bottom: groove 1px #404141;
}

.textoExcursoes
{
	display:block;
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#404141;
	width:450px;
	margin:0 10px 10px 0;
		
}

.imgExcursoes
{
	display:block;
	float:left;	
	margin-bottom:20px;
}

.linkExcursoes
{
	color:#ff9900;
	text-decoration:underline;
	font-style:italic;
	font-size:10px;
}

.linkExcursoes:Hover
{
	text-decoration:underline;
	color:#ff9900;
}
