body { 
        background: white;
        margin-top: 50px;
}

a:link, a:active, a:visited, a:hover {
        font-weight: bold;
        font-size: 12px;
        color: #ffffff;
        font-family: arial, verdana, helvetica, sans-serif;
        text-decoration: none;
}

span.link_grande a {
        color: #666 !important;
        font-size: 32px !important;
        font-weight: normal !important;
        font-family: Verdana !important;
        margin: 20px 5px 0 0 !important;
}

#franja_amarilla {
        width: 700px; 
        height: 60px; 
        background: #f7e017; 
        margin: 0 auto;
}

#franja_amarilla #inicio {
        position: relative; 
        left: 5px; 
        top: 35px;
}

#logo {
        width: 700px; 
        height: 65px; 
        margin: 0 auto;
}

#franja_negra {
        width: 700px;
        min-height: 50px !important;
        margin: 0 auto;
        background: black;
        text-align: right;
        padding-top: 10px;
        color: white;
}

#franja_negra table {
        width: 100%;
        height: 100%;
}

#franja_negra td#izquierda {
        width: 60%;
        text-align: left;
}

#franja_negra td#derecha {
        width: 40%;
        vertical-align: top;
}

#contenido_extra {
        width: 700px;
        margin: 10px auto;
}

ul#lista_obras {
        list-style-type: disc;
        list-style-position: inside;
        color: white;
}

ul#lista_obras li {
        padding: none;
        margin: none;
        color: white;
}

ul#lista_obras li a {
        margin: none;
        padding: none;
        
}
