/* CSS Document */
/********** GALLERY *********/
.gallery {
	/*float: left;*/
	/*float: none;*/
	background-color: transparent;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gallery .thumb, .gallery .thumb-sel {
	text-decoration: none;
	/*display: block;*/
	width: 82px;
	min-width: 5px; /** para adaptarse en IE iehacks.css **/
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px 2px 1px;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align: center;
}
.gallery .thumb {
	border-top: 1px solid #DDE4E9;
	border-right: 1px solid #CED8DF;
	border-bottom: 1px solid #CED8DF;
	border-left: 1px solid #DDE4E9;
	color: #666666;
	background: #F1F4F6 url(../images/thumb01.gif) 50% 0%;
	padding-top: 6px;
	padding-bottom: 16px;
}
.gallery .thumb-sel {
	border-bottom: 1px solid #CC0000;
	border-left: 1px solid #FFFF00;
	border-top: 1px solid #FFFF00;
	border-right: 1px solid #CC0000;
	color: #ffffff;
	background-color: #FFCA3E;
	background-image: url(../images/thumb02_sel.gif);
}

.gallery .thumb:hover {
	color: #FFFFFF;
	border-color: #CC3366 #990000 #990000 #CC3366;
	background: #EB3F77 url(../images/thumb01_o.gif) no-repeat 50% 0%;
}
.gallery .thumb .foto, .gallery .thumb-sel .foto {
	display: block;
	background: url(../images/loading.gif) no-repeat 50% 50%;
	margin: 0px auto 2px;
}
.gallery .thumb-sel .foto {
	background-color: #000000;
	border-color: #000000;
}
.gallery .thumb:hover .foto, .gallery .thumb-select:hover .foto {
	border-color: #FFFFFF;
	background: #FFFFFF url(../images/loading.gif) no-repeat 50% 50%;
	color: #FFFFFF;
}
.gallery .thumb .Stars {
	display: block;
}
.gallery .thumb .Stars IMG {
	padding: 0px;
	border-style: none;
	background: transparent;
}
.gallery .thumb .Txt, .gallery .thumb .info02 {
	white-space: normal;
	line-height: 1em;
	font-size: 10px;
	text-align: left;
	height: 33px;
	display: block;
	padding-right: 2px;
	padding-left: 4px;
	font-weight: normal;
}
.show {
	text-align:center;
}
.show .fotoG {
	/*display: block;*/
	clear: both;
}
.show .fotoG IMG {
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
.show .fotoG:hover IMG {
	background: #ffffff url(../images/loading.gif) no-repeat 50% 50%;
}
/**********************************************************/

.gallery .navPags .b, .show .navPags .b {
	background: #99AAB7;
	color: #FFFFFF;
}

