/*-----------------------------------------------------------*/
/*--------------- css para plantillas TRACTES ---------------*/
/*-----------------------------------------------------------*/

/* SECCION NOTICIAS */
/* powered by demini | css by Héctor Ibarra | Enero 07 */


#content .cat_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 .cat_item td {
	vertical-align: top;
	}

#content .cat_item .cat_img {
	/*position: relative;
	overflow: hidden;*/
	margin: 5px 25px 0 0;
	/*width: 160px;
	height: 160px;*/
	padding: 0px;
	border: 1px solid #ccc;
	background: #eee;
	}

#content .cat_item .cat_img .interior {
	position: relative;
	overflow: hidden;
	background: #eee;
	/*width: 150px;
	height: 150px;*/
	margin: 5px auto;
	text-align: center;
	}

#content .cat_item .cat_img img {
	}

#content .cat_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 .rel_img {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 10px 0px 0;
	padding: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	background: #eee;
	}

#content .rel_item .rel_img .interior {
	position: relative;
	overflow: hidden;
	background: #eee;
	width: 40px;
	height: 40px;
	margin: 5px auto;
	}

#content .rel_item .rel_img img {
	}


/* ----------------------------------- */
#content #carac_tech {
	margin: 10px 0;
	}

#content #carac_tech td, #content #carac_tech th {
	padding: 3px 5px;
	}

#content #carac_tech tr.sombra {
	background: #eee;
	}

#content #carac_tech th {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	}

#content #carac_tech td {
	text-align: left;
	width: 80%;
	font-weight: bold;
	}

	
#content #imagenes img {
	border:5px solid #DFDFDF;
	margin:7px 15px 7px 0;
	}
	
