#menu{
	font-family: Century Gothic;
	font-size: 16px;
	/*position:absolute;left:450px;top:10px;height:400px*/
}

#menu p{
	margin:0px;
	padding:0px;
}

#menu a{
	display:block;
	padding:5px;
	width:140px;
	background-color: ;
	border-bottom:2px solid #500012;
	text-align:left;
}

#menu a:link, #menu a:visited{
	color: #e0e0e0;
	text-decoration:none;
}

#menu a:hover{
	background-color: ;
	color:white;
	border-bottom:2px solid #ccccff;
	font-weight: ;
	font-size:18px;
}

/*menu seleccionado*/


#menuact{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	/*position:absolute;left:450px;top:10px;height:400px*/
}

#menuact p{
	margin:0px;
	padding:0px;
}

#menuact a{
	display:block;
	padding:4px;
	width:139px;
	background-color:#CCCCFF;
	border-bottom:2px solid #500012;
	text-align:center;
}

#menuact a:link, #menuact a:visited{
	color: #000000;
	text-decoration:none;
}

#menuact a:hover{
	background-color:orange;
	color:black;
}

