/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}

/* --------- Para la capa con contenido oculta ------ */

.JTipContent
{
    display: none;
    vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	top:-25px;
}

#JTipMouseOver tbody tr td.Titulo
{
	font-size: 12px;
	color: #656565;
	font-weight: bold;
}

#JTipMouseOver tbody tr td.Subtitulo
{
	font-size: 10px;
	color: #696969;
}


#JTipMouseOver tbody tr td.Dato
{
	font-size:10px;
	color: #34302F;
	font-weight: bold;
}

#JTipMouseOver tbody tr td.Valor
{
	font-size:10px;
	color: #FF6400;
	font-weight: bold;
}



/* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT_arrow_left{
	background-image: url(/portal-core/css/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-5px;
	#left:-50px;
	_left:-5px;
	height:7px;
	width:5px;
  top:50px;
}

#JT_arrow_right{
	background-image: url(/portal-core/css/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

/*

#JT {
	position: absolute;
	z-index:100;
	background-color: #FFFFD1;
	border: 1px solid #696969;
        *//*
        filter:alpha(opacity=90);
        -moz-opacity:0.9;
        opacity: 0.9;
        *//*
}*/

#JT_copy{
	padding:0px 0px 0px 0px;
	color:#333333;
}

.JT_loader{
	background-image: url(/portal-core/css/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight:bold;
}


#JT_copy img{
	padding: 0px;
	border: 1px solid #CCCCCC;
}

a.jTip{
    /*display: block;*/
    color: #FF6400;
    text-decoration: underline;
	font-weight:bold;
}

/*
#JT iframe{
	display:none;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter:mask();
	width:3000px;
	height:3000px;
}


#JT iframe{
	background-color: #FFFFD1;
	border: 1px solid #696969;
  
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  opacity: 0.9;
  
}
*/
