body{
	background: #ecf1f7;
	font-family: "Poppins", sans-serif;

}
.headerParteLogo{
	width: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.logotipo{
	width: 80%;
}

.wrapper {
        display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
form{
	display: grid;
}
.formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #ffffff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 6px 22px 7px rgb(39 58 145 / 20%);
    text-align: center;

}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
h2{
	color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
    display: inline-block;
}

.loginUsername, .loginPassword {
   background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: grid;
    font-size: 16px;
  
    position: relative;
    width: 60%;
    left: 13%;
    margin: 10px 0px 10px 0px;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.login_user{
	cursor: pointer;
    background-color: #085078;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.botonesTipo{
	border: 1px solid rgba(39,58,145,1);
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(180deg, rgb(124, 128, 255) 0%, rgb(66, 92, 211) 10%, rgba(39,58,145,1) 75%, rgb(0, 4, 82) 100%);
    cursor: pointer;
    padding: 10px;
}

.botonesTipo:hover{
	text-shadow: 0px 0px 4px white;
}

.headerParteLogo{
        width: 100%;
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    background: #fff;
        box-shadow: 0px 0px 3px 3px white;
}

.contenidoAcceso{
    position: relative;
    top: 100px;
}

.btnCerrarSession {
   font-size: 1.8em;
    text-align: center;
    display: grid;
    align-items: center;
}

.botonOFF {
    width: 45px;
    left: 41.5%;
    position: relative;
    top: 7px;
    cursor: pointer;
    color: #6c0000;
    border-radius: 60px;
    height: 45px;
    padding-top: 2px;
    padding-right: 1px;
    padding-bottom: -5px !important;
    border: 1px solid #ff9d9d;
    background: #ffe1e1;
    display: grid;
    justify-items: center;
    align-items: center;
}


/*-----TABLA DE BUSQUEDAS----*/
.divTablaFormadores{
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    background-color: rgba(248, 254, 255, 0.559);
    padding: 20px;
    border-radius: 10px;
    top: 60px;
}

.conteniendoTablaVerFormadores{
        overflow-y: scroll;
    
    height: 450px;

}

.tablaDeVerFormadores{
    border-collapse: collapse;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
   font-size: 0.8em;
    white-space: normal;
    background-color: whitesmoke;
    width: 100%;
    border-radius: 6px;
    overflow: scroll;
    text-align: center;
}

.tablaHeadOnlyFormadores{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    background: #141d48;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px 1px 10px 0px;
        display: -webkit-inline-box;
}


.tablaDeVerFormadores tr td:nth-child(1),.tablaHeadOnlyFormadores div:nth-child(1){
    width: 12%;
}
.tablaDeVerFormadores tr td:nth-child(2),.tablaHeadOnlyFormadores div:nth-child(2){
    width: 14%
}
.tablaDeVerFormadores tr td:nth-child(3),.tablaHeadOnlyFormadores div:nth-child(3){
    width: 15%
}
.tablaDeVerFormadores tr td:nth-child(4),.tablaHeadOnlyFormadores div:nth-child(4){
    width: 11%
}
.tablaDeVerFormadores tr td:nth-child(5),.tablaHeadOnlyFormadores div:nth-child(5){
    width: 47%
}


.tablaDeVerFormadores tbody tr{
    height: 45px;
    cursor:pointer;
}

.tablaDeVerFormadores tbody tr:nth-child(odd){
    background: #e5e5e5;
}

.tablaDeVerFormadores tbody tr:hover{
    background: #8acccf38;;
}

.conjuntoBusquedaYnuevoFormadores{
        display: grid;
        grid-template-columns: 1.2fr 0.7fr 0.7fr;
    align-items: center;
    justify-items: center;
}

.inputBusquedaFormadores{
    padding: 10px;
    width: 200px;
    height: 50px;
    border: 2px solid #bdc9ff;
    border-radius: 50px;
    box-sizing: border-box;
    color: #000000;
    outline: none;
    font-family: "Poppins";
    position: relative;
    margin-bottom: 15px;
}
.tituloTablaDeFormadores{
    text-shadow: 0px 1px 3px #000000;
    border-radius: 100px;
    background: #1f264924;
    text-align: center;
    border-bottom: 1px solid #141d48;
    color: #fff;
}

.botonesDePaginacion {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    grid-gap: 10px;
    width: 95%;
    left: 2.5%;
    position: relative;
    top: 5px;
    border-radius: 5px;
    border-top: 1px solid #141d48;
}

.botonesDePaginacion button {
    padding: 6px;
    font-size: 1.3em;
    border-radius: 5px 5px 41px 5px;
    cursor: pointer;
    background: linear-gradient(269deg, rgb(124, 128, 255) 0%, rgb(66, 92, 211) 10%, rgba(39,58,145,1) 75%, rgb(0, 4, 82) 100%);
    color: #fff;
    border: none;
    border-left: 1px solid #053852;
    box-shadow: inset 12px 0px 8px -8px #053c59;
}

.botonesDePaginacion button:hover {
text-shadow: 0px 0px 4px white;
}


/*-------------filtro--------------------*/
.conjuntoRegistrosEspecificos{
   position: absolute;
    top: 67px;
   
    right: 7%;
    width: 14%;
    text-align: center;
    display: grid;
    grid-gap: 6px;
}
.muestraCantidadDeRegistro{
box-shadow: 0px 0px 5px 0px #05176a;
    background: #05176a;
    display: grid;
    color: #fff;
    border-radius: 15px;
}
.muestraCantidadDeRegistro div{
    
    font-size: 10px;
}

.muestraCantidadDeRegistro span {
    width: 50%;
    font-size: 18px;
    background: linear-gradient(180deg, rgb(0 6 188) 0%, rgb(10 31 126) 10%, rgb(0 15 84) 75%, rgb(0 0 0) 100%);
    padding: 5px;
    color: #fff;
    border-radius: 50px;
    left: 22%;
    position: relative;
}
/*------APARTADO FILTRO BUSQUEDA------*/
.backBuscarContenido1{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000000a3;
}
.buscarContenido1{
    width: 80%;
    position: relative;
    height: 80%;
    background: white;
    left: 10%;
    top: 5%;
    border-radius: 7px;
    box-shadow: 2px 2px 18px 0px black;
}

.elegirBusquedaEspecifica{
       padding: 10px;
    background: #f5f5f5;
    position: relative;
    overflow-y: scroll;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 350px;
    grid-gap: 30px;
    justify-items: center;
    top: 55px;
    width: 90%;
    left: 5%;
    border-radius: 15px;

}

select[class^="selectEleccion"]{
    width: 100%;
    font-size: 1.2em;
    border-radius: 8px;
    border: 1px solid #3482a9;
    grid-area:selecPrincipal;
}

select[class^="buscaSelec"]{
    width: 100%;
    font-size: 1em;
    border-radius: 8px;
    border: 1px solid #34a9a9;
}

.quitarestapantalla {
    position: absolute;
    right: 30px;
    top: 10px;
}

.botonSalirVentana {
    padding-top: 2px;
    padding-right: 6px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    background: #a10000;
    color: white;
    border: 1px solid #5c0000;
    border-radius: 7px;
    justify-items: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

button.quitarOtraBusqueda {
    cursor: pointer;
    background: #570000;
    color: #fff;
    border-radius: 15px;
    grid-area: btnQuitaBusqueda;
    height: 27px;
    border: none;
}

.botonesFijosFiltroBusqueda{
   display: grid;
   grid-gap:100px;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 80%;
    left: 10%;
    justify-items: stretch;
    align-items: center;
}

.botonesFijosFiltroBusqueda button{
    font-size: 1.1em;
    font-weight: bold;


}


/*--------APARTADO VER CONTENIDO PROFESOR------*/
.verContenido1{
        position: relative;
    display: block;
    top: 150px;
}


.nombreDeFormador{
     display: grid;
    grid-template-columns: 1fr 0.05fr;
    align-items: center;
    grid-area:nombreFormador;
    font-size: 1.5em;
    font-weight: bold;

}
.fotoDeFormador{
     background-position-y: center;
    background-position-x: center;
    background-size: cover;
    border: 2px solid #085078;;
    border-radius: 4px;
    width: 200px;
    height: 200px;
    grid-area:fotoFormador;
}
.datosPersonalesFormador{
    top: 45px;
    grid-area: datosFormador;
    position: absolute;
}
.datosPersonalesFormador div{
    margin-top:7px;
}
.otrosDatosFormador{
    grid-area:otrosFormador;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #f0fcff;
    border-bottom-left-radius: 20px;
}

.otrosArchivosSubidosPorFormador{
    position: absolute;
    grid-area: otrosArchivosDeFormador;
    top: 1px;
}
.otrosArchivosSubidosPorFormador div{
    margin-top:7px;
}
.otroDatosFormador div{
    margin-top:7px;
}

.otrosDatosFormador h2{
        width: 80%;
}

.btnAgregarCursoAformador{
        background: #085078;
    font-size: 1.3em;
    width: 90%;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 4px 10px 4px 10px;
}

.btnAdminFormadores{
    grid-area:btnVerFormador;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    align-items: center;
    width: 90%;
    top: -45px;
    grid-gap: 15px;
    position: relative;

}

.plantillaGridFormador{
    padding: 0% 5% 0% 5%;
    display: grid;
    grid-template-areas:
        'nombreFormador nombreFormador'
        'datosFormador otrosArchivosDeFormador';
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 125px 1fr;
    border-radius: 5px;
    background: #fff;
    height: 800px;
    width: 80%;
    left: 5%;
    position: relative;
    top: 5px;
    justify-items: center;
    align-items: center;
    grid-gap: 0px 50px;
    padding-bottom: 150px;

}

.irAtrasDesdeVerFormador{
    position: absolute;
    border: 1px solid rgba(39,58,145,1);
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(180deg, rgb(124, 128, 255) 0%, rgb(66, 92, 211) 10%, rgba(39,58,145,1) 75%, rgb(0, 4, 82) 100%);
    cursor: pointer;
    padding: 10px;
    left: 20px;
    top: 20px;
}

.botonDescargaArchivo{

        border: 1px solid rgba(39,58,145,1);
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
  
    background: linear-gradient(180deg, rgb(124, 128, 255) 0%, rgb(66, 92, 211) 10%, rgba(39,58,145,1) 75%, rgb(0, 4, 82) 100%);
    cursor: pointer;
    padding: 10px;
}


.botonDescargaCurriculum{
    padding: 5px 40px 5px 40px;
    font-size: 17px;
    margin-left: 15%;
}

.botonDescargaArchivo a{
    text-decoration: none;
      color: #fff;
}