@CHARSET "UTF-8";

table.soluciones {
    width: auto;
    vertical-align: top;
}

table.soluciones td {
    vertical-align: top;
}

table.soluciones h2 {
    margin: 0;
    padding: 15px 5px 15px 5px;

    text-align: center;
    font-variant: small-caps;
    font-size: 16px;
}

table.soluciones h3 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px 20px 10px;
}

table.soluciones p {
    padding: 5px 10px 5px 10px;
    font-size: 11px;
    line-height: 14px;
}

col#separador_soluciones {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

col.column_soluciones {
    width: 375px;
    min-width: 375px;
    max-width: 375px;
}

table.una-solucion {
    background-color: #f0f0f0;
    margin-bottom: 30px;

    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;

    box-shadow: 0 0 5px 5px gray;
    -moz-box-shadow: 0 0 5px 5px gray;
    -o-box-shadow: 0 0 5px 5px gray;
    -webkit-box-shadow: 0 0 5px 5px gray;
}

table#esta-solucion {
    width: 99%;
    height: 280px;
    max-height: 280px;
    
    margin-bottom: 30px;

    background-color: #f0f0f0;

    box-shadow: 0 0 5px 5px gray;
    -moz-box-shadow: 0 0 5px 5px gray;
    -o-box-shadow: 0 0 5px 5px gray;
    -webkit-box-shadow: 0 0 5px 5px gray;
}

table#esta-solucion td {
    vertical-align: top;
}

table#esta-solucion td#nombre-solucion {
    background-color: #222;
    height: 100%;
}

table#esta-solucion h1 {
    margin: 0;
    padding: 20px;

    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: white;
    
    border: none;
}

table#esta-solucion h2 {
    padding: 10px 35px 5px 20px;
    margin: 0;

    font-size: 14px;
    font-weight: normal;
    color: black;

    text-align: right;
}

table#esta-solucion img {
    margin: 0;
}

table#esta-solucion p,
table#copias p {
    margin: 0;
    padding: 10px;

    font-size: 11px;
    line-height: 14px;
}

table#copias {
    float: right;

    margin-top: -30px;
    margin-bottom: 20px;
    margin-right: 1%;

    width: 600px;
    
    background-color: #f0f0f0;
    border: 1px solid gray;
}

table#copias td {
    vertical-align: middle;
}

table#copias img {
    max-width: 150px;
    height: 112px;
    
    margin: 0;
}

div#mas-soluciones {
    margin-top: 20px;
    margin-bottom: 20px;

    font-size: 10px;
    color: gray;
}

div#mas-soluciones div {
    height: 150px;
    overflow: hidden;
}