/* CSS Document */

.navigation{
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 8px;
	background-color: #FFBF00;
	display: block;
	width: 140px;
	margin: 5px;
	text-align: center;
	border: 3px outset #F4F4F4;
	cursor: auto;
}

.navigation:hover {
	color: #AA0000;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding: 8px;
	background-color: #FFFFAA;
	display: block;
	width: 140px;
	margin: 5px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.RegresarCopia {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	vertical-align: middle;
	text-align: left;
}
