/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255);}
 A:link { color: rgb(0,0,255);}
 A:visited { color: rgb(128,0,128);}
 .oferta {
	background-color: #0A4C71;
	border: 2px inset #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DC9729;
	font-weight: bold;
	text-align: left;
}
.oferta a {
	color: #DC9729;
	text-decoration: underline;
}

.oferta h2 {
	font-size: 16px;
	text-decoration: underline;
	color: #D6D6D6;
}

.oferta h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: right;
	display: block;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: blink;
}
