/* CSS Document GALERIA */
#panelGaleria {
	background-color: #FFFFFF;
	background-image: url(images/centro3.png);
	background-repeat: repeat-y;	
	width: 764px;
	padding: 0px;
	margin: 0px;
	height: 340px;
}
.paddingVertical{
	padding-top: 6px;
	padding-bottom: 20px;
	margin-right: 3px;
	background-image: url(images/s_olucion_circ2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#previews {
	padding: 12px 1px 60px 3px;
	background-image: url(../images/bg.gif);
	width: 128px;
	float: left;
	border: 1px solid #003399;
	color: #F8F9FB;
	background-color: #F7F7F7;
	margin-top: 0px;
	margin-bottom: 5px;
	
	margin-left: 12px;
}
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	/*position: relative;*/
	width: 24px;
	height: 24px;
	float: left;
	margin: 6px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	/*position: absolute;*/
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	cursor:pointer;
}

#picture {
	padding: 0px;
	margin-right:180px;

}
#picture img {	border: 1px solid #999; }

#mainImageOutline {
	margin: 0 auto;
	padding: 1em;
	background-color: #eee;
	padding: 1em;
	overflow: hidden;
	border: 1px solid #003399;
}
#mainImage {
	width: 100%;
	height: 100%;
}
/*#panelGaleria div{// usado solo para identificar los elementos
}*/
#imgDetalle {
	width:150px;
	color: #003399;
	padding-top: 30px;
	padding-right: 25px;
	margin-right: 4px;
	margin-top: 0px;
	float:right;
}
#imgDetalle div{
	width:150px;
}
#imgDetalle a {
	color: #003399;
}
#imgNombre, #imgSitio, #imgCliente {
	color: #1573BF;
	font-size: 12px;
}
#imgFecha {
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
#imgURL {
	padding-top: 8px;
	padding-bottom: 8px;
}
#imgDescripcion {
	padding-top: 8px;
	padding-bottom: 10px;
}