@CHARSET "ISO-8859-1";
.h2Inicio{
	background: url("../images/mainContent_titleUp_black.gif") no-repeat;
}
.spanInicio{
	background: url("../images/mainContent_titleDown_black.gif") no-repeat 100% 0;
}

#galleryHolder .tituloGaleria{
	font-weight: bold;
	font-size: 14px;
	font-family: comic Sans MS,arial,helvetica;
	letter-spacing: 1px;
}

#galleryHolder td{
	border-bottom: 2px solid lime;
}

#galleryHolder td a img{
	border: 1px solid red;
	max-width: 100px;
	max-height: 100px;
	width: expression( document.body.clientWidth > 99 ? "100px" : "auto" );
	height: expression( this.scrollHeight > 99 ? "100px" : "auto" );
}