@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}

a{
	color: #333333;
	}

p {
	font-size: 14px;
}

table{
	border-collapse: collapse;
}

.ancho{
	width: 480px;
}

#superior{
	position: absolute;
	top: 0;
	width: 100%;
	}

	#idiomas{
		text-align: right;
		}

#contenedor{
	position: relative;
	width: 480px;
	height: 166px;
	}
	
	#contenido{
		display: none;
		}

#inferior{
	position: absolute;
	bottom: 0;
	width: 100%;
	}

	#menu{
		margin: 166px 5px 5px 5px;
		}