@charset "utf-8";
/* CSS Document */

html, body {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/fondo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	text-align: center;
    position:relative; 
    width: 100%; 
    height: auto !important;
    height: 100%;
    min-height:100%;
}

#header {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 2%;
	width: 100%;
	background-color: #FFFFFF;
	opacity: 0.8;
}

#logo {
	text-align: center;
	font-size: 18px;
	position:absolute;
	top:30%;
	width:100%;
}

#footer {
	bottom: 0;
	height: 100px;
	position: absolute;
	width: 100%;
	text-align: left;
	padding-left: 10px;
}
