/* CSS Document */

.menu1 {
	background-color: #00B7DF;
	height: 22px;
	width: 171px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 4px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.menu2 {
	background-color: #B3CAFF;
	height: 22px;
	width: 151px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 4px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu2INV {
	background-color: #EEB111;
	height: 22px;
	width: 151px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 4px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu2Oculto {
	background-color: #B3CAFF;
	height: 1px;
	width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
	visibility: hidden;
	float: right;
}
.menuTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

