@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	font-family: Montserrat, sans-serif;
	background: #2450FF;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 9px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
	color: #dddddd;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
	color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	
	
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
	
	
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 220, 150, 0.38);
	border-left: 1px solid rgba(150, 220, 150, 0.38);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	background: #2450FF;
}



#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #F70000;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
	width: 100%;
}
#cssmenu ul {
	width: 100%;
	display: none;
}
#cssmenu.align-center > ul {
	text-align: left;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.38);
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu ul ul li a {
	padding-left: 25px;
}
#cssmenu ul ul ul li a {
	padding-left: 35px;
}
#cssmenu ul ul li a {
	color: #ffffff;
	background: none;
}


#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #dddddd;
}
#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #menu-button {
	display: block;
	padding: 17px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#cssmenu #menu-button:after {
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
}
#cssmenu #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ffffff;
	content: '';
}
#cssmenu #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
	top: 23px;
	background: #ffffff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.38);
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	background: #2450FF;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-color: #DBDBDB;
	background-color: #F5FBF5;
}
h4 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: large;
	color: #007523;
	letter-spacing: 1px;
}

hr {
	
   
      background-color: #E9E8E8;
      height: 1px;
    }

#fotos_legenda {
	display: block;
	float: none;
	width: 296px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #000000;
	font-weight: bold;
	margin-left: 12px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3A3A3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}


.Google {
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	
	
	}


.titulo_home {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: large;
	color:#2450FF;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-shadow: 0.1em 0.1em 0.2em #97ACFF;
	text-decoration:underline;
	}
.titulo_home2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: large;
	color:#FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	}

.titulo {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	color: #007523;
	letter-spacing: 1px;
	
	
}



.nova_div {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	width: 39%;
	color: #007523;
	letter-spacing: 1px;
	
	float: left;
	padding-right: 2%;
}
.nova_div img {
	max-width: 100%;
	height: auto;
}
.nova_div2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	width: 59%;
	color: #007523;
	letter-spacing: 1px;
	
	float: left;
}
.nova_div2 img {
	max-width: 100%;
	height: auto;
}
#nova_caixa {
	width: 100%;
	height: 80px;
	padding-top: 10px;
	background: #15E505;
	border-bottom: 2px solid #ED2225;
}
.data {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bolder;
	color: #ff0000;
	font-size: 12px;
	color: #E00C0F;
	letter-spacing: 1px;
	
}
.titulo2 {
	
	
	
}
.titulo3 {
	
	color: #ff0000;
	font-size: 12px;
	
}

.titulo_linha {
	
	color: #2FB536;	
	font-size: 12px;
}
.titulo_noticias {
	
	color: #241F96;
	font-size: 12px;

}

.Titulo_texto2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #0066CC;
	text-align: left;
}
.Titulo_texto3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}


.Topo {
	width: 100%;
	
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 1%;
	background:#FFFFFF;
	border: 2px solid #F0F0F0;
	
}

.Manchete iframe {
	width: 100%;
	height: 180px;
}


.Banner2 {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1%;
	padding-bottom: 1%;
	
}

.Banner2 img{
	padding-bottom: 10px;

	
}

.Topo_Baixo {
	width: 90%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.Conteudo {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1%;
	border-bottom: 2px solid #F0F0F0;
	padding-bottom: 2%;
}
.Paginacao
{
	width: 100%;
	
	display: table;

	

}

.face {
	width: 200px
	
}

.Conteudo2 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	
	border-bottom: 2px solid #F0F0F0;
	padding-bottom: 2%;
	
}

.link_texto a:link{
	color: #2450FF;
	text-decoration:none;
}

.link_texto a:visited{
	color: #2450FF;
	text-decoration:none;
}


#Caixa {
	width: 100%;
	padding-top: 10px;
	border-top: 2px solid #F0F0F0;
}
#Caixa img {
	max-width: 50%;
	height: auto;
	padding-right: 10px;
}
#Caixa a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #050000;
}
#Caixa a:hover {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #050000;
}
#Caixa3 {
	width: 100%;
	border-bottom: 2px solid #F0F0F0;
	padding-bottom: 4%;
}
#Caixa3 img {
	max-width: 30%;
	height: auto;
	padding-right: 10px;
}
#Caixa3 a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #050000;
}
#Caixa3 a:hover {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	text-decoration: underline;
	color: #050000;
}


