/* CSS Document */
#menu_top2{
	color: #FFF;
	background-image: url(images/bg_menu_top.png);
	height: 21px;
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 0px;
}

#menu_top2 a {
	color: #939BA1;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 15px;
}
#menu_top2 a:hover {
	background-image: url(images/flechita.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menulat{
	
}
#menulat ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	background-image: url(images/flecha_ul.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#menulat ul li{
	background-image:url(images/puntorojo.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
