/* CSS Document */

.titulos{
width:400px;
height:auto;
border:green 0px solid;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
margin-top:15px;
margin-bottom:5px;
margin-left:50px;
}
.noticias{
width:760px;
height:auto;
border:red 0px solid;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.datas{
width:500px;
height:auto;
border:blue 0px solid;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:left;
color:#666666;
margin-left:70px;
}

