body {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Verdana,Helvetica;
}

#general {
    background-color: #F7F7F7;
    border: 1px solid #EFEEEE;
    padding: 10px;
}

#aviso {
    background-color: #EDEDED;
    border: 1px solid #DEDEDE;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    padding: 10px;
}

.titulo_rss {
    color: #00205C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    line-height: 42px;
    margin-left: 40px;
    margin-top: 5px;
}

.item {
    color: #3366FF;
}

p.titulo_mod {
    color: #294B8A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

ul {
    list-style: none outside none;
    margin: 20px 0 0 20px;
    padding: 0;
}

ul li {
    color: #294B8A;
    font-size: 18px;
    list-style: disc;
    padding: 0;
    font-weight: bold;
    margin-left: 20px;
}

a {   
    color: #294B8A;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.feedBackground {
    background: url("rss.gif") no-repeat scroll 0 10% transparent;
    height: 32px;
    margin-bottom: 15px;
}

