#news{
width:100%;
display:inline;
}


#col_list{
width:290px;
float:left;
}

#lista_news{
width:290px;
float:left;
height:200px;
padding:10px 0 0 0;
}

.tit_news{
font-size:11px;
font-weight:bold;
color:#333333;
}

#lista_news p{
margin:0 0 20px 0;
}

#lista_news a{
color:#006699;
text-decoration:none;
}
#lista_news a:hover{
color:#000;
text-decoration:none;
}

#txt_news{
width:400px;
float:left;
margin:0 0 0 20px;
height:250px;
overflow:auto;
padding:4px 20px 0 0; 
}

#txt_news p{
margin:0 0 10px 0;
}

#txt_news a{
color:#006699;
text-decoration:none;
}
#txt_news a:hover{
color:#000;
text-decoration:none;
}

#pag_news{
width:100px;
height:20px;
padding:5px 0 0 5px;
margin:20px 0 0 0;
font-weight:bold;
clear:both;
float:left;
color:#999;
font-size:11px;
}

#pag_news a{
font-size:10px;
color:#139b48;
text-decoration:none;
padding:4px;
font-weight: normal;
}
#pag_news a:hover{
font-size:10px;
color:#FFF;
text-decoration:none;
background:#139b48;
padding:4px;
font-weight: normal;
}