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

body {
	padding: 0px;
	margin: 0px;
}

#contenido {
	background: url(../image/img.png) no-repeat fixed top center;
	width: 100%;
	height: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer {
	text-align: center;
	font-family: 'Dosis', sans-serif;
	color: #58a69a;
}

#msj {
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	font-size: 28px;
	color: #7d868c;
}