body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #909192;
	background-color: #000000;
	padding: 10px;
}

* {margin: 0; padding: 0;}

#top {
	width: 100%;
	height: 87px;
	background: url(../img/bg_lista.gif) repeat-x;
	}
	
.left {
	width: 100%;
	height: 87px;
	background: url(../img/bg_lista_l.gif) no-repeat;
	}
	
.right {
	width: 100%;
	height: 87px;
	background: url(../img/bg_lista_r.gif) no-repeat  top right;
	position: relative;
	}
	
.buenologo {
	position: absolute;
	top: 15px;
	left: 26px;
	}
	
.femmefatale {
	position: absolute;
	top: 23px;
	right: 43px;
	}
	
#text {
	position: absolute;
	width: 745px;
	height: 62px;
	background: url(../img/bg_text.gif) no-repeat;
	top: 15px;
	left: 135px;
	}
	
#text p {
	margin: 13px 0 0 0;
	}
	
#text img {
	float: left;
	margin: 13px 23px;
	border: 0;
	}
	
a {
	color: #D1D2D2;
	 font-weight: bold;
	 }

a:hover {
	color: #FF6E4D;
	}
