/*organigrama*/
.contene_organi {
		position:relative; left:0px; top:0px;
		height:408px;
		width:526px; 
}
.organi_n1 {
	height:234px;
	width:526px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	visibility: visible;
}
.organi_n2 {
	height:173px;
	width:526px;
	position:absolute;
	left:0px;
	top:234px;
	z-index:2;
	visibility: visible;
}
.organi_comp {
	background-image: url(imagenes/organigrama1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:406px;
	width:526px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	visibility: visible;
}
.organi_n1_img {
	background-image: url(imagenes/org_iman1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:306px;
	width:770px;
	position:absolute;
	left:-215px;
	top:-15px;
	z-index:3;
	visibility:hidden;
}
.organi_n2_img {
	background-image: url(imagenes/org_iman2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:243px;
	width:770px;
	position:absolute;
	left:-215px;
	top:80px;
	z-index:3;
	visibility:hidden;
}

