body {
    margin: 3px 5px;
    text-align: left;
    font-family: Trebuchet MS, sans-serif;
    font-size: 10pt;
}

.header {
    background-image: url(../images/fi.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 10px;
    color: #000080;
    font-size: 14pt;
    font-weight: bold;
    height: 50px;
    padding-top: 25px;
    padding-left: 65px;
}

.contenido {
    background-color:#efefef;
    color: #000030;
    padding: 20px;
    margin: 4px 8px;
    border: dashed 1px black;
}

.c1 {text-align:right; border-bottom: solid 1px;font-weight:bold}

.footer {
	margin: 10px 8px;
	text-align: right;
}

.footer a {
	color: #fe0400;
}

