body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #3B3B3B;
	font-size: 11px;
	color: #A2A2A2;
}

input {
	background-color: #8D8D8D;
	border: none;
	color: #000000;
	width: 100px;
	padding: 0px 3px 2px 3px;
	margin-bottom: 5px;
}

select {
	background-color: #8D8D8D;
	border: none;
	color: #000000;	
}

label {
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

a {
	text-decoration: none;
	color: #3A9BB6;
	font-size: 11px;	
	padding: 0px 3px;
}

a:hover {
	background-color: #3A9BB6;
	color: #FFF;
}

td {
	font-size: 11px;
	font-weight: bold;
}

.boton {
	width: 50px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	background-color: 000;
	color: FFF;
}

.boton:hover {
	background-color: #3A9BB6;
}

.dos {
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

.error {
	font-weight: bold;
	color: #FFF;
}

.spanish {
	color: #FFF;
}

div#contenido {
	position: absolute;
	width: 203px;
	left: 50%;
	top: 85px;
	padding-left: 10px;
	margin-left: -101px;
}

div#titulo {
	position: absolute;
	left: 50%;
	width: 203px;
	height: 70px;
	top: 10px;
	background-image: url(img/header.gif);
	margin-left: -101px;
}

div#decora {
	position: absolute;
	width: 203px;
	height: 224px;
	left: 50%;
	bottom: 0px;
	background-image: url(img/horse.gif);
	margin-left: -101px;
}

div#thumbs {
	position: absolute;
	width: 100%;
	top: 35px;
}

div#menu {
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0px;	
	left: 0px;
	padding: 3px 0px;
	background-image: url(img/subtit.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #000;
}

div#explica {
	position: absolute;
	top: 40px;
	width: 100%;
	height: auto;
	padding: 10px;
/*	visibility: visible;*/
}

#menu label {
	display: inline;
	position: absolute;
	right: 10px;
}

#menu select {
	position: absolute;
	left: 340px
}

#thumbs a {
	background-color: transparent;
}

#thumbs img {
	cursor: pointer;
}