@import 'variablesGlobales.css';
.inputFecha {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}
.altoTabla{
    height: 10px;
}
.centrarNombre{
    text-align: center;
}

.tablaMando{
    padding: 10px;
    height: 80%;
}

.BOTONES3Diseño{
    margin: 10px;
    background: rgba(107,107,107,1);
    background: -moz-linear-gradient(left, rgba(107,107,107,1) 0%, rgba(145,145,145,1) 73%, rgba(145,145,145,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107,107,107,1)), color-stop(73%, rgba(145,145,145,1)), color-stop(100%, rgba(145,145,145,1)));
    background: -webkit-linear-gradient(left, rgba(107,107,107,1) 0%, rgba(145,145,145,1) 73%, rgba(145,145,145,1) 100%);
    background: -o-linear-gradient(left, rgba(107,107,107,1) 0%, rgba(145,145,145,1) 73%, rgba(145,145,145,1) 100%);
    background: -ms-linear-gradient(left, rgba(107,107,107,1) 0%, rgba(145,145,145,1) 73%, rgba(145,145,145,1) 100%);
    background: linear-gradient(to right, rgba(107,107,107,1) 0%, rgba(145,145,145,1) 73%, rgba(145,145,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#919191', GradientType=1 );
}
.botonAbajo{
    width: 33%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 10px; 
}
.botones3{
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px; 
}

.turnoespecifico{
    font: bold;
    font-size: 20px;
}

.logoMando{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    align-items: center;
    width: 400px;
}
.logoMando{
    justify-content: flex-start;
    width: 400px; 
}
.logo2empMando{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.botonP2{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.panelConfirmar
{
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.texto2
{
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.infoPersona{
    width: 240px;
    margin-bottom: 5%;
    opacity: 0.4
}

.llamarEspecifico{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.inputespecifico{
    width: 40%;  
    margin-left: 5px;
    margin-right:5px; 
}
