/*Menu principal*/
* {
margin:0;
padding:0;
}

#margempadrao {
	margin:10px auto 0px auto;
	height:580px;
	}

h1 {
	text-align:center;
	color:#000;
	font-size:30px;
	}

#informacoespadroes {
	position:relative;
	}

#informacoespadroes iframe {
	position:relative;
	display:inline;
	float:left;
	width:30.6%;
	height:230px;
	margin:2% 0% 0% 2%;
	padding:0px 0px 0px 0px;
	}

@media (max-width:955px) {
#informacoespadroes iframe {
	height:200px;
	}
}

@media (max-width:955px) {
#margempadrao {
	margin:10px auto 0px auto;
	height:500px;
	}
}

@media (max-width:600px) {
#informacoespadroes iframe {
	height:120px;
	}
}

@media (max-width:600px) {
#margempadrao {
	margin:10px auto 0px auto;
	height:320px;
	}
}

@media (max-width:400px) {
#informacoespadroes iframe {
	width:100%;
	height:180px;
	}
}

@media (max-width:400px) {
#margempadrao {
	margin:10px auto 0px auto;
	height:1170px;
	}
}
