table.inscripcion {
    font-size: x-small;
}

table.inscripcion td, table.inscripcion th {
    border: .2em solid white !important;
    padding: 0px !important;
}

table.inscripcion thead {
    background-color: #5ccdcd;
    color: white;
}

table.inscripcion .titulo{
  height: 30px;
}

table.inscripcion .tipo-matricula {
    background-color: #FF0066;
    color: white;
}

table.inscripcion .online {
    background-color: #ed7d31;
    color: white;

    width: 1.5em;
}

table.inscripcion .online div {
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* IE6,IE7 */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90.0deg);
}

table.inscripcion .certificado-digital {
    background-color: #f7CAAC;
}

table.inscripcion .envio-postal {
    background-color: #ffccff;
}

table.inscripcion .envio-postal-fuera-peninsula {
    background-color: #b4c6e7;
}

table.inscripcion .presencial {
    background-color: #c5e0b3;
}

table.inscripcion .negrita {
    font-weight: bold;
    font-size: 1.3em;
    height: 25px
}

table.inscripcion .precio {
    font-size: 1.3em;
    height: 25px
}

table.inscripcion .incremento {
    font-weight: bolder;
    font-size: 1.3em;
    color: red;
}

table.inscripcion .descuento {
    font-weight: bolder;
    font-size: 1.3em;
    color: green;
}

table.inscripcion .precio-revista-cientifica {
    background-color: #f7CAAC;
    font-weight: bolder;
    font-size: 1.3em;
    height: 25px;
}

table.inscripcion .precio-revista-titulo {
    background-color: #008080;
    color: white;
    font-weight: bolder;
    font-size: 1.3em;
    height: 35px;
}

table.inscripcion th {
    text-align: center;
    vertical-align: middle !important; /* Por culpa de Bootstrap */
}

table.inscripcion > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    font-size: 105%;
}
