/* global */
#cluetip-close img{
  border: 0;  
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
	width: 16px;
	height: 16px;
	position: absolute;
	background-image: url(/iconos/imgBaseAR/icono_tootips5.gif);
	margin:0px;
	padding:0px;
	float: right;
	position: relative;
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 6px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0px;
  padding: 2px 0 0 3px;
  *padding-top: 1px;
  font-size: 12px;
  color: #333;
  height:20px;
  font-family:arial, verdana;

}

.cluetip-jtip #cluetip-inner {
  padding: 0;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
	float:right;
	padding:3px 5px 0 0;
	border: 0!important;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(/iconos/imgBaseAR/icono_tootips1.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/iconos/imgBaseAR/icono_tootips2.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/iconos/imgBaseAR/icono_tootips3.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/iconos/imgBaseAR/icono_tootips4.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/* Agregado */
#cluetip {
	width:220px!important;
	*width:200px!important;
	margin-left:30px!important;
	*margin-left:35px!important;
}

#cluetip ul{
	margin:0 0 10px;
	padding:0;
}
#cluetip li{
	background:transparent url(/iconos/imgBaseAR/icono_flechaverde.gif) no-repeat scroll 0 4px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 5px;
	padding:0 0 0 6px;
}
#cluetip li a:link, a:visited{
	color:#666;
}
#cluetip li a:hover{
	color:#999;
}

#cluetip {
	text-align:justify;
}
#cluetip p{
	margin:0 0 5px 0;
}
.cluetip-jtip h3#cluetip-title {
	text-align:center;
	*width:200px!important;
}

/* Funciones Categoria */
.iconoInfoBox {
	float:left;
	margin:0 0 0 5px;
}

.iconoInfoBox h2 {
	color:#669900;
	float:left;
	font-size:11px;
	margin:7px 0 0 5px;
}

.iconoInfoBox img {
	float:left;
}

#infoDetalles {
	margin:0 0 20px 0;
	text-align:center;
	width:210px;
	*width:200px;
}

#infoDetalles p {
	margin:0px;
	padding:0px;
}

