* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

#contenedor-login-p {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #021D49;
	align-content: center;
}

#contenedor-form {
	width: 30%;
	height: auto;
	background-color: white;
	padding: 50px 40px;
}

#img-login {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.centrar-login {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Ruda', sans-serif;
	color: #021D49;
}

.label-login {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 20px;
}

.caja-texto {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border: 1px #A7A8A9 solid;
	margin-top: 3px;
	border-radius: 15px;
	padding: 5px 20px;
}

.caja-info {
	margin: 30px 0px;
}

.menu-lat-btn {
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
	outline: none;
}

.btn-propuesta {
	background-color: transparent;
	border: none;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #337AB7;
	outline: none;
}

#btnenviar {	
 	font-family: 'Open Sans', sans-serif;
 	background-color: #A7A8A9;
 	border: none;
 	border-radius: 50px;
 	width: 150px;
 	height: 40px;
 	transition: .2s;
 	color: #f6f6f6;
 	font-size: 16px;
 	outline: none;
}

#btnenviar:hover {
	background-color: #424343;
	transition: .3s;
}

#menuPC {
	height: 100%;
}

#tituloacceso {
	text-align: left;
	margin: 20%;
	margin-bottom: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	text-transform: none;
}

#btnRegresar {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;	
	margin: 1% 21%;
	width: 100px;
	height: 40px;
	background-color: #289FCE;
	color: white;
}

article #loguin {
	height: 100%;
}

#agregar {
	text-indent: 10px;	
}

#logoprin {
	height: 100%;
	float: left;
	width: 20%;
}

#titulosgc {
	vertical-align: middle;
}

#nombreprograma {
	float: right;
	width: 80%;
}

#nombreprograma h1 {
	vertical-align: middle;
	font-size: 35px;
}

#btnvp {
	font-size: 14px;
}

#btnFormulario {
	color: black;
	background-color: transparent;
	border: none;
	outline: none;
}

img { 
	width: 100%;
 }

 #imagenP {
 	width: 85%;
 	height: 450px;
 	margin: auto;
 	padding: 0;
 	margin: 0;
 }

 #imgMovi {
 	width: 20px;
 	height: 20px;
 }

#titulo h3 {
 	color: #021D49;
 	font-size: 32px;
 	font-family: 'Ruda', sans-serif;
 }

 h2, h3 {
	font-style: normal;
 }

 #btnDoc {
	font-style: normal;
	font-size: 10px;
	text-decoration: none;
 	color: black;
 }

 h1 {
	text-align: center;
	font-size: 39px;
	padding: 10px 40px;
	color: #2E3192;
	text-align: center;
	text-transform: uppercase;
}

a, dt, dd {
	color: white;
	margin-bottom: 1rem;
}

.anclas {
	text-decoration: none;
}

/*Aqui modificamos el menu*/

#menu-lat-usuario {
	margin: 0px 15px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

.estilo-menu {
	font-weight: 300;
}

.estilo-sub-menu {
	margin-left: 20px;
	font-weight: 300;
}

#menusinluz:hover {
	text-decoration: none;
	color: white;
}

dd:hover, dt:hover {
	transition: .1s;
	background-color: #01AFEB;
}

#leyenda {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#textoleyenda {
	margin-right: 5px;
	font-size: 16px;
}

#cuadro {
	width: 13px;
	background: #255286;
	height: 13px;
}

.btnOrganigrama {
	font-family: 'Open Sans', sans-serif;
	margin-left: 10px;
	vertical-align: middle;
	background-color: red;
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px;
}

.btnOrganigrama:hover {
	text-decoration: none;
	color: white;
}

#botonesPrin {
	width: 40%;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
	}

#loguin {
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: right;
	width: 100%;
	clear: both;
	background-color: #01AFEB;
}

table.dataTable tbody tr:hover  {
	background-color: #8AD8F3;
	transition: .1s ease;
}

.rojo {
	background-color: red;
}

.amarillo {
	background-color: yellow;
}

.verde {
	background-color: #56EC57;
}

#inputpagini {
	width: 300px;
	border: none;
	border-bottom: 1px white solid;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 25px;
	background-color: transparent;
	color: white;
}

td, label, p {
	line-height: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.foo {
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

#contrasena {
	text-transform: none;
}

th {
	text-align: center;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#menu {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}

#derecha {
	position: relative;
	height: 100%;
	width: 80%;
	margin: 10px;
	text-align: center;
}

#menuizq {
	min-height: 100%;
	max-height: 2000px;
	width: 20%;
	background-color: #021D49;
	position: relative;
}

