.image-overlay {
	list-style: none;
	text-align: left;
}
.image-overlay li {
	display: inline;
}
.image-overlay a:link, .image-overlay a:visited, .image-overlay a:hover, .image-overlay a:active {
	text-decoration: none;
}
.image-overlay a:link img, .image-overlay a:visited img, .image-overlay a:hover img, .image-overlay a:active img {
	border: none;
}

.image-overlay a
{
	margin: 4px;
	float: left;
	border: solid 2px;
	overflow: hidden;
	position: relative;
	background-color: #000;
	display: block;
	background-position: center center;
}
.image-overlay img
{
	position: absolute;
	border: 0;
	display: block;
	background-position: center center;
	z-index: auto;
}
.image-overlay .caption
{
	float: left;
	position: absolute;
	cursor: pointer;
	/* The way to change overlay opacity is the follow properties. Opacity is a tricky issue due to
		longtime IE abuse of it, so opacity is not offically supported - use at your own risk. 
		To play it safe, disable overlay opacity in IE. */
    /* For Firefox/Opera/Safari/Chrome */
	opacity: .8;








    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background-color: #333;
}

.image-overlay .caption h1, .image-overlay .caption h2, .image-overlay .caption h3,
.image-overlay .caption h4, .image-overlay .caption h5, .image-overlay .caption h6
{
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}


.blanco 
{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#firstGallery {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	height: 215px;
	background-color: #F5F5F5;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.52);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.52);
	margin-bottom: 0px;
}
#firstGalleryespec {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	height: 215px;
	background-color: #F5F5F5;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.52);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.52);
	margin-bottom: 0px;
}
#firstGallerytecno {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	height: 215px;
	background-color: #F5F5F5;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.52);
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.52);
}
#firstGallery #titulos1 {
	width: 222px;
	color: #000;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#firstGalleryespec #titulos2 {
	width: 222px;
	margin-top: auto;
	color: #000;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#firstGallerytecno #titulos3 {
	width: 222px;
	margin-top: auto;
	color: #000;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.image-overlay p
{
	text-indent: 0;
	margin: 10px;
	font-size: 1em;
}
