#cont {
	width:620px;
	margin:0;
	float: left;
	text-align:left;
	padding:0;
	z-index: 1;
	height: 475px;
}

/***** FOTO *****/
#box1 {
	position:absolute;
}
#box1 div {
	width:550px;
	height:370px;
	float:left;
	background:#000;
}
#box1 img {
	width:500px;
	heigth:370px;
	float:left;
}
#info1 {
	color:#FFF !important;
	cursor:default;
	z-index: 3;
	position: absolute;
	margin-top: 358px;
	margin-left: 76px;
	font-weight: normal;
	font-size: 16px;
}
#info1 h3 a	{
	color: #ECF26C;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
#info1 h3 a:hover	{
	text-decoration:underline;
	color: #FFF;	
}
	
.mask1 {
	position: absolute;
	width:487px;
	height:349px;
	overflow:hidden;
	margin-top: 63px;
	margin-left: 63px;
}
.mask1 #box1 span	{
	display: none;
	visibility: hidden;
}
/***** BOTONES *****/
.buttons	{
	position: relative;
	margin-right: 80px;
	margin-top: 360px;
	z-index: 4;
	float: right;
}
.buttons span {
	padding:0 5px;
	cursor:pointer;
}
.buttons span {
	color: #CCC;
	margin-left: 3px;
	margin-right: 3px;
}
.buttons span.active, .buttons span:hover {
	text-decoration: underline;
	color: #FFF;
}

