﻿.formulario{
    display: inline-block;
}
.linkTabla {
    text-align: center !important;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #767171;
}

    .linkTabla :hover {
        text-decoration: none;
        color: #010E81 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
.tabInfoP td, .tabInfoP th {
    vertical-align: inherit !important;
}
.tabInfoP td:first-child {
    min-width: 180px;
}
.tabInfoP td:nth-child(2) {
    min-width: 300px;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 60% !important;
        margin: 1.75rem auto !important;
    }
}