/*	Gominola Creative Media 2007
	Barcelona - http://www.gominola.com
	by urbankid
________________________________________*/
body,div,h1,ul,li,a,p,table,tr,td {
	border:0;
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:10px;
	color:#fff;
}
body {
	background:#000;
}
input,textarea,select,option {
	font-family:Verdana;
	font-size:10px;
	color:#333;
	background:#fff;
}


#holder {
	background:url("../img/bg_holder.jpg") no-repeat top left;
	width:621px;
	height:347px;
	overflow:auto;
}
	#holder #enlaces {
		width:500px;
	}
		#holder #enlaces ul {
			list-style:none;
			padding:30px 0px 0px 30px;
		}
		#holder #enlaces li {
			padding:2px 0px;
		}
		#holder #enlaces a {
			text-decoration:none;
			color:#9b050b;
			font-weight:bold;
		}
	

#thumbs {
	width:621px;
	height:75px;
}


#desc_holder {
	width:621px;
	height:75px;
	margin-top:18px;
	overflow:auto;
}
	#desc {
		width:581px;
		margin:15px 0px 0px 15px;
	}
	#desc p {
		color:#9b050b;
		margin-bottom:8px;;
	}
	#desc p a {
		color:#9b050b;
		text-decoration:none;
	}
