.articulo_modulo-articulo {
    background: white;
    padding: 20px;
    font-size: 0.8em;
}

div.articulo_descripcion_wrapper a {
    color: #0162A7;
}

div.articulo_descripcion_wrapper p.tituloportada {
    font-size: 2.1em;
    color: black;
    font-weight: bold;
}

span.subrayado {
    text-decoration: underline;
}

div.articulo_descripcion_wrapper table {
    border-collapse: collapse;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

div.articulo_descripcion_wrapper table tr {
    margin:0;
    padding:0;
}

div.articulo_descripcion_wrapper table td{
    margin:0;
    padding:3px 0;
}

a {
    color: #0162A7;
}

.tabla_contenido{
    width:100%;
    margin:0 auto;
    /*border: 1px solid #C0C0C0;*/
    max-width:990px;
}

div.tabla_contenido_int {
    margin: 0 30px;
}

img.imagen_cabecera, img.imagen_pie{
    margin: 0 10px 0 30px;
}

div.tabla_contenido_cuerpo{
    min-height:500px;
    position: relative;
}

.imagen_pie{
    text-align: right;
}

div.articulo_descripcion_wrapper table p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin:0;
    padding:8px 0;
}

table p.tituloportada{
    font-weight:bold;
    text-transform:uppercase;
    font-size: 20px;
    line-height: 22px;
    padding:15px 0;
}

table p.menu_opciones {
    text-align: right;
}

div.articulo_descripcion_wrapper table h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    padding: 15px 0 8px 0;
}

div.contenido_descripcion{
    margin:0;
    padding:15px 0;
}

/* botones anterior siguiente */

td#c3etdn {
    position: absolute;
    right: 0;
    top: 15px;
}

td#c3etdn table tbody tr td:first-child a {
    color: transparent;
    text-align: right;
    display: block;
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
}

td#c3etdn table tbody tr td:first-child a:after {
    display: inline-block;
    font-family: "FontAwesome";
    color: #005ede;
    content: "\f053";
    top: 8px;
    left: 8px;
    font-size: 14px;
    position:absolute;
}

td#c3etdn table tbody tr td:first-child div {
    display: none!important;
}

td#c3etdn table tbody tr td:last-child a {
    color: transparent;
    text-align: right;
    display: block;
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    border-radius: 100%;
    position: relative;
    margin-right: 10px
}

td#c3etdn table tbody tr td:last-child a:after {
    content: "\f054";
    display: inline-block;
    font-family: "FontAwesome";
    color: #005ede;
    top: 8px;
    left: 11px;
    font-size: 14px;
    position:absolute;

}

td#c3etdn table tbody tr td:last-child div {
    display: none!important;
}

.c3etdn {
    display: none;
}

p.menu_opciones a {
    margin-right: 16px;
    position: relative;
}

a.menu_opciones_activo {
    font-weight: bold;
    padding: 10px;
    background: #f0f0f0;
}

a.menu_opciones_activo:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -5px;
    width: 10px;
    display: block;
    height: 20px;
    color: #f0f0f0;
}

div.articulo_descripcion_wrapper ul{
    margin: 0 0 0 13px;
    padding: 0;
}

div.articulo_descripcion_wrapper ul li{
    padding: 8px 0;
    font-size: 14px;
    line-height:1.4em;
}


@media (max-width: 600px) {

    body{
        margin:0;
        padding:0;
    }

    .tabla_contenido{
        width:100%;
        border:none;
    }

    img.imagen_cabecera{
        width:100%;
    }

    img.imagen_pie{
        width:100%;
    }


    td#c3etdn {
        position: static;
        right: auto;
        top: auto;
    }

}
