/***** FOTO *****/
#box2 {
	position:absolute;
}
#box2 div {
	width:225px;
	height:170px;
	float:left;
	background-image: url(/2010/templates/Margass/images/1.jpg);
	background-repeat: no-repeat;
	background-position:0 28px;
}
#box2 div p {
	padding-left: 31px;
	margin-bottom: 1px;
	font-size: 10px;
	font-weight: normal;
}
#box2 div p a {
	color: #ECF26C;
}
#box2 div p a:hover {
	color: #FFF;
	text-decoration: none;
}
#box2 div p span {
	font-weight: bold;
	color: #CCC;
}
#box2 h5.item	{
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dashed  #333;
}
.mask2 {
	height:170px;
	overflow:hidden;
	position:relative;
	width:225px;
	float: left;
}
/***** BOTONES *****/
.buttons2 {
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	z-index:4;
	color: #CCC;
	margin-left:33px;
}
.buttons2 span {
	cursor:pointer;
	color: #CCC;
}
.buttons2 span.active, .buttons2 span:hover {
	text-decoration: underline;
	color: #FFF;
}

