.listaNoticias {
    font-size: 12px;
    font-weight: bolder;
    margin: 1em 1em 0;
    width:300px;
}
.listaNoticias *{
    font-family: Verdana;
}
.listaNoticias h2 {
    font-weight: bolder;
    text-indent: 2em;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -1;
    font-size: 12px;
    word-spacing: 1px;
}
.listaNoticias h2 strong {
    color: #AC0D0C;
}
.listaNoticias ol {
    color: #727272;
    font-size: 12px;
    list-style-position: outside;
    list-style-type: decimal-leading-zero;
    border-top: #AC0D0C 2px solid;
    margin-left: 3em
}
.listaNoticias li a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
.listaNoticias li a:hover {
    text-decoration: underline;
}
.listaNoticias li p{
    text-indent: 0em;
    padding-left: 1em;
    margin: 1em auto 1em auto;
}
.controlList {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bolder;
    line-height: 2em;
    color: #AC0D0C;
    text-align: right;
    text-transform: uppercase;
    margin: 0 10% 0 10%;
    width:80%;
}
.controlList a {
    color: #AC0D0C;
}
.noticiaPrin {;
    font-family: 'Verdana';
    vertical-align: top;
    margin:2em;
    color: #333333;
    font-size: 12px;
    text-align: justify;
}
.noticiaPrin p{
    text-align: justify;
    line-height:1.30;
}
.noticiaPrin td img{
    vertical-align: top;
    float: left;
    position: relative;
    border: #FFFFFF 20px solid;
}
.noticiaPrin td label{
    padding: 5px;
    margin: 5px;
}



