#body {
	position: relative;
}

#calendarwrapper {
	position: absolute;
	top: 1.5em;
	right: 0;
	width: 25% !important;
	width: 52.5%;
}

#calendar {
	margin: 0 1em;
	padding: 1em;
	background: #F9FAF7;
	display: block;
}

#calendar >/**/.calendarinner { /* Para todos menos <=IE7 */
	display: table;
	float: none;
	margin: 0 auto;
}

#derecha .interior {
	padding-top: 17em;
}

