body{
    overflow-x: hidden;
    }
.cabecera{
    margin-top:60px;

}
.inicio{
    text-align:center;
    margin-bottom:20px;
}
@media (min-width:1200px) {
    body{
    overflow-x: hidden;
}
}

.gobiernodemexico{
    padding-top:20px;
    background-color:#0b231e;
}
.blanco{
    color:white !important;
}
.footercenidet{
    padding-top:20px;
    background-color:#1B396A;
    color:white;
    text-align:center;
}
.boton{
    max-width:50%;
    text-align:center;
    margin-left:25%;
}
.listadeservicios{
    margin-top:15px;
}
.table>tbody {
vertical-align: middle;
}
p, li{
    font-size:20px !important;
    list-style: none;
}
td{
    font-weight:700;
}
.buscar{
    margin-right:5px;
}
.chosen-container{
    width: 50% !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.chosen-container-active .chosen-choices{
    width: 100% !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}