.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: A29180;
}
 /*----------------------------- PopUp Index (Leo)  --------------------------------------*/
 #popup {
	position:absolute;
	width: auto;
	height: auto;
	margin: 20% 0 0 33%;
	text-align: right;
	left: -56px;
	top: -75px;
	vertical-align: bottom;
	visibility: visible;
}
 #popup img.pop {
	border: #5093d0 3px solid;
}
#popup div.texto {
	width: auto;
	height: auto;
	margin: 5px;
	float: right;
	position: absolute;
	right: 4px;
	top: 390px;
	bottom:125px;
}
#popup div.img {
	width: auto;
	height: auto;
	float: right;
	position: absolute;
	right: -10px;
	top: -10px;
	border: none;
}
#popup a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#popup a:hover {
	color: #DAE4F8;
}
#popup a:visited {
	color: #ffffff;
}
#popup a:active {
	color: #c0c0c0;
}
