
body {
	font-family: sans-serif;
}
div.Logo {
	margin-bottom: 15px;
	background: url('/images/logo_noba.png') no-repeat 0px 5px;
	font-size: x-large;
	font-style: italic;
	height: 120px;
	padding-left: 260px;
	padding-top: 20px;
}
div.Logo span#secondLine {
	font-size: small;
	font-style: normal;
}
div#footer {
	font-size: small;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div.Ofertas {
}
div.Oferta {
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	border-top: 3px solid #012459;
	border-left: 3px solid #ADCEFF;
	width: 380px;
	float: left;
}
span.Precio {
	color: green;
}
a, a:visited, a:hover, a:link, a:active {
	color: black;
}

