
a.ligasvt {
margin-right:7px;
font-size:10px;
color:#1774FF;
padding:4px;
}

a.ligasvt:hover {
color: #1774FF;
text-decoration:underline; 

}


/*a:link {
margin-left:500PX;
color: #1059C2; text-decoration: underline;
 }
 
 a:visited {
color: #1059C2;
text-decoration:underline;
} 

a:hover {
color: #ED6C10;
text-decoration: underline; 
}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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 {
	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:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:23px;
	float:right;

}

#TB_closeAjaxWindow{
	padding:0px;
	margin-bottom:1px;
	width:261px;
	height:22px;
	text-align:right;
	float:right;
	background: transparent url(../img/footer_ventana.gif) no-repeat;
}


#TB_ajaxWindowTitle{
	float:left;
	width:261px;
	height:65px;
	padding:5px 5px 5px 5px;
	margin-top:1px;
	font-size:11px;
	background: transparent url(../img/aviso_cabeza.gif) no-repeat;
}

#TB_title{
	height:65px;

}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align: justify;
	line-height:19px;
	color:#555555;
	/*background:url(../img/inferiorp.jpg);	*/
	}


#TB_ajaxContent p{
	padding:5px 0px 5px 5px;
}

#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;
}

