@CHARSET "ISO-8859-1";

img.imagem {
	border: 5px solid #990000;
}

div.evento-esquerda {
	float: left;
	width: 310px;
}

div.evento-direita {
	float: left;
	width: 450px;
	margin-left: 10px;
	background-color: #500000;
	padding: 0 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(../imgs/fundos/descricao.png);
	background-repeat: repeat-x;
	background-position: top;
}

h3 {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 8px 0 2px 0;
}

p.local {
	font-size: 12px;
	font-weight: bold;
}

div.evento-direita ul li {
	list-style: none;
	background-image: url(../imgs/icones/seta.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 1px 0 1px 8px;
}