

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;
color: #555555;
text-align:justify;
}

#TB_secondLine {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
font-size: 11px;
color: #555555;
line-height: 1.5em;
}

#TB_window a:link {color: #707070;
text-decoration:none;
}

#TB_window a:visited {color: #707070;
text-decoration:none;
}

#TB_window a:hover {color:#707070;
text-decoration:none;
}
#TB_window a:active {color:#707070;
text-decoration:none;
}

#TB_window a:focus{color: #707070;
text-decoration:none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	padding:0px;
	margin:0px;
	position: absolute;
	background: #FFFFFF;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2x solid #68A6D9;
	text-align:left;
}

/*#TB_window img {
	display:block;
	margin-left:7px;
	margin-top:2px;
	margin-bottom:10px;	
}*/




#TB_caption{
	height:32px;
	padding:0px;
	margin:0px;
	float:left;
}

#TB_closeWindow{
	height:32px;
	float:right;
}

#TB_closeAjaxWindow{
	margin:0px 4px 5px 5px;
	width:312px;
	height:35px;
	text-align:right;
	/*background:url(../img/footer_ventana.gif) no-repeat;	*/
}


#TB_ajaxWindowTitle{
	float:left;
}


#TB_title3{
	margin:5px 4px 15px 5px;
	width:311px;
	height:34px;
	background:url(../img/fugitivos_ventana.gif) no-repeat;	
}




#TB_title2{
	margin:5px 4px 15px 5px;
	width:311px;
	height:34px;
	background:url(../img/exp_los_mas.gif) no-repeat;	
}


#TB_title{
	margin:5px 4px 15px 5px;
	width:312px;
	height:34px;
	background:url(../img/personas_extraviadas.gif) no-repeat;	
}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align: left;
	line-height:19px;
	color:#555555;
/*	background:url(../img/ventana.gif);	*/
	}


#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}


.foote{
margin:0px;
border:0px;
}





