@charset "utf-8";
.loading {
	background-image: url(../images/loading.gif);
	background-color:#333333;
	width: 500px;
}
#loader {
	width:600px;
	height:770px;
	background-repeat: no-repeat;
	background-position: center center;
}
.text_loader {
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/bg_titulo.jpg);
	width: 590px;
}

#thumbnails img{
	cursor:pointer;
}
#thumbnails {
	width: 280px;
}
