@font-face {
	font-family:Roboto;
	src: url('../fonts/Roboto-Thin.eot') , url('../fonts/Roboto-Thin.ttf')format('truetype');
	font-style : normal !important;
}

html{
	height: 500px;
}

body{
	margin: 0px;
	/* background-color: #ecf0f1; */
	font-family: Roboto !important;
	font-weight:lighter;
	color: #34495e;
}

a{
	color: #2980b9;
	text-decoration: none;
	font-size: 15px;
}

.fonteCabecalhoNormal_center{
	text-align: center;
	height: 100%;
	vertical-align: middle;
	font-size: 22px;
	padding-top: 10px;
}

.menu{
	width: 105%;
	background-color: #d35400;
	height: 50px;
	color: white;
	vertical-align: middle;
}

.efeito_opacity_blue{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
	/* background-color: #e67e22; */
}


.efeito_opacity_gray{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
	background-color: #ecf0f1;
}

.textGrande_normal{
	font-size: 18px;
	font-size: 20px !important;
}

.textGrande_branco{
	font-size: 18px;
	font-size: 20px !important;
	color: white;
}

.textPequeno_normal{
	font-size: 14px;
	font-size: 20px !important;
}

.textGrande_bold{
	font-size: 18px;
	font-size: 20px !important;
	font-weight: bold;
}

.inputTextGrande_normal{
	
	/*height: 30px !important;*/
	/*font-size: 20px !important;*/
	background-image: none !important;
	border: 1px #c8c8c8 solid !important;
	
}

.inputTextGrande_normal:FOCUS{
	
	/*height: 30px !important;*/
	/*font-size: 20px !important;*/
	background-image: none !important;
	border: 1px #d35400 solid !important;
	
}

.buttonGrande{
	
	
	border: none !important;
	height: 30px !important;
	font-size: 20px;
	
	background-image: none !important;
	border-radius: 0px;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
	border-width: 0px !important;
	border-color: none !important;
	border-radius: 5px !important;
	font-size: 18px !important;
	color: white !important;
	background-repeat: none !important;
	background-position: none !important;
	background-color: #d35400 !important;
	background-image: none !important;
	height: 30px !important;
	padding: 4px;
}

.efeito_borda{
/* 	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	behavior: url('./css/PIE.htc'); */
}

.menu_buttons{
	height: 35px;
	color: #d35400;
}

.menu_buttons:HOVER{
	color: #e67e22;
	height: 35px;
}

.link_white_menu{
	padding-top: 5px;
	color: white;
	text-decoration: none;
}

.link_black_menu{
	padding-top: 5px !important;
	color: black !important;
	text-decoration: none !important;
	line-height: 30px !important;
}

.link_black_menu:HOVER{
	padding-top: 5px !important;
	color: orange !important;
	text-decoration: none !important;
	line-height: 30px !important;
}


.banner-content {
	/*font-size: 18px;*/
/* 	text-shadow: 0 2px 1px #fff; */
/* 	text-align: left;
	line-height: 35px;
	max-width: 1200px;
	height: 30px;
	margin: 0 auto;
	padding: 45px 0 0; */
}

.banner_gira{
	width: 70%;
	height: 700px;
}

.banner_folheto{
	float: left;
    width: 49%;
    background-color: white;
}

@media only screen and (max-width: 900px) {
	.banner_gira{
		width: 105%;
		height: 400px;
	}
	.banner_folheto{
		float: left;
	    width: 100%;
	    background-color: white;
	}
}


	