/* - - - - - - CSS Document - - - - - - - - -
Title : Global style sheet for client-side web development
Author : Cody Lindley 
- - - - - - - - - - - - - - - - - - - - - */

/* ---------->>> jtip <<<---------------------------------------------------------------*/

/* -- capa principal --*/
#JT {
	position: absolute;
	z-index:100;
	background-image:url(img/pix_capita.gif);
	padding:10px;
	text-align:center;
}

/* -- texto --*/
#JT_copy{
	padding:0px;
}

/* -- cargador --*/
.JT_loader{
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

/* -- imagen --*/
#JT_copy img{
	padding: 2px;
	background-color:#FFFFFF;
	border: 1px solid #999;
	margin: 0px 0px 0px 0px;
}

/* -- cursor en el enlace--*/
.jTip{
cursor:help;
}

