@import url(base.css);
/*********************/
/* Noticias */
/*********************/
body.noticias #wrapper {
    border-color: #a6b4ce;
    min-height: 0;
}

body.noticias #contentpane {
    margin-top: 0;
    text-align: center;
    min-height: 200px;
}

body.noticias #contentpane a:link {
    border: none;
}

body.noticias #contentpane a:visited {
    border: none;
}