#Caixa4 {
	width: 100%;
	border-top: 1px solid #E8E6E6;
	border-bottom: 1px solid #E8E6E6;
	border-left: 1px solid #E8E6E6;
	
	border-right:1px solid #E8E6E6;
	padding-bottom: 3%;
	margin-top: 2%;
	
	margin-bottom: 3%;
	
	
}
#Caixa4 img {
	max-width: 30%;
	height: auto;
	padding-right: 10px;
	
}
#Caixa4 a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #050000;
}
#Caixa4 a:hover {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #050000;
}
#Caixa5 {
	width: 100%;
	border-top: 1px solid #E8E6E6;
	border-bottom: 1px solid #E8E6E6;
	border-left: 1px solid #E8E6E6;
	
	border-right:1px solid #E8E6E6;
	padding-bottom: 3%;
	margin-top: 2%;
	
	margin-bottom: 3%;
	
	
}
#Caixa5 img {
	max-width: 30%;
	height: auto;
	padding-right: 10px;
	
}
#Caixa5 a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #050000;
}
#Caixa5 a:hover {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	text-decoration: underline;
	color: #050000;
}


#Caixa6 {
	width: 98%;
	border-top: 1px solid #E8E6E6;
	border-bottom: 1px solid #E8E6E6;
	border-left: 1px solid #E8E6E6;
	
	border-right:1px solid #E8E6E6;
	padding-bottom: 3%;
	margin-top: 2%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 2%;
	
	margin-bottom: 3%;
	
	
}
#Caixa6 img {
	max-width: 100%;
	height: auto;
	padding-right: 10px;
	
}
#Caixa6 a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #050000;
}
#Caixa6 a:hover {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #050000;
}







#Caixa2 {
	width: 100%;
	padding-top: 10px;
	border-top: 2px solid #F0F0F0;
	padding-bottom: 10px;

	
}


.Manchete {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	padding: 3%;
	border: 1px solid #F0F0F0;
	background: #FFFFFF;
}
.Manchete2 {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-top: 1%;
	border: 1px solid #F0F0F0;
	background: #FFFFFF;
}



img {
	max-width: 100%;
	height: auto;
}
#fotos_noticias {
	display: block;
	float: none;
	max-width: 100%;
	font-style: italic;
	 font-weight: bold;
	font-size: 12px;
}
#pesquisafsm-caixa {
	background: #eee;
	padding: 7px;
	border: 0 none;
	width: 73%;
}
#pesquisafsm-botao {
	border: 1px solid #222;
	color: #eee;
	background: url(images/cz4sguf.png) no-repeat left #4591fa;
	margin-left: -3px;
	color: #fff;
	font: 'trebuchet ms', trebuchet;
	padding: 7px 7px 7px 22px;
	border: 0 none;
	font-weight: bold;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#pesquisafsm-botao:hover {
	cursor: pointer;
	background: url(images/pesquisa.png) no-repeat left #2375E6;
}
#fotos_noticias img {
	max-width: 100%;
	height: auto;
}
#Rodape {
	height: 100%;
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: white;
	
	font-size: 14px;
	
	
	letter-spacing: 1px;
	
	
	
	
	background-color: #00621E;
	padding-top: 7px;
	
}


#Rodape2 {
	height: 100%;
	width: 66.1333333333%;
	clear: both;
	
	
	
	
	
	
	
	padding-top: 7px;
	
}

.row, .column, .columnx, .columny {
	box-sizing: border-box;
}


.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.column {
	position: relative;
	float: left;
}

.columnx {
	position: relative;
	float: left;
}

.columny {
	position: relative;
	float: left;
}
.column + .column {
	margin-left: 1.6%;
}

.columnx + .columnx {
	margin-left: 1%;
}

.columny + .columny {
	margin-left: 1%;
}
.column-1 {
	width: 6.86666666667%;
}
.column-2 {
	width: 15.3333333333%;
}
.column-3 {
	width: 23.8%;
}
.column-4 {
	width: 32.2666666667%;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 13px;
	
}
.column-4_2 {
	width: 32.2666666667%;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 13px;
	text-align: right;
	padding-bottom: 8px;
	padding-top: 5px;
}
.column-4_2 a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #050000;
}
.column-4_2 a:hover {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #050000;
}
.column-4_1 {
	width: 32.2666666667%;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 13px;
	text-align: right;
}
.column-4 a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #050000;
}
.column-4 a:hover {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #050000;
}
#efeito:hover {
	-moz-opacity: 0.8;
	opacity: .75;
	filter: alpha(opacity=100);
	
}

#efeito_noticias:hover {
	
	
	color: #5474AC;
	text-decoration:none;
	}


