﻿/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */
#wrap {
	width: 92%;
	margin: 0 auto;
	text-align: center;
	height: 100px;
}
#main-content li {
	width: 90px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin: 0px;
	background-image: url('images/fondo-dia3.jpg');
	background-repeat: no-repeat;
	height: 90px;
	padding-top: 11px;
	
}
#main-content a.p1, #main-content a.p1:visited {
	width: 50px;
	height: 61px;
	text-decoration: none;
	background: #fff;
	top: 0;
	left: 0;
	border: 0;
	

}
#main-content a img {
	border: 1px ridge #336600;
	height: 61px;
	width: 50px;
}
#main-content a.p1:hover {
	text-decoration: none;
	background-color: #8c97a3;
	color: #000;
}
#main-content a .large {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	top: 0;
	left: 0;
}
#main-content a.p1:hover .large {
	display: block;
	position: absolute;
	top: -25px;
	left: 0px;
	width: 81px;
	height: 100px;
	border: 4px ridge #336600;
}

