/* CSS Document */

html, body {
	height: 100%;
}

body {
	background-color: white;
	margin: 0;
}

a:hover {
	background-position: 0 -25px;
}

table.layout {
	width: 100%;
	height: 100%;
}
div#idiomas {
	position: absolute;
	right: 43px;
	bottom: 0px;
}

div#idiomas a,div#idiomas img {
	float: left;
}

div#idiomas a:hover {
	background-position: 0 -25px;
}

a#es {
	display: block;
	width: 112px;
	height: 19px;
	background: url(../images/espanol.gif) no-repeat;
}
a#en {
	display: block;
	width: 110px;
	height: 19px;
	background: url(../images/english.gif) no-repeat;
}

