div#menu-lateral {
	margin:0;
	padding:0;
	overflow:hidden;
	width:195px;
	height:445px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding-left:6px;
	padding-right:19px;
	padding-bottom:125px;
	background-image:url(logotipo-menu-lateral.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
div#menu-lateral a {
	color:#666666;
	text-decoration:none;
	outline:none;
}
div#menu-lateral a:hover {
	text-decoration:underline;
	color:#000000;
}
div#menu-lateral ul {
	margin:0;
	padding:0;
	text-align:left;
}
div#menu-lateral ul li {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:3px;
	margin-bottom:4px;
}
div#menu-lateral ul li.punteado-inferior {
	background-image:url(punteado-menu-lateral.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:6px;
}
div#menu-lateral ul li a {
	margin:0;
	padding:0;
	color:#666666;
	text-decoration:none;
	padding:2px;
}
div#menu-lateral ul li a:hover {
	text-decoration:underline;
	color:#000000;
}
div#menu-lateral ul li a:active ,
div#menu-lateral ul li a.seleccionada {
	text-decoration:none;
	background-color:#000000;
	color:#FFFFFF;
}
div.textos-menu p {
	margin:0;
	margin-top:1em;
	text-align:left;
}
div.textos-menu p strong {
	color:#000000;
}
p.punteado-superior {
	background-image:url(punteado-menu-lateral.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:6px;
}
div.textos-menu p.gris ,
div.textos-menu p a.gris ,
div.textos-menu p strong.gris {
	color:#666666;
}