* {
margin:0;
padding:0;
}

#margempadrao {
	margin:0px auto 0px auto;
	}

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

h2 {
	position:relative;
	top:15px;
	text-align:center;
	font-size:18px;
	color:#000;
	margin:0px 0px 25px 0px;
	}

h3 {
	position:relative;
	top:15px;
	text-align:center;
	font-size:18px;
	color:#000;
	font-weight:normal;
	margin:0px 0px 25px 0px;
	}

#informacoespadroes {
	position:relative;
	top:0px;
	text-align:center;
	z-index:100;
	}
#informacoespadroes li {
	display:block;
	margin:0px 5px 10px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	}
#informacoespadroes li img {
	width:180px;
	height:200px;
	}

@media (max-width:700px) {
#informacoespadroes li {
	font-size:12px;
	}
}

@media (max-width:600px) {
#informacoespadroes li img {
	width:28%;
	height:150px;
	}
}

@media (max-width:500px) {
#informacoespadroes li img {
	width:137px;
	height:150px;
	}
}


