a, a:link, a:visited {
    text-decoration: none;
    color: black;
    font-weight: normal;
    background: transparent;
}

tr.controles {
    display: none
}

thead th {
    background: #CCC;
}

td {
    border-bottom: thin solid #EEE;
    height:25px;
    max-height: 25px;
    min-height: 25px;
    overflow:hidden;
}

a:link:after, a:visited:after {
    content: "";
}

.noimprimir {
    display: none
}

.imprimir {
    display: inline-block;
}

form {
    display: none
}

body {
    font-family: "Arial";
    font-weight: normal;
    margin: 20px;
}

.logo-coiig {
    width: 30%;
    display: block;
    float: none;
    clear: both;
}

h1, h2, h3 {
    color: #5EBB36;
}

.opciones-superiores {
    display: none;
}

.numerico {text-align: right}

td {
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

td{
    height:20px;
    min-height:20px;
    max-height:20px;
}

.colegiado {
    max-width:300px;
}