body {
    font-family: Verdana,Arial; 
    font-size: 12pt;
    color:black; 
    width:800px;
	margin: 0 auto;
}
img {
    border:0;
}
li {
    padding-top: 0.5em;
}
#foto {
    float:right;
    display:block;
    margin:5px
}
#tope {
    border-bottom:1px solid gray;
    clear:both;
}
#navPanel {
    float:left; 
    clear:left;
    width:200px;
}
#contents {
    float:right;
    width: 560px;
}
#foot {
	border-top:1px solid gray;
    font-size: 8pt;
    clear:both;
}

#cont {
	float: left;
	text-align:left;
}
#val{
	text-align:right;
}
.smallTxt {
    font-size: 0.6em;
}
.link {
    font-size: 12px;
    text-decoration: underline;
}
.primerTituloSeccion  {
    font-size: 24px;
    color: black;
    font-weight: bold;
    font-variant: small-caps;
    border-bottom: 1px solid gray;
    margin-top: 0em !important;
}
.tituloSeccion {
    font-size: 24px;
    color: black;
    font-weight: bold;
    font-variant: small-caps;
    border-bottom: 1px solid gray;
    margin-top: 2em;
}
.subtituloSeccion {
    color: gray;
    font-weight: bold;
    font-variant: small-caps;
    border-bottom: 1px solid gray;
    margin-left: 20px;
    padding-top: 1em;
}
.elementoSeccion {
    margin-left: 20px;
    text-align: justify;
}
.resaltado {
    font-size: 0.8em;
    color: darkblue;
    font-style: italic;
}
A:link {
    color: #000000; 
    text-decoration: none; 
    font-weight: normal
}
A:visited {
    color: #000000; 
    text-decoration: none; 
    font-weight: normal
}
A:active, A:hover {
    color: #0000FF; 
    text-decoration: underline; 
    font-weight: normal
}
