.afzpage {
 background: url('fondo.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
width:100%;
}


.cventries {
	width: 930x;
	height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-140px 0 0 -475px;
}	

.cventry {
	float:left;
	margin-right: 20px;
	width: 300px;
	height: 300px;
	font-size: 20px;
	border: 1px solid grey;
	opacity: 0.8;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
border-radius: 3px;
}

.lastcventry {
	float:left;
	width: 300px;
	height: 300px;
	font-size: 20px;
	border: 1px solid grey;
	opacity: 0.8;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

.entrytitle {
	margin: 10px 10px 10px 20px;
	width:auto;
}

.entrydata {
	margin: 42px 10px 0px 85px;
	width:auto;
}
.entrymoredata {
	margin: 0px 10px 10px 5px;
	width:auto;
}