/** Generated by FG **/
@geosans {
	font-family: 'Conv_GeosansLight';
	src: url('fonts/GeosansLight.eot');
	src: local('☺'), url('fonts/GeosansLight.woff') format('woff'), url('fonts/GeosansLight.ttf') format('truetype'), url('fonts/GeosansLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@josefin {
	font-family: 'Conv_JosefinSans-Light';
	src: url('fonts/JosefinSans-Light.eot');
	src: local('☺'), url('fonts/JosefinSans-Light.woff') format('woff'), url('fonts/JosefinSans-Light.ttf') format('truetype'), url('fonts/JosefinSans-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@DidactGothic {
	font-family: 'Conv_DidactGothic';
	src: url('fonts/DidactGothic.eot');
	src: local('☺'), url('fonts/DidactGothic.woff') format('woff'), url('fonts/DidactGothic.ttf') format('truetype'), url('fonts/DidactGothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


ul {
    color: #FFFFFF;
}

/*Fonts*/
.GeosansLight	{	font-family:'Conv_GeosansLight',Sans-Serif;	}
.verdana {	font-family: Verdana, Geneva, sans-serif;}
.josefin	{	font-family:'Conv_JosefinSans-Light',Sans-Serif;	}
.DidactGothic	{	font-family:'Conv_DidactGothic',Sans-Serif;		}

/*Tamanho de fonte*/
.texto_27 { font-size:27px; }
.texto_22 { font-size:22px; }
.texto_20 { font-size:20px; }
.texto_18 { font-size:18px; }
.texto_17 { font-size:17px; }
.texto_16 { font-size:16px; }
.texto_15 { font-size:15px; }
.texto_13 { font-size:13px; }
.texto_12 { font-size:12px; }
.texto_11 { font-size:11px; }

/*Cores*/
.texto_amarelo { color:#C3CC1F; }
.texto_amarelo2 { color:#FFCC00; }
.texto_azul { color:#BDCACC; }
.texto_branco { color:#fff; }

.justify {	text-align: justify;}

.lineheight_28 {line-height: 23px;}

.letterspace {
	letter-spacing: 1px;
}

/*Links*/
a.link1:link {
	color: #BDCACC;
	text-decoration: none;
	z-index: 100;
}
a.link1:visited {
	text-decoration: none;
	color: #BDCACC;
}
a.link1:hover {
	text-decoration: none;
	color: #C3CC1F;
}
a.link1:active {
	text-decoration: none;
	color: #BDCACC;
}

a.link2:link {
	color: #fff;
	text-decoration: none;
}
a.link2:visited {
	text-decoration: none;
	color: #fff;
}
a.link2:hover {
	text-decoration: none;
	color: #d5e14d;
}
a.link2:active {
	text-decoration: none;
	color: #fff;
}

a.link3:link {
	color: #C3CC1F;
	text-decoration: none;
}
a.link3:visited {
	text-decoration: none;
	color: #C3CC1F;
}
a.link3:hover {
	text-decoration: none;
	color: #d5e14d;
}
a.link3:active {
	text-decoration: none;
	color: #C3CC1F;
}

a.link4:link {
	color: #FFCC00;
	text-decoration: none;
}
a.link4:visited {
	text-decoration: none;
	color: #FFCC00;
}
a.link4:hover {
	text-decoration: none;
	color: #d5e14d;
}
a.link4:active {
	text-decoration: none;
	color: #FFCC00;
}

.titulo_verde {
    color: #C3CC1F;
    font-size: 20px;
    font-family: 'Conv_GeosansLight',Sans-Serif;
}

.corpo_branco {
    text-align: justify;
    color: #BDCACC;
    font-size: 13px;
    font-family: 'Conv_GeosansLight',Sans-Serif;
}

.corpo_branco > img {
     margin: 5px;
}

.table_new > table {
border: 1px solid transparent;
}

.table_new > table td {
    border: 1px solid transparent;
}

.corpo_branco span a {
    color: #D5E14D;
}

.flowwer {
   /* border: 1px solid #000000;*/
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.flower_effect {
   /* background: none repeat scroll 0 0 #0000FF;*/
    /*height: 100px;*/
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease 0s;
   /* width: 100px;*/
    z-index: 0;
    left: 10px;
}

.flowwer:hover .flower_effect {
    opacity: 1;
    top: 25px;
    transition: all 0.5s ease 0s;
}