div#cont {
	margin: 0;
	padding: 0;
}

div#cont {
	display: block;
	list-style-type: none;
	height: 80px;
	width: 500px;
	position: relative;
}

div#cont div {
	position: absolute;
	display: inline;
}

div#hidder {
	height: 80px;
	width: 675px;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 10px;
	z-index: 100;
}

a img { border: 0; }

div#cont div:hover {z-index: 100;}

ul#menuPri li:hover span {display: block;}

html ul#menuPri li span {
	float: left;
	padding: 5px;
	margin: 0;
	margin-left: 20px;
	position: absolute;
	z-index: 100;
	left: 0; top:12px;
	display: none;
	background: #0085D1;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
html ul#menuPri li span a {
	color: #eee;
	display: inline;
	font-size: 11px;
}
ul#menuPri li span a:hover {text-decoration: underline;}

#pie {
	margin-bottom: 15px !important;
	height: 80px;
}

.oferta {
	width: 380px;
	text-align: center;
	position: relative;
}

.oferta h2 {
	margin-bottom: 5px;
}

.oferta img {
	float: left;
	max-width: 300px;
}

.precioferta {
	position: absolute;
	right: 15px;
	top: 50px;
	width: 150px;
	height: 150px;
	background: url(../img/estrella.png) no-repeat;
}
