/*	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:#9b050b;
}
body {
	background:#000;
}
input,textarea,select,option {
	font-family:Verdana;
	font-size:10px;
	color:#333;
	background:#fff;
}
h1 {
	font-weight:normal;
}


#holder {
	background:url("../img/bg_holder.jpg") no-repeat top left;
	width:621px;
	height:347px;
	overflow:hidden;
}
	

#thumbs {
	width:621px;
	height:75px;
}
	#thumbs #titulo {
		width:621px;
		height:20px;
		overflow:hidden;
	}
		#thumbs #titulo p {
			height:20px;
			margin-left:5px;
			line-height:20px;
			color:#9b050b;
		}
/* Gallery Styles */
#motioncontainer {
	width:100%; /* Set to gallery width, in px or percentage */
	height:51px; /* Set to gallery height */
}
#motioncontainer a {
	border-right:5px solid #000;
}
#motioncontainer a img {
	height:46px;
	border:0;
	border-bottom:5px solid #000;
}
#motioncontainer a:hover img {
	border-bottom:5px solid #9b050b;
}

#statusdiv {
/*border: 1px solid gray;
padding: 2px;*/
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: #333; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


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