                /*
    Hoja de estilo CSS para CV
*/
      
body { 
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    margin-left: 2%;
    margin-right: 2%;
}

a {
    text-decoration: underline;
}

a:link {
    color: blue;
    background-color: transparent;
}

a:visited {
    color: red;
    background-color: transparent;
}

a:hover {
    color: blue;
    background-color: yellow;
}

a.nohover:hover {
    background-color: transparent;
}

img.nohover:hover {
    background-color: transparent;
}

a img:hover {
    color: black;
    background-color: red;
}

font.eningles {
    color: green;
    background-color: transparent;
    font-style: italic;
}

font.producto {
    color: #aa8833;
    background-color: transparent;
    font-family: courier, monospace;
}

font.cita {
    color: #b77428;
    background-color: transparent;
    font-size: 9pt;
}

font.code {
    color: blue;
    background-color: transparent;
    font-family: monospace;
    font-size: 9pt;
}

img {
    border: none;
}

img.centro {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

td.arriba {
    vertical-align: top;
}

td.header {
    color: black;
    background-color: #BBBBBB;
}

td.navbar {
    color: black;
    padding-top: 8px;
    background-color: #BBBBBB;
}

td.separador {
    color: black;
    border: none;
    background-color: black;
}

td.pie {
    color: black;
    border: solid 1px black;
    background-color: #BBBBBB;
}

table {
    color: black;
    border-spacing: 0px;
    background-color: #DDDDDD;
}

table.externa {
    border: solid 5px black;
}

table.interna {
    border: none 0px;
}

p {
    color: black;
    background-color: transparent;
    text-align: justify;
    text-indent: 2em;
    margin-left: 3%;
    margin-right: 2%;
    font-size: 10pt;
}

p.oneliner {
    text-align: left;
    text-indent: 0em;
}

p.pie {
    text-align: center;
    font-style: italic;
    font-size: smaller;
}

div.cabecera {
    text-align: center;
    margin-bottom: 2em;
}

font.seccion {
    color: red;
    background-color: transparent;
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
}

hr {
    border: 0px;
    color: black;
    background-color: black;
    width: 75%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

pre {
    font-family: monospace;
    font-size: 14px;
    color: blue;
    display: block;
    padding: 1em;
    background:#DDCCCC;
    margin-left: 4%;
    margin-right: 4%;
}

li {
    color: black;
    background-color: transparent;
    margin-right: 2%;
    text-align: justify;
    text-indent: 0em;
    font-size: 10pt;
}

