/* FLOAT FIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px;
	/*font-size: 0.1em; */
    clear: both;
    visibility: hidden;
}

/* \*/
* html .clearfix {height: 1%;}
/*  */

#mono-col UL {
	background: url(../img/background_item_mapaweb.gif) repeat-x left bottom;
	list-style-type: none;
	margin: 12px 0px 18px 0px;
	padding: 0px 0px 15px 0px;
	/*border: 1px solid blue;*/
	float: left;
	width: 100%;
}

#mono-col LI {
	background: url(../img/bullet_mapaweb.gif) no-repeat left 5px;
	padding-left: 8px;
	margin-bottom: 2px;
	float: left;
	width: 228px;
	/*border: 1px solid yellow;*/
}

#mono-col A {
	color: #676767;
	text-decoration: none;
}
#mono-col A:HOVER {
	color: #676767;
	text-decoration: underline;
}

