body{
    background-color: rgb(197, 198, 200);
}




#panel-de-acceso-tecnicos-AwkyedMC{
    background-color: rgba(205, 208, 211, 0.625);
    display: block;
    margin-top: 30px;
}


#accedecontusdatostitulo{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: steelblue;
}
#inputsAccesoTecnico{
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;

}
#segundosdatosacceso{
    display: flex;
    flex-direction: column;
}

/*----------------OCULTAR PANEL TECNICOS--*/





/*---------------------------------------PANEL-----*/
#panel-tecnicos-awkyedMotorcicles{
    display: none;
}



#tituloPanelTecnicos{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
#tituloPanelTecnicos img{
    height: 150px;
}
#tituloPanelTecnicos h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


#seccionGuiasTecnicos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


#seccionGuiasTecnicosH3 h3{
    color: steelblue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;

}

#tecnicoInfo{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#navegacion{
    display: flex;
    justify-content: center;
}

/*---------*/
.GuiasInfoSolas{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgb(206, 208, 210);
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.GuiasInfoSolas p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgba(2, 38, 68, 0.996);
}



/*------------PANEL RECLUTAMIEWNTO--*/
#panel-de-reclitamiento{
    display: block;
    justify-content: center;
    background-color: rgba(205, 208, 211, 0.625);
    margin-top: 50px;

}
#descripcionreclutar{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: rgb(70, 158, 180);
}
#tituloPanelTecnicos{
    justify-content: space-evenly;
}