@font-face {
     font-family: Myriad Pro;
     src: url('fonts/MyriadPro.otf');
}
.titulo_verde_01 {
	font-family: "Verdana";
	font-size: 21px;
	color:#025c36;
}
.texto_verde_01 {
	font-family: "Verdana";
	font-size: 15px;
	color:#025c36;
	text-align:justify;
}
.texto_verde_02 {
	font-family: "Verdana";
	font-size: 12px;
	color:#025c36;
	text-align:justify;
}
.texto_verde_03 {
	font-family: "Verdana";
	font-size: 12px;
	color:#025c36;
	text-align:center;
}
.texto_branco {
	font-family: "Verdana";
	font-size: 11px;
	color:#FFF;
	text-align:justify;
}
.formulario_01 {
	height: 25px;
	width: 250px;
	border: 1px solid #CCC;
		font-family: "Verdana";
	font-size: 11px;
	color:#666;
	text-align:justify;
}
.formulario_news {
	height: 12px;
	width: 125px;
	border: 1px solid #a9da8e;
	font-family: "Verdana";
	font-size: 11px;
	color:#025c36;
	text-align:justify;
}
.form_msg {
	height: 150px;
	width: 250px;
	border: 1px solid #CCC;
	margin-top:-10px;
	font-family: "Verdana";
	font-size: 11px;
	color:#666;
	text-align:justify;
}

.enviar_news {
	height: 17px;
	width: 70px;
	border: 1px solid #42a21c;
	background-color:#5aae38;
	margin-top:0px;
	font-family: "Verdana";
	font-size: 11px;
	color:#FFF;
	text-align:justify;
}
.noticia_foto {
    width: 60px;
    height: 60px;
    padding: 5px;
    border: 1px dashed darkgrey;
    margin: 2px;
}

.galery {
    z-index: 10;
    position: absolute;
    top: 50px;
    left: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid grey;
    text-align: right;
    display: none;
}
