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

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300);

body {
	background-color: #E8E8E6;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 1.5em;
}
#contenedor {
	position: absolute;
	width: 400px;
	left: 50%;
	top: 25%;
	margin-left: -200px;
	padding-top: 160px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
a {
	color: #009FE3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