dt{
	padding-left: 10px;
}

dd {
	padding-left: 30px;
}

.modal {
	color: black;
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	left: 50%;
	top: 50%;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.5); /* Black w/ opacity */
	padding: 50px 20px;
	overflow-y: initial !important;
}

/* Modal Content/Box */
.modal-content {
	vertical-align: middle;
  	background-color: #fefefe;
  	margin: auto; /* 15% from the top and centered */
	height: 250px;
    
  	padding: 50px 40px;
  	height: auto;
  	width: 40%; /* Could be more or less, depending on screen size */
}

#logr {
	border: none;
	border-bottom: 1px black solid;
	background: transparent;
	margin: auto;
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.btnreg {
	margin-top: 10px;
	background-color: red;
	color: white;
	font-size: 14px;
	border: none;
	width: 80px;
	height: 40px;
}

#encabezadoDer {
	display: flex;
}

#tituloIndex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-align: center;
}

#titulo {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 20px 0;
}

#btnNuevo {
	text-align: right;
	margin: 0;
	margin-right: 1%;
	width: 10%;
}

#myBtn {
	margin: 0;
}

.titulosmenu {
	margin-bottom: 0px;
	margin-top: 10px;
}

.titulosmenu:hover {
	background-color: transparent;
}

input {
  width: 100%;
  border: none;
  font-family: 'Open Sans', sans-serif;
	font-style: normal;
  font-size: 20px;
  outline: none;
}

#btnActualizar {
	width: 15%;
	font-size: 13px;
	height: 30px;
	margin-bottom: 10px;
}

#inputver {
	border-bottom: 1px black solid;
	font-size: 13px;
	width: 300px;
}

td {
	vertical-align: top;
}

#labelver {
	font-size: 12px;
}

.dataTables_info {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 10px;
}

.paginate_button {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 10px;
}

#tabla_wrapper {
	width: 100%;
}

.table.dataTable, .no-footer {
	margin: 0px;
}

#menuMovil {
	display: none;
}

#menuMovilAdmi {
	display: none;
}

footer {
	width: 100%;
	background-color: #2E3096;
	text-align: center;
	color: white;
	font-size: 12px;
	padding: 8px;
	bottom: 0;
	height: 30px;
	text-transform: unset;
}

.inputver {
	border-bottom: 1px black solid;
	font-size: 13px;
	width: 300px;
}

.comentario {
	border: 1px black solid;
	font-size: 13px;
	width: 300px;
	height: 80px;
}

.btnAct {
	padding: 8px 15px;
	font-size: 15px;
	width: 40%;
}

.contenedorboton {
	width: 100%;
	text-align: center;
}

select {
	border-color: transparent;
}

/*----NUEVO DISEÑO----*/

#contedor-general {
	width: 100%;
	min-height: 100vh;
	display: flex;
}

#menuLatIzql {
	width: 20%;
	min-height: 100vh;
	background-color: #021D49;
}

#menuLatDer {
	width: 80%;
	min-height: 100vh;
}

#header {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#bienvenida {
	width: 70%;
	margin-left: 10px;
}

#iconos-derecha {
	width: 30%;
	margin: 10px 20px;
}

.iconos-sesion {
	width: 100%;
	display: flex;
	text-align: center;
	height: 100%;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: flex-end;
	/*width: 15%;*/
}

#logoPrin{
	width: 60%;
	margin: auto;
}

.fa-sign-out-alt, .fa-bell {
	margin-left: 5px;
	font-size: 20px;
	height: 100%;
	color: #A7A8A9;
	transition: .3s;
}

.fa-sign-out-alt:hover, .fa-bell:hover {
	color: #424343;
	transition: .5s;
}

.btnSalir {
	font-size: 14px;
 	font-family: 'Open Sans', sans-serif;
 	font-weight: bold;
}

.tutus {
	text-transform: uppercase;
	text-align: left;
	font-family: 'Ruda', sans-serif;
	font-size: 22px;
}

.estilonuevo {
	color: #2E3096;
 	text-transform: uppercase;
 	font-size: 14px;
 	font-family: 'Open Sans', sans-serif;
}

#contenido-principal {
	height: auto;
	width: 95%;
	margin: auto;
}

#vista-actualizar {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	padding-bottom: 100px;
}

#formulario-actualizar {
	padding-top: 20px;
	width: 50%;
}

.caja-actualizar {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px 0;
}

.label-formulario {
	width: 180px;
	text-align: right;
}

