@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic);

body {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 60px;
	font-size: 14px;
	color: #2f2f2f;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: 0; }

#contenedor {
	background-color: #ffffff;
	margin: auto;
	margin-top: 20px;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	width: 98%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

#logoImg {
	width: 625px;
	height: 130px;
	margin: auto;
}

#logoImg span {
	display: none;
	visibility: hidden;
}

header {
	margin-bottom: 20px;
}

/* =====================================================================
 *	FOOTER
 * ===================================================================== */

footer {
	background-color: #222222;
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

footer a {
	color: #c8c8c8;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	display: inline-block;
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 20px;
}

/* =====================================================================
 *	FOOTER
 * ===================================================================== */

#contenido h1 {
	font-size: 20px;
	border-bottom: 1px solid #c8c8c8;
	text-transform: uppercase;
}