div.evento { 
	margin-top: 8px;
    width: 736px; 
	height: 200px;
	border-bottom: dotted thin #CCC;
} 

div.evento h1{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 3px;
}

div.evento p{
	font-size:11px;
	text-align:justify;
	margin-right: 5px;
	color:#000;
}

div.fotos{
	height: 113px;
	margin-top: 15px;
	overflow: auto;
	white-space:nowrap;
}

div.fotos a{
	display: inline-block;
	width: 90px;
	height: 80px;
	margin-right: 3px;
	border: 2px solid;
}

div.fotos a:hover{
	border: 2px #900 solid;
}
 
div.fotos img{
	margin: 0;
	padding: 0;
	width: 90px;
	height: 80px;
}