.label-formulario, .editarTD {
	font-size: 14px;
}

.editarTD {
	margin-left: .5rem;
	margin-bottom: .5rem;
	width: 300px;
	text-align: left;
	border-bottom: 1px black solid;
}

#btn-form {
	padding-top: 50px;
	display: flex;
	justify-content: center;
}

.btn-form-act {
	margin: 0px 10px;
	font-size: 16px;
	background-color: rgb(167, 168, 169);
	color: white;
	border: none;
	width: 150px;
	height: 50px;
	border-radius: 50px;
	transition: .2s;
	outline: none;
}

.btn-form-act:hover {
	background-color: rgb(57, 58, 59);
	transition: .1s;
}

.btn-form-act:active {
	
}

#sub-titulo {
	padding-top: 50px;
	text-align: center;
	color: #021D49;
 	font-size: 12px;
 	font-family: 'Ruda', sans-serif;	
}

#titulo-nuevo {
	text-align: center;
	color: #021D49;
 	font-family: 'Ruda', sans-serif;
 	padding-bottom: 10px;
 	text-transform: uppercase;
}

@media only screen and (max-width: 720px) {
    body {
    	width: 100%;
    }

    #contenedor-form {
	width: 90%;
    }

    #derecha {
    	margin: auto;
    }

    #menuPC {
    	display: none;
    }

    #menuMovil, #menuMovilAdmi {
		display: block;
	}

    #menuh ul {
    	position: absolute;
    	width: 100%;
    	left: -100%;
    	overflow: hidden;
    	transition: left .5s;
   		margin-top: 40.5%;
    	z-index: 10;
    }

    #menuh ul.open-menuh {
    	left: 0;
    }

    #menuh ul li {
    	padding-top: 10px;
    	text-align: center;
    	list-style: none;
		width: 100%;
		height: 40px;
		background-color: #2E3192;
    }

    .btn {
    	color: white;
    	text-decoration: none;
    }

	#hamburguesa {
		width: 10%;
		height: 100%;
		padding: 13px 15px;
		float: left;
		font-size: 20px;
		color: white;
	}

	#nombreprograma {
		padding: 0;
		margin: 0;
		width: 100%;
		height: 50px;
		background-color: #01AFEB;
	}

	#nombreprograma h1 {
		text-align: center;
		width: 90%;
		height: 100%;
		font-size: 18px;
		float: right;
		color: white;
		margin: 0;
		padding: 0;
		line-height: 50px;
	}

	#logoprin {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#menuizq {
		display: none;
		margin: 0;
		padding: 0;
		width: 0;
	}

	#derecha {
		width: 100%;
		margin: 10px;
		text-align: center;
	}

	#tabla {
		width: 100%;
	}

	.modal-content {
		margin: auto;
		padding: 10px;
		height: auto;
		width: 95%; 
	}

	#inputver {
		width: 100%;
	}

	#btnActualizar {
		width: 30%;
	}

	#editarTD {
		width: 100px;
	}

	#barra {
		width: 100%;
	}

	#logo {
		width: 100%;
	}

	form {
		width: 85%;
		margin: auto;
	}

	.label-login {
		text-align: left;
		font-size: 16px;
	}

	#loguin {
		text-align: left;
		height: 80vh;
	}

	#inputpagini, #btnenviar  {
		font-size: 16px;
		width: 100%;
	}

	#tituloacceso {
		margin-top:35%;
		font-size: 20px;
	}

	#titulo {
		display: block;
	}

	#botonesPrin {
		display: flex;
		justify-content: center;
		height: 100%;
		align-items: center;
		width: 100%;
	}

	#btnRegresar {
		font-family: 'Open Sans', sans-serif;
	font-style: normal;	
		margin: 1% 21%;
		width: 80px;
		height: 35px;
		background-color: #289FCE;
		color: white;
		font-size: 14px;
	}

	#leyenda {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#textoleyenda {
		width: 90%;
		margin-right: 0;
		font-size: 12px;
	}

	#cuadro {
		width: 10%;
		width: 13px;
		background: #255286;
		height: 13px;
	}

	.btnOrganigrama {
		font-family: 'Open Sans', sans-serif;
	    font-style: normal;
		background-color: red;
		color: white;
		margin: 10px;
		font-size: 11px;
		text-transform: uppercase;
	}

	#encabezadoDer {
		display: block;
	}

	#btnNuevo {
		margin: auto;
		margin-top: 20px;
		text-align: left;
		width: 95%;
		display: block;
	}

}