div#bottom_menu {
	width: 985px;
	height: 50px;
	clear: both;
	display: block;
	margin: 0;
	padding-top: 0px;
	background-image: url(../images/footer/bg_bottom_menu.png);
	background-repeat: no-repeat;
}
	div#bottom_menu ul.menu {
		text-align: left;
		margin-left: 95px;
	}
		/*/
			Simple horizontal list
			http://css.maxdesign.com.au/listamatic/horizontal01.htm
		/*/
		div#bottom_menu ul.menu li {
			display: inline;
			list-style-type: none;
			margin-right: 10px;
			padding-right: 10px;
			background-image: url(../images/footer/bg_bottom_menu_li.png);
			background-position: right;
			background-repeat: no-repeat;
		}
			div#bottom_menu ul.menu li a,
			div#bottom_menu ul.menu li a:hover,
			div#bottom_menu ul.menu li a:focus {
				color: #333333;
				font-size: 11px;
			}
			a.ILCE,
			a.ILCE:hover,
			a.ILCE:focus {
				color: #333333;
				font-size: 11px;
				font-weight: bold;
			}
		div#bottom_menu ul.menu li#item-119 {
			background-image: none;
		}
div.copyright {
	margin: -5px 0 0 95px;
	width: 650px;
	text-align: left;
	font-size: 11px;
	color: #333333;
}
div.resolucion {
	position: relative;
	margin: 5px 0 0 0;
	width: 890px;
	text-align: right;
	font-size: 9px;
	color: #333333;
	border: 0px solid #000000;
}
div.resolucion2  {
	margin: 5px 0 0 0;
	position: relative;
	left: 891px;
	top: -25px;
	width: 60px;
	border: 0px solid #FF0000;
}
