* {
    font-family: Arial, Helvetica, sans-serif;
}
html {
	height:100%;
}
body {
	height:100%;
    margin: 0;
    background-color: white;
}
a:link, a:visited, a {
    color: #1F1F3E;
}
a img {
    border: none;
}

.contenido {
    padding: 8px 10px;
    font-family: verdana, helvetica, sans-serif;
    font-size: 8pt;
    text-align: justify;
    background-color: #E4E9EF;
}

.contenido p {
    font-family: verdana, helvetica, sans-serif;
}

.td-contenido {
    background-color: #E4E9EF;
    vertical-align: top;
}
h1, .huno {
    color:#FF9900;
    border-bottom: 2px dashed #FFCC00;
    text-transform: uppercase;
    font-family: verdana, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
h2 {
    font-family: verdana, helvetica, sans-serif;
    font-size: 10pt;
}
.div-principal {
    width: 653px;
    margin-left: auto;
    margin-right: auto;
}
table td {
    padding: 0;
}
table {
    border-spacing: 0
}
.td-menu {
    background-color: #193061;
    vertical-align: top;
}
.menu {
    background-color: #193061;
    padding-left: 18px;
    padding-top: 7px;
    color: white;
    line-height: 18px;
    padding-bottom: 1px;
}
#menu_izquierda {
    background-color: #294C99;
}
.menu-memoria {
    padding-left: 18px;
    padding-top: 7px;
    color: white;
    line-height: 18px;
    padding-bottom: 1px;
}

.menu a:link, .menu a:visited, .menu a {
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-decoration: none;
}
.menu a:hover {
    font-weight: bold;
    font-size: 12px;
    color: #C2D0D8;
    text-decoration: none;
}
.submenu {
    padding-left: 7px;
    line-height: 13px;
    margin-top: -3px;
    font-size: 11px;
}
.submenu a:link, .submenu a:visited, .submenu a:hover {
    font-size: 11px;
    color: #b8c8fe;
}
.submenu-item {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
}
.submenu-memoria {
    padding-left: 0px;
}
.nota-titulo {
    font-weight: bold;
    font-family: verdana, helvetica, sans-serif;
}
.nota-imagen-td {
    padding-right: 10px;
    vertical-align: top;
    width: 109px;
}
.nota-entradilla-td {
    padding-right: 10px;
    vertical-align: top;
    padding-top: 16px;
    text-align: justify;
}
.nota-contenido {
    padding: 10px 0;
}
.nota-item-con-imagen {
    background-image: url(../media/linea-notas.gif);
    background-repeat: repeat-x;
    padding-left: 40px;
    padding-bottom: 10px;
}
.nota-contenido h1 {
    margin-top: 0;
    margin-left: 40px;
}

.indentado {
	text-indent : 3em;
}
ol {
    margin: 4px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 6px;
}
.borde {
    background-image: url(../media/fondo-banderas.gif);
    background-repeat: repeat-x;
    height: 5px;
}
.borde-arriba {
    height: 15px;
}
.borde-abajo {
    clear: both;
    background-position: 0px 0px;
    height: 5px;
}
