/* Lista de fotoreportagens */
#alohanews-list
{
	float: left;
	margin-left: 10px;
	padding: 0px;
	width: 815px;
}

#alohanews-list h3
{
    margin-top: 20px;
}

.aloha-link
{
    display: block;    
    font-size: 10pt;
    padding:3px;
    text-decoration: none;
    line-height: 1.5em;
	color:#0033FF;
    overflow: hidden;
    vertical-align: middle;
}

.aloha-link:hover
{
    text-decoration: none;
	background-color:#DEEDF3;
}

.aloha-link:visited
{
color:#0033FF;
}

.aloha-date
{
    width: 100px;
    font-weight: bold;
    color: Black;
    background-color: #d9ebfd;
    text-align: center;
    float: left;
    display: inline-block;
    margin-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#news
{
    width:600px;
    padding-top:10px;
    font-size: 10pt;
	padding-left:115px;
	color:#444444;
}