/*CONTENEDOR DE USUARIO*/
@import 'variablesGlobales.css';
.contenedorempresa{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #D5D5D5;
}

.empresa1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 10%;
	margin: 2px;
	background-color: #3B3B3B;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	padding: 1%;
}

.tituloempresa{
	color: white;
}

.empresa2{
	display: flex;
	flex-direction: column;
	height: 40%;
	margin: 1px;
	background-color: #3B3B3B;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    padding: 2px;
}


.empresa3{
	display: flex;
	height: 60%;
	margin: 1px;
	background-color: #3B3B3B;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.contenedorfromempresa{
    display: flex;
    flex-direction: row;
    height: 80%;
	width: 100%;
	
}

.empresa2left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 50%;
}
.empresa2right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 50%;
}

.contenedorbotonfromempresa{
	display: flex;
    justify-content: center;

}

.inputcontenedorempresa1{
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 30%;
}

.inputcontenedorempresa2{
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 30%;
}

.labelempresa{
	font-size: 20px;
	color: white;
}

.titulofromularioempresa{
	font-size: 20px;
	padding-top: 30px;
	color: white;
}

.grupoinputsempresa{
	margin: 0;
	width: 60%;

}

.grupoinputsempresa1{
	margin: 20px;
	width: 60%;
}

.btneditarempresa{
	margin-right: 10px;
	height: 38px;
	width: 38px;
	padding: 0px;
}

.tablascrollempresa{
	overflow-y:auto;
	margin:0; 
}

.contenedoradminempresa{
	display: flex;
	flex-direction: column;
	/*justify-content: center;
	align-content: center;*/
	align-items: center;
}

.usuarioadminempresa{
	display: flex;
	flex-direction: row;
}

.Rojolicencia{
	color: red;
}
.Verdelicencia{
	color: green;
}

.rela_contenedor_1{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 50%;
}.rela_contenedor_select{
	display: flex;
	justify-content: center;
	height: 10%;
	width: 100%;
	align-items: center;	
}.rela_contenedor_1_tabla{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.rela_contenedor_2{
	display: flex;
	width: 50%;
	/* background-color: rgb(144, 60, 60); */
}

.rela_contenedor_2_tabla{
	width: 100%;
	height: 100%;
	overflow: auto;
}



