	#mainContent div.cuadro {
		width:			426px;
		position: 		absolute;
		overflow: 		hidden; 
	}
	
	#mainContent div.superior 	{ top:		0; height: 283px; }
	#mainContent div.inferior 	{ bottom:	0; height: 142px;}
	#mainContent div.izquierda	{ left:		0; }
	#mainContent div.derecha 	{ right:	0; }
	

	#presupuesto {
		display:		block;
		font-size: 		2em;
		color: 			white;
		width:			426px;
		height: 		283px;
		position:		relative;
	}
	
	#presupuesto:hover {
		color:			#cee082;
	}
	
	#presupuesto span {
		position:		absolute;
		bottom:			15px;
		right:			15px;
	}
	
	#presupuesto span.main {
		position:		absolute;
		top:			15px;
		left:			15px;
		font-size: 		1.7em;
	}
		
	#promo .main {
		display:		block;
		margin-top:		20px;
		font-size: 		1.8em;
	}
	
	#promo .sub {
		display:		block;
		margin-top:		10px;
		font-size: 		.9em;	
	}
	
	#promo em {
		font-style: 	normal;
		font-weight: 	bold;
	}