﻿/* css */

body{

    clear:both;

    margin-top:0px;

    margin-bottom:0px;

    font-family:Trebuchet MS;

    font-size:12px;

    color:#7f7f7c;

}



img{

    border:0px;

}



.texto{

    color:#7f7f7c;

    margin:0px;

    margin-left:82px;

    line-height:18px;

}



a:link, a:visited{

    color:#7f7f7c;

    text-decoration:none;

    margin-left:82px;

    font-size:10px;

}



a:hover{

    color:#7f7f7c;

    text-decoration:underline;

}



.noticias{

    width:235px;

    height:240px;

    text-align:left;

    padding-left:10px;

}



.noticias_content{

    width:230px;

    height:215px;

    overflow:hidden;

    padding-left:2px;

    line-height:14px;

}

.data_da_noticia{

    font-size:30px;

    font-weight:bold;

}

.titulo{

    font-size:12px;

    font-weight:bold;
	color:#163063;

}

.noticia_data{

    font-size:9px;

    line-height:14px;

}



.noticia_texto{
    
	font-size:9px;

    width:210px;

}



.noticias h1{

   	background-image:url('../images/noticias_home.gif');

    background-repeat:no-repeat;

    margin:0px;

    font-size:18px;

}



.noticia_texto a:link, .noticia_texto a:visited{

    color:#7f7f7c;

    text-decoration:none;

    background-image:none;

    margin-left:0px;

    font-size:12px;

}



.noticia_texto a:hover{

    color:#7f7f7c;

    text-decoration:underline;

}




