h1{
	font-size:1.2em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}
.organigrama{text-align:center; width:58%; margin: 0 auto; margin-top:3em;}

/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
  height                : 20px;
  width                 : 4px;
}

.jOrgChart .down {
  background-color 		: black;	
  margin 				: 0px auto;
}

.jOrgChart .top {
  border-top          : 1px solid black;
}

.jOrgChart .left {
  border-right          : 2px solid black;
}

.jOrgChart .right {
  border-left           : 2px solid black;
}

/* node cell */
.jOrgChart td {
  text-align            : center;
  vertical-align        : top;
  padding               : 0;
}

/* The node */
.jOrgChart .node {
  background-color 		: #f1f1f1;
  display               : inline-block;
  width                 : 150px;
  height                : auto;
  z-index 				: 10;
  margin               : 0 2px;
  padding-top: 10px;
  color: #35363b;
  font-size: .8em;
  border: 2px solid #971726;
}

/* jQuery drag 'n drop */

.drag-active {
  border-style			: dotted !important;
}

.drop-hover {
  border-style			: solid !important;
  border-color 			: #E05E00 !important;
}
