/*-----------------------------------------------------------*/
/*--------------- css para plantillas TRACTES ---------------*/
/*-----------------------------------------------------------*/

/* SECCION NOTICIAS */
/* powered by demini | css by Héctor Ibarra | Enero 07 */


#content .not_item {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	}
	
#content .not_item td {
	vertical-align: top;
	}

#content .not_item .not_img {
	position: relative;
	overflow: hidden;
	margin: 5px 25px 0 0;
	width: 170px;
	height: 170px;
	border: 1px solid #ccc;
	}

#content .not_item .not_img img {
	border: 5px solid #eee;
	}

#content .not_item p a {
	font-weight: bold;
	line-height: normal;
	font-size: 90%;
	}

/* ---------------------- */
#content .seccion {
	position: relative;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #ddd;
	}
	

#content .seccion p {
	margin: 0;
	padding: 0;
	}


/* ---------------------- */
#content .rel_item {
	position: relative;
	overflow: hidden;
	float: left;
	width: 20%;
	margin: 10px 4% 20px 0;
	}

#content .rel_item h3 {
	margin: 0 0 5px 0;
	padding: 0;
	}

#content span.flechas {
	font: normal 9px Arial, Helvetica, sans-serif;
	opacity: .33;
	}


/* -------------------------------- */
#content #utilidades {
	position: relative;
	overflow: hidden;
	width: 170px;
	background: url(../images/fnd_rss.gif) repeat;
	margin: 20px 0 0 0;
	padding: 0px 0 10px 0;
	}

#content #utilidades ul {
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	padding: 0;
	list-style: none;
	background: none;
	}

#content #utilidades li {
	position: relative;
	overflow: hidden;
	margin: 0 10px;
	padding: 3px 0 3px;
	list-style: none;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
	background: none;
	border-bottom: 1px solid #ddd;
	}
	
#content #utilidades li a, #content #utilidades li img {
	text-decoration: none;
	border: none;
	color: #666;
	}

