div.tooltip{
	position: absolute;
	font: normal 10px verdana;
	filter: alpha(opacity=80);
	-mos-opacity: 0.80;
	opacity: 0.80;
	border: solid 1px black; /*padding: 10px 10px 10px 10px;*/
}

td.tooltip_cell{
	
	font: normal 10px verdana;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom: 0px solid #000000;
	font-weight: bold;
}

td.tooltip_center{
	
	font: normal 12px verdana;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #000000;
	background-color: #000000;
}

div.tooltip_cart{
	position: absolute;
	color: #ffffff;
	filter: alpha(opacity=80);
	-mos-opacity: 0.80;
	opacity: 0.80;
	border: solid 1px #000000; /*padding: 10px 10px 10px 10px;*/
}

TABLE.tabla_tooltip_cart{
	background-color: #FAFBFE;
}

TABLE.tabla_tooltip_cart TH{
	background-color: #688A22;
	color: #FFFFFF;
	padding: 0px 2px 0px 2px;
}

TABLE.tabla_tooltip_cart TD{
	color: #000000;
	border-bottom: 1px solid #cccccc;
	padding: 0px 2px 0px 2px;
}




div.div_popup{
	position: absolute;
	/*filter: alpha(opacity=100);
	-mos-opacity: 1;
	opacity: 1;*/
	
}

DIV.div_popup TABLE.tabla_popup{
	background-color: #FFFFFF;
	color: #000000;
	border: solid 2px #000000;
}


DIV.div_popup TABLE.tabla_popup TH{
	background-image: url(../images/fondo_titulo_popup.jpg);
	color:#000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}

DIV.div_popup TABLE.tabla_popup TD.celda{
	text-align: left;
	font-family: "Verdana";
	font-size: 12px;
	padding: 10px 4px 10px 4px;
	background-color: #FDFFF6;
}

DIV.div_popup TABLE.tabla_popup TD.celda li{
	margin: 14px 0px 0px 0px;
}

.img_close{
	margin: 1px 1px 1px 1px;
}

.img_close_over{
	border: 1px solid #000000;
}