@charset "utf-8";
.conctar {
	color: #FFFFFF;
	font-size: medium;
}
.fondoform {
	background-color: #99FFFF;
	font-weight: bold;
	width: 200px;
}
#menu a {
	text-decoration: none;
	color: #0000CC;
	font-size: 18px;
	background-color: #999999;
	display: block;
	padding-left: 10px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	width: 180px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	height: 25px;
}
#menu a:hover {
	background-color: #CCCC33;
}
