/* CSS Document */


#titulo {
	width: 730px;
	height: 60px;
	margin: 7px auto 0 auto;
	background: url(../img/fototitulo_links.jpg) no-repeat;
	display: block;
	padding-top: 24px;
	clear: both;
}

#titulo h3 {
	background: url(../img/titulo_links.gif) no-repeat;
	margin-left: 102px;
	width: 628px;
	height: 32px;
	display: block;
}

#titulo h3 span { display: none; }


#texto {
	display: block;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 0 120px;
	width: 610px;
}

.item {
	margin: 12px 0 0 10px;
	width: 500px;
	clear: both !important;
	border-bottom: 1px solid #F0F0F0;
	padding: 0 0 10px 5px;
}

.item h3 a {
	color: #006699;
	background: url(../img/bullet_3.gif) 0 4px no-repeat;
	padding-left: 12px;
	text-decoration: none;
	font-size: 13px;
}

.item p {
	margin-left: 12px;
}


