
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	background-color: #F8F8F8;
	background-image: url(../img/fdo_bars.gif);
	font-family: Arial, sans-serif;

}

#container {
     display: table;
     height: 100%;
     width: 100%;
     margin: 0;
}

#content {
     display: table-cell;
     vertical-align: middle;
     position: relative;
}

#pagina {
	height: 480px;
	width: 805px;
	margin: 0 auto;
}

.derechos {
	font-size: 10px;
	text-align: center;
	color: #769EC4;
}

.derechos p {
	margin: 3px;
	padding: 0;
}

.derechos a, .derechos a:visited {
	color: #769EC4;
	text-decoration: none;
}

.derechos a:hover {
	text-decoration: underline;
}
