/* basic styles */

html, body {
    margin: 0; padding: 0;
}

body {
    text-align: center;
    font: 0.71em/1.5em verdana,arial,helvetica,sans-serif;
    color: #000;
}

a {
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #78a678;
    border-bottom: 1px dotted #78a678;
}

a:focus {
    background: #fff;
    color: #000;
    border-bottom: 1px solid;
}

a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

p {
    padding: 5px 10px 10px 10px; margin: 0;
}

#container {
    background-color: #f5f0de;
    background-repeat: repeat-y;
}

#header {
    color: #fff;
    background-color: #8dae91;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#header p {
    color: #fff;
}

#topnav a {
    color: #fff;
}

#topnav a:hover {
    color: #def5e1;
}

#topnav a:focus {
    color: #000;
}

#topnav li.active {
    padding: 1px 7px 3px 7px;
    background-color: #f5f0de;
    border-left: 2px solid #fff; border-right: 2px solid #fff; border-top: 2px solid #fff;
}

#topnav li.active a {
    color: #78a678;
}

#topnav li.active a:hover, #topnav li.active a:focus {
    color: #000;
}

li.left-nav-active {
    background-image: url(green_images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
}


p.footer {
    padding: 1px 7px 3px 7px;
    color: #969759;
}

p.secciones {
    font-style: bold;
    padding: 0px 10px 10px 20px !important; margin: 0 0 0 0 !important;
}

p.noticias {
    font-style: italic;
    padding: 0px 10px 10px 20px !important; margin: 0 0 0 0 !important;
}
