
.evento
{
	margin: 10px 0;
	border: solid 2px #996600;
}

.evento .data
{
	background: #805600;
	width: 60px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	background-image: url(../img/menu01.gif)
}

.evento .foto
{
	width: 0px;
	text-align: center;
	border-width: 5px;
    border-style: solid;
    border-color: #FFFFFF;
}

.evento .texto
{
	width: 100%;
}

.evento .texto p
{
	margin: 2px 1;
	padding: 0;
}

.evento .texto .nome
{
	font-weight: bold;
}

.evento .texto .descricao
{
	font-style: italic;
	margin-bottom: 10px;
}

