body {
	margin-top: 150px;
	padding: 0;
	background: white;
	color: #777;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: center;
}

#mensaje {
	text-align: center;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#icon-alerta {
	margin: 0 auto;
}

h1 {
	font-size: 120px;
	line-height: 20px;
	font-style: italic;
}