@CHARSET "UTF-8";

/*body {
	background: url("/SYS/img/body.png") no-repeat;
}*/

.borde_50 {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.borde_10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#menu2 {
	width: 270px;
	font-family: "MS Sans Serif";
	margin-top:20px;
	margin-bottom: 10px;
	margin-left: 8px;
	/*position: absolute;*/
  height: auto;
  overflow: auto;
	/*position: fixed;*/
	 
}

#menu2 .om {
	margin: 5px 0 0 0;
	padding: 2px 5px;
	cursor: pointer;
	background-color: #7BACD4;
	border: 1px solid #55D;
	font-size: 1.5em;
	font-weight: bolder;
}

#menu2 div.om:hover {
	background-color: #FFFFFF;
}

#menu2 .cm {
	margin: 1px 0;
	padding: 2px 10px;
	cursor: pointer;
	background-color:#FFFFFF;
	font-weight: bolder;
	border: 1px solid #55D;
	font-size: 1.1em;
}

#menu2 div.op a{
/* background-color:#C1ABDC; */
	text-decoration: none 
}

#menu2 div.op:hover {
	background-color:#C1ABDC;
}
