/* CSS Document */


.navigation {
	font-family: "Orator Std";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 110px;
}


.navigation:hover {
	font-family: "Orator Std";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 110px;
}

.home {
	font-family: "Orator Std";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 60px;
	margin-left: 50px;
}


.home:hover {
	font-family: "Orator Std";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 60px;
	margin-left: 50px;
}

.inicio {
	font-family: "Orator Std";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 90px;
	margin-left: 50px;
}


.inicio:hover {
	font-family: "Orator Std";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 90px;
	margin-left: 50px;
}

.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 270px;
}


.links:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 270px;
}

.updates {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 3pt;
	
}

.version {
	font-family: "Orator Std";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 75px;
}


.version:hover {
	font-family: "Orator Std";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 75px;
}

.versionesp {
	font-family: "Orator Std";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 110px;
}


.versionesp:hover {
	font-family: "Orator Std";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 110px;
}

