.ministro {
  background-image: url("imagenes/Jessica_Lopez.png");
  background-color: #cccccc;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
 
	
}
.subsecretario {
  background-image: url("imagenes/Jose_Andres_Herrera.jpg");
  background-color: #cccccc;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

.centrar {
	margin:10px;
	text-align:center;
}

.organigrama {
	position: relative;
	left: 30px;
}

.oculto {
	display: block;
}

.blanco {
	color: white;
}
