*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html, body.view {
	width: 100%;
	height: 100%;
}
body.view {
	background: #FFF;
	text-align: center;
	overflow: hidden;
}
#informativo {
	width: 100%;
	height: 100%;
}

#impresso {
	width: 100%;
	height: 100%;
}

#content .lista-informativos p {
	font-size: 12px;
	color: #333;
	margin: -10px 0 17px 0;
	cursor: default;
}

#content .lista-informativos .informativo {
	float: left;
	display: inline;
	width: 225px;
	margin-right: 21px;
	margin-bottom: 25px;
}
#content .lista-informativos .informativo a {
	display: block;
	text-align: center;
	color: #333;
}
#content .lista-informativos .informativo a img.img-replaced {
	background-repeat: no-repeat;
	background-position: 12px 0;
}
#content .lista-informativos .informativo a strong {
	display: inline-block;
	line-height: 22px;
	padding: 1px 5px;
	margin: 6px auto 3px;
}
#content .lista-informativos .informativo a:hover { color: #C00; }