
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(http://www.finanzaspersonalesmexico.com/css/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(http://www.finanzaspersonalesmexico.com/css/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


.titulo1 {
	font-family:"Trebuchet MS", Lucida Grande, Arial;
	font-size: 18px;
	color:#0099CC;
	line-height:1.6;
	text-transform: uppercase;
}

.pie1 {
	font-family:"Trebuchet MS", Lucida Grande, Arial;
	font-size: 13px;
	color:#ffffff;
	text-decoration: none;
	line-height:1.3;
}

a.pie1 {
	font-family:"Trebuchet MS", Lucida Grande, Arial;
	font-size: 13px;
	color:#ffffff;
	text-decoration: none;
	line-height:1.3;
}

a.pie1:hover {
	font-family:"Trebuchet MS", Lucida Grande, Arial;
	font-size: 13px;
	color:#000000;
	text-decoration: underline;
	line-height:1.3;
}


.pie2 {
	font-family:"Trebuchet MS", Lucida Grande, Arial;
	font-size: 11px;
	color:#ffffff;
	line-height:normal
}

a.pie2 {
	font-family:"Trebuchet MS", Lucida Grande, Arial;
	font-size: 11px;
	color:#ffffff;
	text-decoration: none;
}

a.pie2:hover {
	font-family:"Trebuchet MS", Lucida Grande, Arial;
	font-size: 11px;
	color:#000000;
	text-decoration: underline;
}
a.enlace {
	font-family:"Trebuchet MS", Lucida Grande, Arial;
	font-size: 13px;
	color:#FF6600;
	text-decoration: none;
	line-height:1.8;
}

a.enlace:hover {
	font-family:"Trebuchet MS", Lucida Grande, Arial;
	font-size: 13px;
	color:#000000;
	text-decoration: underline;
	line-height:1.8;
}
.Estilo6 {font-family: "Trebuchet MS", Lucida Grande, Arial; font-size: 11px; color: #000000; line-height: normal; }
.Estilo7 {font-family: "Trebuchet MS", Lucida Grande, Arial; font-size: 13px;
	color: #000000;
	font-weight: bold;
}