@charset "utf-8";
/* CSS Document */
#gallery {
	/*color de fondo recuadro mayor donde estan todas las miniaturas*/
		background-color: #FFF;
	padding: 5px;
	width: 810px;
	float:right;
	margin-right:15px;
	margin-top: 0px;
}
#gallery ul {
	list-style: none;
	text-decoration:none;
	list-style-image: none;
}
#gallery ul li {
	display: inline;
	text-decoration:none;
	list-style-position: inside;
	background-image: url('nueva/images/postbullets.png');
	background-repeat: no-repeat;
}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 1px;
	text-decoration:none;
	list-style:none;
}
#gallery ul a:hover img {
	/*color marco de las miniaturas*/
		border: 5px solid #fff;
	border-width: 1px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
#gallery ul li a {
	text-decoration:none;
	background-image: url('nueva/images/postbullets.png');
	background-repeat: no-repeat;
}
