.menu_vert_bor-inf {
/*float: left;
display: inline;*/
	clear: both;
	padding: 0 0 18px 12px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	width: 170px;
}
.menu_vert_bor-inf ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_vert_bor-inf li {
	margin: 0;
	padding: 0;
}
.menu_vert_bor-inf ul li a {
	display: block;
	padding: 6px 0 0 10px;
	height: 1.3em;
	border-bottom: 1px solid #CCC;
	background: #FFF url(http://cfp.cervantes.es/imagenes/image/comunes/flechas/der_az.gif) no-repeat scroll 0 .8em;
	color: #1A4A77;
	text-decoration: none;
	font-size: .8em;
}
.menu_vert_bor-inf ul li a:hover {
	background-color: #f8f7fc;
	text-decoration: underline;
}