.rightalign {
    text-align: right;
}

.centeralign {
    text-align: center;
}
.justify {
    text-align: justify;
}
.container {
    background: url('../imgs/barra_verde_delgada_s1.jpg') no-repeat bottom center;
    padding: 0 0 18px 0;
}
#buscador {
    display: none;
    color: #65A102;
    }
#buscador input {
    border: 1px solid #65A102;
    color: #65A102;
}
a {
    color: #444;
}
a:hover,  a.selected {
    background-color: #65A102;
    color: #ffffff;
}

body {
    color: #333;
    font-family: 'PT Sans', arial, serif;
}