@charset "utf-8";
/* CSS Document */

.galeriaExterno {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;
	z-index: 90;
	background-color: #003466;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.galeriaInterno {
	display: none;
	position: absolute;
	left: 50%;
	top: 120px;
	width: 990px;
	height: 710px;
	z-index: 91;
	margin-left: -495px;
	padding-left: 0px;
	padding-right: 0px;
}

.PhotosLeft {
	float: left;
	width: 20px;
	padding: 5px 0;
}

.PhotosRight {
	float: left;
	width: 20px;
	padding: 5px 0;
}

div.loading {
	display: none;
	top: 100px;
	width: 100%;
	height: 250px;
	text-align: center;
	margin-top: 120px;
}

#thumbFrame {
	width: 895px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#photoFrame {
	width: 100%;
	overflow: auto;
	text-align: center;
	padding-top: 10px;
	height: 480px;
	margin-bottom: 20px;
}

#photoFrame p {
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 0;
}

#photoFrame img {
	max-width: 860px;
	max-height: 460px;
}

#thumbsShow { vertical-align: top; }

.PhotoThumb {
	display: inline;
	border: none;
	padding: 5px;
}

.PhotoThumb:hover {
	background-color: #FF7800;
}

.PhotoThumbBack {
	background-color: #FFFF66;
}

#galeriaTitulo {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #525C66;
}

