@charset "utf-8";
/* CSS Document */

.container {
	height: auto;
	width: 100%;
}


body{ background-image:url(css/bgmaz.jpg);
background-repeat:repeat;
}
.correio {
	background-color: #eee;
	margin: 0 auto;
	padding: 5px;
	text-align:center;
}
.logomarca {margin: 0 auto;text-align:center;
	
	height: auto;
	width: 100%;
}
.aspexse {
	height: auto;
	width: auto;
	border: 1px solid #FFF;
}
.exse {
	float: left;
	height: auto;
	width: 50%;
}
.asp {
	float: right;
	height: auto;
	width: 50%;
}
.clearfloat {
	clear: both;
}
figure { width: 90%; min-width: 320px; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
video {
    width: 100%;
    height: auto;
}
img{
	max-width:100%;
	height:auto;
}