/*-----------------------------------------------------------*/
/*--------------- css para plantillas TRACTES ---------------*/
/*-----------------------------------------------------------*/

/* SECCION NOTICIAS */
/* powered by demini | css by Héctor Ibarra | Enero 07 */



#content p {
	margin: 0;
	padding: 10px 0 5px;
	}

#content #lst_not {
	position: relative;
	overflow: hidden;
	margin: 20px 0 5px 0;
	padding: 10px 0 0 0;
	border-top: 5px solid #eee;
	}

#content .not_item {
	position: relative;
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
	_border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	}

#content .not_item .not_img {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
	height: 90px;
	/*border: 1px solid #ccc;*/
	}

#content .not_item .not_img img {
	/*border: 5px solid #eee;*/
	margin: auto;
	}
	
#content .not_item h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 110%;
	}

#content .not_item p {
	margin: 0;
	padding: 0;
}

#content .not_item p a {
	font-weight: bold;
	line-height: 250%;
	font-size: 90%;
	}

#content span.flechas {
	font: normal 9px Arial, Helvetica, sans-serif;
	opacity: .33;
	}

