.contenido-conocenos{
	background: #0c0c0c;
}

.conocenos{
	text-align: center;
	color: white;
}

#titulo_conocenos{
	display: none;
}

.formulario-agregar-oficina label{
	float: left;
}

.formulario-agregar-oficina span{
	float: left;
}

.formulario-agregar-oficina button{
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.formulario-agregar-oficina button:hover{
	background: black;
	color: white;
}

#nuestra-oficina{
	display: none;
	color: white;
}

.area-trabajo{
	width: 60%;
	height: 300px;
	float: left;
	display: none;
	margin-bottom: 1%;	
}

.area-trabajo img{
	width: 100%;
	height: 100%;
}

.area-trabajo-icono{
	background: white;
	width: 20%;
	height: 50px;
	margin-left: 40%;
	border-radius: 50%;
	display: none;
}

.area-trabajo-icono img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.area-trabajo-texto{
	width: 55%;
	height: 260px;
	margin-top: 3%;
	margin-left: -15%;
	float: left;
	background: rgba(0 , 0 , 0, 0.70);
	display: none;
	overflow-y: scroll;
}

.area-trabajo-texto h3{
	color: white;
	text-align: center;
}

.area-trabajo-texto p{
	margin-left: 1%;
	margin-right: 1%;
	color: white;
	text-align: justify;
	margin-top: 2%;
	font-family: none;
}

#personal-trabajo{
	display: none;
	color: white;
}

.personal-trabajo{
	width: 50%;
	height: 320px;
	border:solid black 2px;
	border-radius: 50%;
	float: left;
	margin-bottom: 1%;
	display: none;
}

.personal-trabajo img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.personal-trabajo-texto{
	width: 40%;
	height: 320px;
	float: left;
	margin-left: 2%;
	display: none;
	color: white;
	overflow-y: scroll;
}

.personal-trabajo-texto h4{
	text-align: center;
}

.personal-trabajo-icono{
	width: 20%;
	height: 50px;
	margin-left: 40%;
	border-radius: 50%;
	display: none;
}

.personal-trabajo-icono img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.personal-trabajo-texto p{
	font-family: none;
	text-align: justify;
	margin-left: 1%;
	margin-right: 1%;
}

#junta-trabajo{
	color: white;
}

/*formularios de edicion*/
.formulario-editar-oficina label{
	float: left;
	color: white;
}

.formulario-editar-oficina span{
	float: left;
	color: white;
}

.formulario-editar-oficina button{
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.formulario-editar-oficina button:hover{
	background: black;
	color: white;
}

.dian{
	text-align: center;
	color: white;
	font-family: Collage;
}

#pdf{
	float: left;
	width: 30px;
	height: 30px;
}

.tabla-documentacion td{
	margin-top: 10%;
}

.tabla-documentacion td a{
	margin-left: 2%;
	color:white;
}

.tabla-documentacion td img{
	
}