/* CSS Document */

#titulo_seccion {
	position:relative;
	height:1.2em;
	margin-top:1.2em;
	width:900px;
	font-weight:bold;
	margin-bottom:2em;
}

*html #titulo_seccion {
	margin-top:3em;
}

#titulo_seccion_left {
	position:relative;
	width:450px;
	text-align:right;
}

#titulo_seccion_right {
	position:relative;
	float:right;
	height:1.7em;
	width:450px;
}

/* \*/
#titulo_seccion_right {
	height:1.3em;
}
/* */

*html #titulo_seccion_left {
	float:left;
	padding-bottom:0.1em;
	padding-top:0.1em;
}

#ficha {
	position:relative;
	min-height:84px;
	margin-left:29px;
	margin-right:29px;
	padding:1em;
	background-image:url(../images/boxes_sectores/916701.jpg);
	background-repeat: no-repeat;
}

*html #ficha {
	width:843px;
	margin-right:0px;
}


#col_izq {
	position:relative;
	width:342px;
	margin-top:3em;
	margin-left:3em;
}

*html #col_izq {
	margin-top:4em;
}

#col_der {
	position:relative;
	float:right;
	width:342px;
	margin-top:3em;
	margin-right:2em;
}

*html #col_der{
	margin-right:1em;
}

.sector_box {
	border-width:1px;
	border-style:solid;
	margin-bottom:2em;
}

.title_sector {
	background-image:url(../images/zoom_list_sectores.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:1.6em;
	margin-bottom:0.5em;
	color:white;
	font-weight:bold;
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-right:0.5em;
}

a:hover .title_sector {
	text-decoration:underline;
}


.colaborador_item {
	margin-bottom:0.5em;
}

.colaborador_item a {
	text-decoration:underline;
}
