/* CSS Document */
.ofertas{
float:left;
margin-left:10px;
margin-bottom:10px;
cursor:pointer;
}

#cont_ofertas{
	float:left;
	width:620px;
	overflow:hidden;
	margin-left:20px;
}

#banner{
	width:578px;
	height:300px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	font-size:28px;
	padding:0px 10px;
}

#derecha{
	float:right;
	margin-left:10px;
	width:160px;
}

#menu_derecha{
margin-top:20px;
float:right;
width:100px;
}
#vinc a{
color:#000000;
text-decoration:none;
}
#vinc a:hover{
color:#CCCCCC;
}
#vinc{
margin-top:10px;
clear:right;
font-size:12px;
width:160px;
}
#vinc li{
list-style-type:square;
color:#79B821;
list-style-position:inside;
border-bottom:1px solid #79B821;
}

#ofertaspie{
clear:both;
}
