@charset "UTF-8";
/* CSS Document */
html,
body {
    margin:0;
    padding:0;
    height:100%;
}
#wrapper {
    min-height:100%;
    position:relative;
}
#header {
}
#content {
	text-align:center;
    padding-bottom:30px; /* Altura del footer */
}
#footer {
	width: 100%;
	height: 50px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	background: #F90;
}
