body {
	margin: 0;
	padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	font-weight: 400;	
	color: #222222;
	background-color: #FFF;
}

html, body {height: 100%;}

img { 
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
strong {font-weight:700;}
p {font-size: 14px;line-height:22px;letter-spacing:.4px;margin-top: 0;}
h2 {color: #2e4561;font-size: 14.667px;line-height:22.667px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin: 0 0 8px 0;}

.logo {margin: 0 20px 50px 20px}

.contenedor {
	text-align: center;
	width: 80%;	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;		
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}