/* BLOG TICKER */

div.info-ticker
{ 
    border:5px solid #0E355E;
    bottom: 0;
    left: 0;
    right: 640px;
    position: absolute;
}

#TICKER th, td, caption
{ 
    padding: 0;
}

#TICKER
{ 
     height: 20px;
}

#TICKER span.titulo
{ 
    color: #FF6634;
    font-weight: bold;
    margin-left: 200px;
}

#TICKER span.data-publicacao
{ 
    color: #CCCD33;
    font-weight: bold;
    margin-left: 50px;
    text-decoration: italic;
}

#TICKER span.corpo
{ 
    color: #33689A;
    margin-left: 50px;
}


