.pie {
	font-family: Tahoma, Verdana;
	font-size: x-small;
	font-style: normal;
	color: #666;
	letter-spacing: normal;

}
.novedad {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 100%;
	text-transform: uppercase;


}
.content img, .quickfacts img {
	border: 1px solid #999;
}

.capafoto {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #333;
	padding: 5px;
	cursor: hand;
}
.piefoto {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #CCC;
	font-size: 12px;
}
.container {
	width: 850px;
	background-color: #FFF;
	margin: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.content {
	background-color: #E4E4E4;
	float: right;
	width: 63%;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border: 1px solid #8191C9;
}

.topnavigation {
	background-color: #FFF;
	margin-bottom: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-size: 85%;
}
.quickfacts {
	float: left;
	width: 180px;
	background-color: #FFF;
	color: #787878;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 20px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	background-color: #CCC;
}

.footer {
	background-color: #FFF;
	clear: both;
	width: 850px;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana;
	font-size: x-small;
	font-style: normal;
	color: #666;
	letter-spacing: normal;
}
.imagenLink {
	text-align: center;
	border: 1px solid #999;
	cursor: hand;
}

a:visited {
	color: #009;
	text-decoration: none;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #009;
}

/* ===========================================================================
============================================================================= */
.gallerycontainer{
position: relative;
height:150px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
left: 0px; /*position where enlarged image should offset horizontally */
top: 98px; /*position where enlarged image should offset vertically */
z-index: 50;
}