/* Copyright © 2009 Gabriel Somoza @ Aycron - IT Solutions
 * gabriel.somoza@aycron.com / somoza_gabriel@hotmail.com
 */

/* Popup Baloon Styles */
.popup {
    margin: 0 auto;
    padding: 0;
    position: relative;
	cursor: hand;
}
.popup a {
	display:block;
	height:26px;
	margin-left:-3px;
	margin-top:0px;
	padding-left:2px;
	width:24px;
}
.popup #background{
	background:transparent url(../images/bg_popup.png) no-repeat scroll -287px -150px;

	height:235px;
	position: absolute;
	width:301px;
	_width:260px;
	z-index:2;
	display: none;
	left:-130px;
	top: -210px;
}
.popup .bubble{
	background-color:#FAAFC3;
	border:1px solid #5a7902;
	width: 141px;
	_height:111px;
	_width:124px;
    position: absolute;
	z-index:3;
    text-align: center;
	padding: 2em 0.5em 1em 0em;
	_padding: 2em 0.5em 0.5em 0em;
	-moz-border-radius:5px;
	left:75px;
	_left:78px;
	top:53px;
	_top:43px;
} 
.popup .bubble h1{
	font-weight:normal;
	margin-bottom: 0.3em;
	_margin-bottom: 0em;
	color:#603008;
	font-size:17px;
} 
.popup .bubble ul{
	margin-left: 1.3em;;
	_overflow:hidden;
	text-align:left;
	list-style: none;
	_width:124px;
} 
.popup .bubble ul li{
	font-size:13px;
	_width:135px;
	_padding:4px 0px;
	margin:6px 3px 0 1px;
	_margin:2px 3px 0px 1px;
	font-size: 12px;
} 
.popup .bubble ul li span{
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin: 3px 0.5em;
	_margin: 1px 3px;
	border: 1px solid #5a7902;
	overflow:hidden;
} 

.popup .bubble ul .full {
	color: red;
} 
.popup .bubble ul .full span{
	background-color: red;
} 
.popup .bubble ul .empty{
	color: #613208;
} 
.popup .bubble ul .empty span{
	background-color:white;
} 

/* coment*/
.popup .bubble img{
	clear:both;
	width: 14px;
	height: 18px;
	margin-top: 1.2em;
	*margin-top: 0.9em !important;
	margin-left: -3.3em;
	*margin-left: 4.7em !important;
	position: absolute;
}
img.icono {     /*hack solamente para safary*/
	position:absolute;
	width:14px;
	height:14px;
	top:116px;
	*top:119px !important;
	_top:128px;
	left:90px; 
	*left:0px; 
}
