//Nacho Alonso


a.buttonArea {
	width:100px;
	height:100px;
	display:block;
	font-family: Helvetica, Arial, sans-serif;
	color:#000 !important;
	text-decoration:none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

a.buttonArea:hover {
	text-decoration:none;
	color:#000 !important;
}
a.buttonArea img {
	line-height: 0.9em;
	margin-bottom: 15px;
	display:block;
	text-indent:0px !important;
	color: #000;
}

.buttonArea p{
	padding-left: 50px;
	padding-right: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #999999;
}
.smallImage {
	margin-left: 20px;
	padding-top: 25px;
}

.bubbleInfo {
    position: relative;
}

.popup {
	color: #555;
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	width: 236px;
	height: 85px;
	background-image: url(images/popup.gif);
	background-repeat: no-repeat;
}

.popup p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:12px !important;
	text-align:left;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.popup a {
	color: #555;
}

.popup a:hover {
	color: #555;
	text-decoration: none;
}

