
#container h2 {
	/*color: #555;
        font-family: Georgia,"Times New Roman",Times,serif; 
        font: 300 15px/1.625 "calibri",Helvetica Neue,Helvetica,Arial,sans-serif;*/
	text-align: left;
	font-size:18px;
	line-height: 1.4;
}
/* FORMUARIOS */
.ENTRADA {
    background-color: #fff;
    border: 1px dotted #cfcfcf;
    color: #000000;
    font-size: 11px;
    height: 27px;
    padding: 5px;
}
.frmContato_rotulo { font-size:14px; font-style:italic;}
.frmContato_nome {width:400px; height:24px; border:#999 1px dotted;}
.frmContato_email {width:400px; height:24px; border:#999 1px dotted;}
.frmContato_cidade {width:300px; height:24px; border:#999 1px dotted;}
.frmContato_fone {width:150px; height:24px; border:#999 1px dotted;}
.frmContato_comentario {width:400px; height:100px; border:#999 1px dotted;}
.frmContato_submit {    background-color: #111;
    border: 0 none;
    color: #FFFFFF;
    height: 30px;
    width: 120px;}
#categorias_post
{
color:#111;
float: right;
margin: 10px;

}
#categorias_post a 
{
	color:#999;
	text-decoration: none;
	
}
#categorias_post a:hover 
{
	color:#999;
	text-decoration: none;
	
}

