/* CSS Document */

@import url("menu/catalogo.css");

#workplace {
	clear: both;
	background: #090f0e url(../images/portada_c50.jpg) top right no-repeat ;
	height: 740px;
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	/* border: 1px solid #f7af31; */
}

ul {
	margin: 30px 0 0 50px;
	padding: 0;
}

ul li {
	margin-top: 10px;
	list-style: none;
}

#menu_series a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

#menu_series a:hover {
	border-bottom: 1px dotted #ccc;
}
