@charset "utf-8";
/* CSS Document */

body{ background: #6b876c; font-family: georgia, times, "Times New Roman", serif; font-size: 14px; line-height: 28px;}
#container{ width:775px; margin: 0 auto; background: #fff; padding: 20px; overflow: auto;}
.column{ float: left; margin: 0; padding: 0; width: 230px; }
.main{ float: left; width: 505px; padding: 0 20px 0 20px; }

h1{ text-indent: -9999px; width: 230px; height: 290px; background: url(/img/h1.jpg) 0 0 no-repeat; float: left; }
#jumplink{ display: block; position: absolute; top: 0; left: -999px; padding: 10px 20px; color: #fff; background: #28385c; }
#jumplink:focus{ left: 0; }

ul#nav{ list-style-type: none; border: solid #fff; border-width: 2px 0; background: #28385c; overflow: auto; width: 765px; padding: 0 5px; margin-bottom: 28px;}
#nav li{ float: left; }
#nav li a{ display: block; padding: 10px; margin: 0;  color: #fff; text-decoration: none; font-size: 14px; font-weight: bold; font-variant: small-caps;}
#nav li a:hover{ padding-bottom: 6px; border-bottom: 4px solid #fff; }

h2, h3{ font-weight: bold; font-variant: small-caps; color: #28385c; }
h2{ font-size: 28px; line-height: 56px; margin-top: -15px; }
h3{ font-size: 20px; margin: 28px 0 0; }
p{ margin-bottom: 28px; }
a{ color: #28385c; }
a:active, a:focus{ outline: none; }
em{ font-style: italic; }

#footer{ text-align: center; margin-top: 56px; border-top: 1px solid #28385c; }
#footer ul{ list-style-type: none; }
#footer li{ display: inline; margin: 0 5px; }

dl{ display: block; }

dt{ width: 30px; float: left; font-weight: bold; color: #28385c;  clear: left; display:block;}
dd{ padding-left: 40px; }
dd:after{ content:"."; display:block; height:0; clear:left; visibility:hidden; }

.categorias dt{ width: 120px;  text-align: right; letter-spacing: -1px; }
.categorias dd{ padding-left: 140px; margin-bottom: 14px; }

/*.categorias dt{ float: none; width: 100%; }
.categorias dd{ padding-left: 50px; margin-bottom: 14px;}
*/