html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #080808 url(img/fondo.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #2B2B2B;
}

#cabecera {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	background: url(img/fondoclaro.png) repeat left top;
}

#logo {
	position: absolute;
	right: 15%;
}

#contenido {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px;
	color: #660000;
	position: absolute;
	top: 40%;
}

#contenido h2,h4 {
	margin: 0;
	text-align: center;
	font-weight: bold
}

#contenido a {
	text-decoration: none;
	color: #660000;
}

#contenido a:hover {
	text-decoration: underline;
	color: #660000;
}

#pie {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0px;
	background: url(img/fondoclaro.png) repeat left top;
	color: #FFFFFF;
	position:absolute;
	bottom:0;
}

#pie p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}