.column-4 ul {
	list-style-type: square;
	padding-left: 20px;
}
.column-5 {
	width: 40.7333333333%;
}
.column-6 {
	width: 49.2%;
}
.column-7 {
	width: 57.6666666667%;
}
.column-8 {
	width: 66.1333333333%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	
	
}
.column-8_2 {
	width: 66.1333333333%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	
}
.column-8_2 a {
	width: 66.1333333333%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color:#007523;
	
}

.column-8_2 a:hover {
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color:#007523;
	
}

.column-8 iframe {
	width: 93%;
	height: 380px;
}
.fluidMedia iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.column-8 a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #050000;
}
.column-8 a:hover {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #050000;
}
.column-9 {
	width: 74.6%;
}
.column-10 {
	width: 83.0666666667%;
}
.column-11 {
	width: 91.5333333333%;
}
.column-12 {
	width: 100%;
	background:#FFFFFF;
	margin-bottom:1%;
}



@media only screen and (max-width: 550px) {
.column-1, .column-2, .column-3, .column-4, .column-4_1, .column-4_2, .column-8_2, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
	width: auto;
	float: none;
}
.column + .column {
	margin-left: 0;
}
.columnx + .columnx {
	margin-left: 0;
}
#Caixa img {
	max-width: 50%;
	height: auto;
}
.column-8 iframe {
	width: 50%;
	height: 170px;
}



.Topo_Baixo {
	width: 90%;
	text-align: center;
	padding-top: 3%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.column-8_2 {
	padding-bottom: 10px;
	
	
	
}
.column-4_2 {
	
	padding-bottom: 3px;
	
}

#Rodape2 {
	height: 100%;
	width: 100%;
	clear: both;
	
	
	
	
	
	
	
	padding-top: 7px;
	
}





}



@media only screen and (max-width: 800px) {
#Caixa2 {
	width: 100%;
	padding-top: 10px;
	border-top: 2px solid #F0F0F0;
	height: 190px;
}
.column-4_2, .column-8_2 {
	width: auto;
	float: none;
}
.column + .column {
	margin-left: 0;
}

.columnx + .columnx {
	margin-left: 0;
}
#Caixa img {
	max-width: 50%;
	height: auto;
}
.column-8 iframe {
	width: 50%;
	height: 170px;
}
.Topo_Baixo {
	width: 90%;
	text-align: center;
	padding-top: 3%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#pesquisafsm-caixa {
	background: #eee;
	padding: 7px;
	border: 0 none;
	width: 12%;
}
#pesquisafsm-botao {
	border: 1px solid #222;
	color: #eee;
	background: url(images/cz4sguf.png) no-repeat left #4591fa;
	margin-left: -3px;
	color: #fff;
	font: 'trebuchet ms', trebuchet;
	padding: 7px 7px 7px 22px;
	border: 0 none;
	font-weight: bold;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#pesquisafsm-botao:hover {
	cursor: pointer;
	background: url(images/pesquisa.png) no-repeat left #2375E6;
}

.titulo_home {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	color:#2450FF;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-shadow: 0.1em 0.1em 0.2em #97ACFF;
	text-decoration:underline;
	}


}

@media only screen and (max-width: 1024px) {
#Caixa2 {
	width: 100%;
	height: 220px;
	padding-top: 10px;
	border-top: 2px solid #F0F0F0;
	padding-bottom: 10px;
}
.column-4_2, .column-8_2 {
	width: auto;
	float: none;
}
.column + .column {
	margin-left: 0;
}

.columnx + .columnx {
	margin-left: 0;
}
#Caixa img {
	max-width: 50%;
	height: auto;
}
.column-8 iframe {
	width: 50%;
	height: 170px;
}
.Topo_Baixo {
	width: 90%;
	text-align: center;
	padding-top: 3%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#pesquisafsm-caixa {
	background: #eee;
	padding: 7px;
	border: 0 none;
	width: 62%;
}
#pesquisafsm-botao {
	border: 1px solid #222;
	color: #eee;
	background: url(images/cz4sguf.png) no-repeat left #4591fa;
	margin-left: -3px;
	color: #fff;
	font: 'trebuchet ms', trebuchet;
	padding: 7px 7px 7px 22px;
	border: 0 none;
	font-weight: bold;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#pesquisafsm-botao:hover {
	cursor: pointer;
	background: url(images/pesquisa.png) no-repeat left #2375E6;
}



}
figure {
	width: 90%;
	min-width: 17.5em;
	margin: 0 auto;
}
figcaption {
	font: 120% sans-serif;
	text-align: center;
}
.boxVideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}
.boxVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


