/* 
CSS File by José Miguel Alcázar - Grafiques Muntaner 2004
Please do not copy anything within this file, it's easier than
you think to do this yourself.
*/

/*  id's properties */

#container {
	position: absolute;
	left: 50%;
	margin-left: -290px;
	top: 30px;
	height: 100%;
	width: 580px;
	z-index: 1;
	}

#logo {
	position: absolute;
	left: 50%;
	margin-left: -390px; 
	top: 0px;
	height: 80px;
	width: 790px;
	z-index: 2;
	}

/*  Selectors */

img, div {border: 0px; margin: 0px; padding: 0px;}
body {
	margin: 0px;
	padding: 0px;
	background-color: #C6AB80;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #462D19;
}

/* Links */

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #462D19;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

h1.h1oferta {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;

}

p.poferta {
	font-size: 10px;
	font-weight: normal;
}

div.oferta {
	background: #D9C7AB;
	width: 100%;
	text-align: center;
	padding: 5px;
}