/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

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



.contenedor a {
	color: #555;
	text-decoration: none;
}

.contenedor {
	font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #333;
	width: 100%;
	height: 100%;
	position: relative;
}

.contenedor .main {
	padding: 0;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

