/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}



#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}



#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;}
*/

.scroll{height:260px!important; overflow:auto!important}

#TB_window *{margin: 0; padding: 0;}

#contentpopup{margin: 0 auto;}

#TB_window h1{display: block;width: 594px;height: 119px;position: relative;z-index: 0; font-size: 11px;}

#TB_window h1 span, #TB_window h2 span{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}

#contenidopopup{width: 598px; border: 1px dotted #ddddd3; margin-top: 10px; text-align: left;}

#contenidopopup p{font: normal 12px tahoma, arial, sans-serif; color: #676767; line-height: 16px; margin: 0 25px 15px 25px;}

#contenidopopup .inner{margin: 2px; height: 100%; background: #fff url(../img/bg_contentpopup.jpg) 0 30% repeat-x; overflow: hidden;}

#TB_window h2{display: block; width: 594px; height: 58px; position: relative; z-index: 0; margin: 2px auto; margin-bottom: 30px; font-size: 10px;}



/* DeclaraciÃ³n de privacidad */

#TB_window h1 span.priva{background: transparent url(../img/int_polprivacidad.jpg) 0 0 no-repeat;}

#TB_window h2 span.priva{background: transparent url(../img/h2_declaracionprivacidad.jpg) 0 0 no-repeat;}



/* Aviso legal */

#TB_window h1 span.legal{background: transparent url(../img/int_avisolegal.jpg) 0 0 no-repeat;}

#TB_window h2 span.legal{background: transparent url(../img/h2_avisolegal.jpg) 0 0 no-repeat;}



/* Copyright */

#TB_window h1 span.copyright{background: transparent url(../img/int_copyright.jpg) 0 0 no-repeat;}

#TB_window h2 span.copyright{background: transparent url(../img/h2_copyright.jpg) 0 0 no-repeat;}



/*#TB_window a:link {color: #666666;}

#TB_window a:visited {color: #666666;}

#TB_window a:hover {color: #000;}

#TB_window a:active {color: #666666; background: none;}

#TB_window a:focus{color: #666666;}*/

#TB_window a:active{background: none;}



/*--------- Pop up acceso Ã¡ras ------------*/

#accesoareas{	

list-style-type: none;

width: 445px;

margin-left: 5px;

margin-top: 20px;

}

#accesoareas li{

display: block;

width: 383px;

height: 35px;

padding-left: 62px;

border-bottom: 1px solid #cfcfcf;

background: #fafafa url(../img/bg_sinacceso.jpg) top left no-repeat;

margin: 0 0 4px 0;

}

#accesoareas li.conacceso{

background: #f0f0f0 url(../img/bg_conacceso.jpg) top left no-repeat;

}



#accesoareas li a{

font: normal 19px tahoma, arial, sans-serif;

color: #9eb4c2;

text-decoration: none;

display: block;

width: 100%;

height: 30px;

padding-top: 5px;

}

#TB_window #accesoareas li.conacceso a{

color: #2f6081 !important;

}

#accesoareas li a:hover{text-decoration: underline;}

p.popupaccesoareas{

font: normal 12px tahoma, arial, sans-serif;

color: #000;

margin: 10px 0;

}

/*---------------- links pop up mapas -------------*/

.utilinks{list-style-type: none; padding-top: 5px !important}

.utilinks li{display: block; width: 150px; float: left; font-size: 11px; padding-left: 15px !important;}

.utilinks li.google{background: transparent url(../img/ico_googlemaps.gif) top left no-repeat;}

.utilinks li.print{background: transparent url(../img/print.gif) top left no-repeat;}

#mapa{text-align: center; width: 688px;}

#mapa .utilinks{margin: 10px 0 0 250px;}

@media print {

}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {

	position: fixed;

	z-index:100;

	top: 0px;

	left: 0px;

	background-color:#fff;

	filter:alpha(opacity=75);

	-moz-opacity: 0.75;

	opacity: 0.75;

	height:100%;

	width:100%;

}



* html #TB_overlay { /* ie6 hack */

     position: absolute;

     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}



#TB_window {

	position: fixed;

	background: #ffffff;

	z-index: 102;

	display:none;

	border: 1px solid #416F90;

	text-align:left;

	top:50%;

	left:50%;

}



* html #TB_window { /* ie6 hack */

position: absolute;

margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');

}



#TB_window img#TB_Image {

	display:block;

	margin: 15px 0 0 15px;

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	border-top: 1px solid #666;

	border-left: 1px solid #666;

}



#TB_caption{

	height:25px;

	padding:7px 30px 10px 25px;

	float:left;

	font: normal 11px tahoma, arial, sans-serif;

}



#TB_closeWindow{

	height:25px;

	padding:11px 25px 10px 0;

	float:right;

	font: bold 11px tahoma, arial, sans-serif;

}

#TB_closeWindowButton{font: bold 11px tahoma, arial, sans-serif;}



#TB_closeAjaxWindow{

	padding:7px 10px 5px 0;

	margin-bottom:1px;

	text-align:right;

	float:right;

}



#TB_ajaxWindowTitle{

	float:left;

	padding:7px 0 5px 10px;

	margin-bottom:1px;

}



#TB_title{

	background: #E8E8E8 url(../img/bg_titlewmodal.jpg) 0 0 repeat-x;

	height:27px;

}



#TB_ajaxContent{

	clear:both;

	padding:2px 15px 15px 15px;

	overflow:auto;

	text-align:left;

	line-height:1.4em;

}



#TB_ajaxContent.TB_modal{

	padding:15px;

}



#TB_ajaxContent p{

	padding:5px 0px 5px 0px;

}



#TB_load{

	position: fixed;

	display:none;

	height:13px;

	width:208px;

	z-index:103;

	top: 50%;

	left: 50%;

	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */

}



* html #TB_load { /* ie6 hack */

position: absolute;

margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');

}



#TB_HideSelect{

	z-index:99;

	position:fixed;

	top: 0;

	left: 0;

	background-color:#fff;

	border:none;

	filter:alpha(opacity=0);

	-moz-opacity: 0;

	opacity: 0;

	height:100%;

	width:100%;

}



* html #TB_HideSelect { /* ie6 hack */

     position: absolute;

     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}



#TB_iframeContent{

	clear:both;

	border:none;

	margin-bottom:-1px;

	margin-top:1px;

	_margin-bottom:1px;

}