@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;


	filter:alpha(opacity:0.1);
	height: 300px;
	width: 300px;
}

.tooltipContent
{
	background-repeat: no-repeat;
	height: 135px;
	width: 200px;
	font-size: 12px;
	text-align: justify;
	clip: rect(auto,auto,auto,10px);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000;
	letter-spacing: 0px;
	float: right;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../imagenes/background-cyan-think3.png);
}
