
#Main .item p{
	margin: 0px 0px 15px 0px;
	text-align: center;
}
#Main .item2 p{
	margin: 0px 0px 15px 0px;
	text-align: center;
}
#Main  h1{
	display:block;
}

.clear{
	clear:both;
}

.item{
	width: 146px;
	height: 190px;
	float:left;
	/*border: 1px #00FF00 solid;*/
}
.item a img{
	height: 146px;
	overflow: hidden;
}
.item a {
	display:block;
	background: url("../img/productos/bg.gif") 0 0 no-repeat;
	text-decoration: none;
}
.item a:hover {	
	background-position: -146px 0px;
	color: #FFF;
	text-decoration: none;
}
.item a:active {
	background-position: -146px 0px;
	text-decoration: none;
}


.item2{
	width: 292px;
	height: 190px;
	float:left;
	/*border: 1px #00FF00 solid;*/
}
.item2 a img{
	width: 292px;
	overflow: hidden;
}
.item2 a {
	display:block;
	background: url("../img/productos/bg_2.gif") 0 0 no-repeat;
	text-decoration: none;
}
.item2 a:hover {	
	background-position: -292px 0px;
	color: #FFF;
	text-decoration: none;
}
.item2 a:active {
	background-position: -292px 0px;
	text-decoration: none;
}

.item3{
	width: 146px;
	height: 354px;
	float:left;
	/*border: 1px #00FF00 solid;*/
}
.item3 a img{
	height: 284px;
	overflow: hidden;
}
.item3 a {
	display:block;
	background: url("../img/productos/bg_3.gif") 0 0 no-repeat;
	text-decoration: none;
}
.item3 a:hover {	
	background-position: -146px 0px;
	color: #FFF;
	text-decoration: none;
}
.item3 a:active {
	background-position: -146px 0px;
	text-decoration: none;
}


.item4{
	width: 292px;
	height: 288px;
	float:left;
	/*border: 1px #00FF00 solid;*/
}
.item4 a img{
	height: 288px;
	overflow: hidden;
}
.item4 a {
	display:block;
	background: url("../img/productos/bg_4.gif") 0 0 no-repeat;
	text-decoration: none;
}
.item4 a:hover {	
	background-position: -292px 0px;
	color: #FFF;
	text-decoration: none;
}
.item4 a:active {
	background-position: -284px 0px;
	text-decoration: none;
}

