html{
	background:url('../images/star_tile.gif');
}
.body{
	border-left:4px solid #8898c9;
	border-right:4px solid #8898c9;
	font-family: arial,sans-serif;
	padding:0 5px;
	background:#fff;
}
a{
	color:#18327c;

}
.clearboth{
	clear:both;
}  

.metar{
	border-collapse: collapse;
	border:1px solid #ccc;
	width:100%;
}
table caption{
	font-style:italic;
	padding-bottom:10px;
	text-align:center;
}
.metar .glosa{
	background:#103293;
	color:#fff;
	font-weight:bold;
	border-top:6px solid #a0aed5;
	font-weight:120%;
	padding-left:10px;
}
.metar th{
	text-align:left;	
	/*background:#ddd;*/
	border:1px solid #ccc;
	padding:4px;
	
}
.metar td{
	border:1px solid #fff;
	padding:4px;
	background:#e6e6e6;
}
.metar #fecha{
	width:2%;
}
.metar .subtitulo{
	background:#a0aed5;
	font-weight:bold;
}
.form_busqueda_row .texto{
	width:300px;
}

.informacion{
	background: #ffffcc;
	padding:10px;	
	border:1px solid #ddd;
	margin:10px;
}

/** CSS DE LOGIN **/
.login{
	margin:0 auto;
        width:500px;
        
}
.login_row{
        
}
.login_th{
        padding:4px;
        float:left;
        width:100px;
        font-weight:bold;
}
.login_td{
        padding:4px;

}

.hidden{
	display:none;
}
h1{
	font-size:180%;
	font-weight:bold;
	margin:10px 0px;
	margin-bottom:20px;
	color:#5b6eb0;
}
h2{
	font-size:140%;
	font-weight:bold;
	margin:10px 0px;
	/*border-bottom:1px solid #ccc;*/
	color:#586fb3;
}
h3{
	font-size:120%;
	font-weight:bold;
	margin:10px 0px;

}
.main_body{
	padding:5px;
	margin-top:00px;
}
.left_menu{
	padding:5px 5px 5px 0px;
}	
.font_global{
	font-size:11px;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
input{
	padding:3px;
	border:1px solid #BDC7D8;
}
input:not([type=submit]):focus{
	border-color: #d0b070;
	
}
select{
	padding:2px;
	border:1px solid #BDC7D8;
}
select:focus{
	border-color: #d0b070;
}
.selectAerodromo_label{
	width:100px;
	float:left;
	line-height:20px;
}
.main_menu{
	/*background:#ddd;*/
	border-right:1px dashed #103293;
	border-left:2px solid #1d3275;
	padding:0px 0px 0px 0px;
	background:url('../images/layout/menu_tran.png') repeat-y;
}
.main_menu ul li.second{
	background:url("../images/square.jpg") no-repeat 4px 5px;
	list-style-type: none;
	margin-left:0px;
	padding:4px 6px;
	margin-left:0px;
	padding-left:18px;
	border-bottom: 1px solid #103293;
	
}
.main_menu ul li.selected{
	/*list-style-image: url("../images/square_filled.jpg"); 
	list-style-type: none;
	list-style-position: inside;*/
}

.main_menu ul li ul li{
	list-style: circle; 
	margin-left:20px;

}
.main_menu ul .selected a{
	color:#ff3300;
	font-weight:bold;
}
.main_menu ul .selected  ul li a{
	color:#18327C;
	font-weight:normal;
}
.main_menu ul .first.selected  ul li a{
	color:green;
	font-weight:normal;
}
.main_menu li{
	margin-left:0px;
	padding:0px;
	padding-left:0px;
	font-weight:bold;
	
}
.main_menu .second a{
	text-decoration:none;	
}
.main_menu .first{
	background: #1d3275;/*url('../images/layout/body_menu_izq.gif') repeat-x;*/
	/*height:21px;*/
	color:#fff;
	padding:4px 10px;
	border-bottom:1px solid #fff;
}
.main_menu .first a{
	color:#fff;
}
.main_menu li li{
	margin-left:35px;
	font-weight:normal;
}
.spacer{
	clear:both;
}
.spacer_block{
	clear:both;margin:0px;height:1px;width:1px;
}
.crepusculo_vars .thcol{
	width:200px;
	float:left;
	padding:4px;
}
.crepusculo_vars .tdcol{
	width:100%;;
	padding:2px;
}
.crepusculo_out .thcol{
	width:200px;
	padding:4px;
	float:left;
}
.crepusculo_table_row{
	width:200px;

}
.crepusculo_table td{

	padding:4px;
}
.crepusculo_table_th{

}
.aerodromo_table td{
	vertical-align:top;
	padding:4px;
}
.metar_list_row{
	padding:4px;
	background:#ddd;
	margin:2px;	
}

#tabla_operacional table{
	width:760px;
	border:1px solid #858c9e;
}
#tabla_operacional table thead tr th{
	border:1px solid #858c9e;
        padding:5px;
}
#tabla_operacional table tfoot tr td{
	background:#e6e6e6;
        border:1px solid #858c9e;
	padding:10px;
	
}
#tabla_operacional table tfoot tr.form td{
        border:0px;

}
#dist_total{
	font-weight:bold;
}
#ete_total{
	font-weight:bold;
}

.fpl_operacional_head0 th{
	background: #586fb3;
	color: #fff;
        text-align:left;

}
.fpl_operacional_head1 th{
	background: #103293;
	color: #fff;
        text-align:center;

}
.fpl_operacional_head2 th{
	background: #586fb3;
	color:#fff;
        text-align:center;
}
#tabla_operacional_body td{
	border:1px solid #858c9e;
	padding:4px;
	font-size:80%;
}
#tabla_operacional_body .odd{
	background: #e6e6e6;
}	
.map_operacional{
	width: 100%; 
	height: 600px;
	border:1px solid #979797;
	/*float:left;*/
}
.tabla_operacional{
	padding:10px;
}
.ayuda_operacional{
	width:100%;
}
.ayuda_operacional th{
	background:#103293;
	border-top:5px solid #586fb3;
	height:20px;
}
.ayuda_operacional td{
	padding:0px;
	vertical-align:top;
}
.ayuda_operacional_info{
	font-size:80%;
}
.ayuda_operacional_info td{
	padding:0px;
}
.titulo{
	border-bottom:1px solid #ccc;
}
.leyenda{
	/*float:right;*/
	padding:4px;
	width:200px;
	background:#e6e6e6;
}
.leyenda_fpl{
	width:140px;
}
.leyenda_ayuda{
	font-size:80%;
	
}
.leyenda_ayuda li{
	margin-left:10px;
	list-style:disc;
}

.leyenda_ayuda li ul li{
	margin-left:10px;
	list-style:circle;
}
.leyenda_table table{
	border-top:2px solid #bfbfbf;
}
.leyenda_table td{
	padding:5px;
	font-size:110%;
	border-bottom:2px solid #bfbfbf;
}

#checkpoints{
margin:4px;
}
.checkpoint{
padding:4px;
}
.checkpoint_th{
font-weight:bold;
}

.fpl_table{
	border:1px solid #000;
	width:100%;
	background:#BABBC9;
	text-transform:uppercase;
}
.fpl_table td{
	padding:3px;
	padding-left:10px;
	vertical-align:top;
}
.fpl_table th{
	padding:2px;
	padding-left:10px;
	vertical-align:top;
	
}
.fpl_table .fpl_table_title{
	font-weight:bold;
	color:#000099;
	text-transform:uppercase;
}
.fpl_table .fpl_table_bold{
	font-weight:bold;
}
.fpl_table .fpl_table_check{
	font-weight:bold;
	color:#000099;
}
.fpl_nota_small{
	color:#000099;
	font-size:80%;
	font-weight:bold;
}
.fpl_titulo_magno{
	font-size:160%;

}
.fpl_big{
	font-size:140%;
}
.error_list{
	color:#aa0000;
}
.fpl_separador_height th, .fpl_separador_height td{
	padding:10px;

}
.fpl_separador th, .fpl_separador td{
	padding:5px;
        padding-left:10px;
/* 	font-weight:bold; */
	background: #D6D7DE;
}
.fpl_ejemplo{
	font-size:80%;
}
.fpl_separador_horizontal{
    padding:0 7px 0 7px;
}


.fpl_table_real{
	
	width:100%;
	background:url('../images/fpl/fpl_resized2.jpg') no-repeat;
	text-transform:uppercase;
	font-family: monospace;
	font-size:140%;
}
.fpl_table_real td{
	padding:0px;
	margin:0px;
	vertical-align:top;
}
.fpl_table_real .input_text{
	border:0px;
	background:transparent;/*url('../images/fpl/input_text_bg.png') ;*/
	line-height: 21px;
	height:21px;
	padding:0px;
	letter-spacing:14px;
	padding-left:4px;
	text-transform:uppercase;
	margin:0px;
	
	font-family: monospace; 
	
}
.testaa *{ 
	z-index:99;
	
}
.testaa input{
	background:#f0f2f1 !important;
	border:1px solid #25262a !important;
}
.testab *{
	z-index:1;
}
.fpl_table_real .input_text_copy{
	background: #f4f8f8;
	border:0px;
	height:16px;
	line-height:17px;
	padding:0px;
	margin:0px;	
	padding-left:4px;
	text-transform:uppercase;
	font-family: monospace;
	border:1px solid #0f0e10;
}
.fpl_table_real .input_text_clean{
	background:transparent;
	border:0px;
	height:18px;
	line-height:17px;
	padding:0px;
	margin:0px;	
	padding-left:4px;
	text-transform:uppercase;
	font-family: monospace;
}
.fpl_table_real .input_textarea{
	background:transparent;
	border:0px;
	line-height:21px;
	text-transform:uppercase;
	font-family: monospace;
	overflow:auto;
	
}
	
.fpl_table_real .input_select{
	padding:0px;
	margin:0px;
	font-family: monospace;	
}
.fpl_table_real .fpl_marca{
	width:26px;
	height:24px;
	background:url('../images/fpl/marcado.gif');
	cursor:pointer;
}
.fpl_table_real .fpl_marca.desmarcado{
	background:transparent;
}
.fpl_table_real .error_small_li{
	position:absolute;
	font-size:75%;
	line-height:10px;
	text-transform:none;
	margin-top:-15px;
	margin-left:-20px;
	
	
}
.fpl_table_real .error_small_li li{
	display:inline;
}
.calendar_icon{
	cursor:pointer;
}

.box{
	margin-top:5px;
}
.box .box_header{
	/*color:white;
	background:#b8c1de;*/
	font-weight:bold;
}
.box .odd .box_header {
	/*background:#586fb3;*/
}
.box table{
	width:100%;

}
.box tr th{
	border-top:5px solid #576fb7;
	background:#103293;
	color:white;
	font-weight:bold;
	padding:4px;
}
.box td{
	vertical-align:top;
	padding:4px;

	border-bottom:1px solid #ddd;
	border-right: 1px solid #868b9f;
}
.box_center td{
	text-align:center;
}
.box .no_border{
	border:0px;
}
.box tr.odd{
	background:#e6e6e6;
}
.box .header{
	font-weight:bold;
}
.box tr.footer{
	background:#e6e6e6;
	border:0px;
}
.box tr.footer td{
	border:0px;
}

.box table tfoot tr th{
	background:#ddd;
        border:0px;
	color:#000;
	
}
.box .box_hora{
	width:100px;
}
.box .arribos th{
	background:#e9c48f;
	border-top:5px solid #ffedd3;
	color:#000;
}
.box .salidas th{
	background:#bdc9c5;
	border-top:5px solid #dee3e1;
	color:#000;
}
.box .box_matricula{
	width:20%;
}
.box .box_aerodromo{
	width:45%;
}
.box .box_horario{
	width:35%;
}


.estado_vigente{
	font-weight:bold;
	color:green;
}	
.estado_vencida{
	font-weight:bold;
	color:red;
}


.box2 table{
	
}
.aerodromo-informacion-general{
	float:left;
	margin-right:10px;
	width:620px;
}
.aerodromo-imagenes{
	width:150px;
}
.tabla-pistas{
	width:100%;
}
.box2 td, .box2 th{
	padding:2px;
	vertical-align:top;
	
}
.box2 th{
	font-weight:bold;
}
.box_column_left{
	width:48%; 	
	float:left;
	/*font-size:80%;*/
}
.box_column_right{
	width:48%;      
        float:right;
	
        /*font-size:80%;*/
}

.formulario{
	border:1px solid #bbb;
}
.formulario table{
	width:100%;
}
.formulario td{
	padding:4px;
	vertical-align:top;
	border-bottom:1px solid #ddd;
}
.formulario th label{
	font-weight:bold;
}
.formulario th{
	padding:4px;
	border-right:1px solid #ccc;
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
	width:40%;
}
.formulario tfoot td, .formulario tfoot th{
	background:#f9f9f9;
	
}
.formulario .linea_arriba td, .formulario .linea_arriba th{
	border-top: 1px solid #000;
}

.mensaje{
        margin: 0px 10px 10px;
        padding: 10px 10px 10px 50px;
        background: #FFF1A8 url('../images/atencion_icon.gif') no-repeat 10px 5px;
        min-height: 28px;
        height: expression(this.height < 28 ? 28: true);
        border: 1px #FFCC00 solid;
}
.notice{
        margin: 0px 10px 10px;
        padding: 10px 10px 10px 10px;
/*         background: ; */
        min-height: 28px;
        height: expression(this.height < 28 ? 28: true);
        border: 1px #666 solid;
}		
.error{
	margin: 0px 10px 10px;
        padding: 10px 10px 10px 50px;
        background: #ffebe8 url('../images/atencion_icon.gif') no-repeat 10px 5px;
        min-height: 28px;
        height: expression(this.height < 28 ? 28: true);
        border: 1px #dd3c10 solid;
}
.error_small{
	background: #ffebe8;
	border: 1px #dd3c10 solid;
	padding:1px 2px;	
}
.error_small_li ul{
	background: #ffebe8;
	border: 1px #dd3c10 solid;
	padding:1px 2px;	
}


#tabnav3{
	clear:both;
	margin:20px 0;
	margin-bottom:20px;
	
}
.tabnav3_left{
	float:left;
	
	background:url('../images/layout/tabs/gifs/tab_comienzo.gif') top left no-repeat;
	padding-left:23px;
	margin-left:-23px;
	
	z-index:9;
}
#tabnav3 .selected .tabnav3_left{
	background:url('../images/layout/tabs/gifs/tab_izq_azul.gif') top left no-repeat;
	margin-left:-23px;
	padding-left:16px;

	z-index:50;
	
}
#tabnav3 .first{
	padding-left:16px;
	margin:0px;
	background:url('../images/layout/tabs/gifs/tab_izq.gif') top left no-repeat;
}
#tabnav3 .selected .first{
	padding-left:16px;
	background:url('../images/layout/tabs/gifs/tab_izq_azul.gif') top left no-repeat;
	margin:0px;
}
.tabnav3_right{
	background:url('../images/layout/tabs/gifs/tab_esq.gif') top right no-repeat;
	
	padding-right:23px;	
	z-index:99;

}
#tabnav3 .selected .tabnav3_right{
	background:url('../images/layout/tabs/gifs/azul_esq.gif') top right no-repeat;
	
	padding-right:23x;
	
}
#tabnav3 .last .tabnav3_right{
	background:url('../images/layout/tabs/gifs/tab_esq.gif') top right no-repeat;
	
	padding-right:23px;
}
.tabnav3_body{
	background:url('../images/layout/tabs/gifs/tab_body.gif') top repeat-x;
	
	padding:17px 0px 10px 0px;
	
	z-index:8;
}
#tabnav3 .selected .tabnav3_body{
	background:url('../images/layout/tabs/gifs/tab_body_azul.gif') top repeat-x;
	
	padding:17px 0px 10px 4px;
}
.tabnav3_body a{
	text-decoration:none;
	padding:0px 10px;
	
	font-weight:bold;
	color:#586fb3;
	font-size:110%;

}
.tabnav3_body a.selected{
	
	color:#fff;

}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
/*font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #d8dfea; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}


ul#tabnav li a { /* settings for all tab links */
border: 1px solid #d8dfea; /* set border COLOR as desired; usually matches border color specified in #tabnav */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
font-weight:bold;
}
ul#tabnav a.unselected{
padding: 2px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
color: #3b5998; /* set unselected tab link color as desired */
background-color: #d8dfea;
}
ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
ul#tabnav li.selected { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnav a.selected{ /* settings for selected tab link */
padding: 6px 10px 2px 10px;

font-weight:bold;
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
}

/* end css tabs */

.imagenes_box{
	text-align:center;
	margin:0  auto;
	width:700px;
}
.imagen_box{
	width:330px;
	
	text-align:center;
	margin:4px;
	float:left;

}
.camara_activa{
	border:2px solid #bbb;
}
.imagen_box img{
	width:320px;
	margin:5px 5px 0px 5px;

}
.imagen_box a{
	
}
.imagen_box .info{
	border-top:1px solid #bbb;
	font-weight:bold;
}
.camara_inactiva{
	border:2px solid #aa0000;
}

.clear{
	clear:both;
}

.notam_raw{
	font-size:100%;
}
.left{
	text-align:left;
}


.caja{
	width:40%;
	float:left;
	border:1px solid #ccc;
	padding:10px;
	margin:10px;
	height:100px;
}
.caja_titulo{
	font-size:120%;
	font-weight:bold;
}
.caja_descripcion{
	font-size:80%;
}
.caja_acciones{
	text-align:right;
}
.caja_imagen img{
	width:30%;
	height:100px;
	float:left;
	margin-right:10px;
}

.full_map{
	width:100%;
	height:500px;
}


/*
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  height:200px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}
*/

.camara_detalle .imagen_actual{
	/*position: 'absolute', left: '0px', top: '0px', opacity: '0';*/
	position:relative;
	height:500px;
	
}
.camara_detalle .imagen_actual img{
	border:10px solid #fff;
}
.camara_detalle{
	background:#e6e6e6;
	padding:10px;
	text-align:center;
}
.camara_detalle .lista_imagenes{
	width:690px;
	margin:0 auto;
}
.camara_detalle .lista_imagenes .imagen_small{
	float:left;
}
.camara_detalle .lista_imagenes .imagen_small img{
	border:1px solid #fff;
	margin:2px;
}
.camara_detalle .lista_imagenes .selected img{
	border:1px solid yellow;
}
.camara_detalle .controles{
	background:url('../images/camara_control_diag.jpg') no-repeat top left #fff;
	width:300px;
	height:44px;
	margin-left:446px;

}
.camara_detalle .controles a{
	margin-right:10px;

}
.metrica_busqueda{
	max-height:150px;
	height: expression(this.height > 300 ? 300: true);
	overflow-y:auto;
}
.metrica_busqueda table td{
	padding:4px;
}

.estadisticas{
	padding:4px;
}
.estadisticas #map{
	width:600px;
	height:2000px;
	float:left;
	margin-right:20px;
}
.estadisticas table{
	width:150px;
	margin:4px;
	font-size:80%;
}
.estadisticas table.tabla_estadistica{
	width:97%;
}
.estadisticas table td{
	padding:2px;
	border:1px solid #ccc;
	text-align:center;
}
.estadisticas table th{
	padding:2px;
	border:1px solid #ccc;
	text-align:center;
	font-weight:bold;
	background:#eee;
}







/* FORMULARIO */

.form_header{
	float:left;
}
.form_header_left{
	background: url('../images/formulario/header_left.gif') top left no-repeat;
	
}
.form_header_right{
	background: url('../images/formulario/header_right.gif') top right no-repeat;
	
}
.form_header_body{
	background: url('../images/formulario/header_body.gif') repeat-x;
	
	margin-left:22px;
	margin-right:47px;
	padding-top:15px;
	color:white;
	font-weight:bold;
	font-size:120%;
	padding-bottom:7px;
}


.form_body{
	width:100%;
	background-color: #E6E6E6;


	
}

.formulario textarea, .form_body textarea{
	width:100%;
	height:200px;
}
.form_body_top_body{
	background: url('../images/formulario/medio_sup.png') top left repeat-x;
	height:37px;	
	
}
.form_body_top_left{
	background: url('../images/formulario/corner_sup_izq.png') top left no-repeat;
	height:37px;	
	
}
.form_body_top_right{
	background: url('../images/formulario/corner_sup_der.png') top right no-repeat;
	height:37px;	

	padding: 0px 52px 0px 41px;
}
.form_body_down_body{
	background: url('../images/formulario/medio_inf.png') bottom left repeat-x;
	height:47px;	
}
.form_body_down_left{
    background: url('../images/formulario/corner_inf_izq.png') bottom left no-repeat;
	z-index:8;
	
}
.form_body_down_right{
    background: url('../images/formulario/corner_inf_der.png') bottom right no-repeat;
  
	
	padding: 0px 47px 0px 41px;
}	
.form_body_center_left{
	background: url('../images/formulario/body_izq.png') left repeat-y;
	z-index:10;
}
.form_body_center_right{
	background: url('../images/formulario/body_der.png') right repeat-y;
}




.form_body_center_body{
	margin:-10px 40px -10px 40px;
}


.form_body_center_body .una_columna table {
	width:100%;
}
.form_body_center_body .dos_columnas table {
	width:50%;
}
.form_body_center_body td{
	padding:4px;
	vertical-align:top;
}
.form_body_center_body th label{
	font-weight:bold;
}
.form_body_center_body th{
	padding:4px;

	width:40%;
}




.form_field{
	clear:both;
	padding:5px 0;
}
.form_bloque{
	float:left;
}
.form_label{
	float:left;
	width:200px;
	font-weight:bold;
}
.form_input{

}
.form_input input{
	width:250px;
}
.form_input_nowidth input{
        width:auto;
}

.form_notice_error{
	
}






hr{
	border-top:1px dashed #103293;
	color:#fff;
}
.header{
	border-top:10px solid #103293;
	*margin-bottom:20px;
	
}
.header .dotted_line{
	margin:5px 0 5px 0;
	border-top:1px dashed #103293;
}
.header .logo{
	background:url('../images/layout/header_ifis.png') top left no-repeat;
	height:114px;
	cursor:pointer;
	margin-left:102px;
}
.header .foto{


	width:100%;
	border-left:2px solid #103293;

}
.header .logo_dgac{
	float:left; 
	border-top: 2px solid rgb(7, 46, 147);
	height:111px;
	padding-left:20px;
	width:100px;
}
.header .foto_imagen{
	position:absolute;
	background:url('../images/layout/helic3.gif') top left no-repeat;
	height:134px;
	width:533px;
	z-index:1;
	margin-left:371px;
        margin-top:9px;
   

	/*margin-left:260px;
        margin-top:8px;*/
}
.logo_gobierno{
	float:left;
	border-top: 2px solid rgb(7, 46, 147);
	padding: 7px 2px;
}
.header .texto .bienvenida{
	
	

	color:white;
	font-weight:bold;
	background:url('../images/barra_bienvenido.png') repeat-x;
	height:20px;
}
.fecha_hora{
	float:right;
	margin-right:10px;
	
}
.header .texto .bienvenida .bienvenida_texto{

	padding-left:20px;
}
.login_submit{
	margin-bottom:10px;
}
.header .texto .login_area{
	
	height:30px;

	width:100%;
	margin-bottom:10px;
}
.login_area_dashed{
	height:18px;
	border-bottom:1px dashed #103293;
}
.header .texto .text_area{
	float:left;	
	height:25px;
	margin-top:7px;
	width:200px;
	background:#fff; 
	background:url('../images/diagonal.jpg') bottom right no-repeat #fff; 
	
	border-left:2px solid #103293;
	margin-left:-2px;
	position:absolute;
	
	padding-right:14px;
}
.header .texto .text_area .inside{
	height:18px;
	padding:4px 0px 4px 10px;
	border-bottom:1px dashed #103293;
	
}
.boton{

	background-color:#103293;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:solid;
	border-width:1px;

	text-align:center;
	padding:2px 15px 3px;
	color:#fff;
	cursor:pointer;
	
	
	
}
.boton[disabled] {
	background-color:gray;
	cursor: default;
}

.boton:hover{
	background-color:#586fb3;
}
.boton[disabled]:hover {
	background-color:gray;
	cursor: default;
}

#bd{
	border-right:1px dashed #103293;
}

.camara_ubicacion_mapa{
	margin-left:40px;
}
.camara_ubicacion_mapa img{
	width:300px;
	height:300px;
	
}

.camara_ubicacion_mapa .imagen{
	float:left;
	
}

.camara_ubicacion_mapa .info{
	padding-left:40px;
	float:left;
}

.camara_ubicacion_mapa .info table{
	width:350px;
	
}

.camara_ubicacion_mapa .info table td{
	padding:5px;
	border:1px solid #ccc;
}
.camara_ubicacion_mapa .info table th{
	padding:5px;
	border:1px solid #ccc;
	font-weight:bold;
}

.camara_list table{
	width:630px;
	/*border-spacing:5px;*/

}
.camara_list .imagen{
	float:left;
	padding:0 10px 0 20px;
}
.camara_list{
	width:100%;
}
.camara_list .camara_list_header .aerodromos{
	border-top:5px solid #576fb7;
	background:#103293;
	float:left;
	color:#fff;
	width:23%;
	margin-right:8px;
	text-align:center;
	padding:5px;
	font-weight:bold;
}	
.camara_list .camara_list_header .orientacion{
	border-top:5px solid #576fb7;
	background:#103293;
	float:left;	
	color:#fff;
	width:73%;
	text-align:center;
	padding:5px 0;
	font-weight:bold;
}	
.camara_list .camara_aerodromo{
	float:left;
	width:23%;
	padding:5px;
	margin-right:8px;
	border-left:1px solid #5e6fa3;
	border-right:1px solid #5e6fa3;
}
.camara_list .camara_row{
	float:left;
	width:18%;
	padding:5px;
	margin-right:8px;
	border-left:1px solid #5e6fa3;
	border-right:1px solid #5e6fa3;
}
.camara_list .bloque{
	margin:0px 5px;

	
	padding:10px 5px;
	height:20px;
	
}	
.camara_list .td{
	border-left:1px solid #5e6fa3;
	border-right:1px solid #5e6fa3;
}
.camara_list .th{
	border-top:5px solid #576fb7;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#103293;	
	color:#fff;
	text-align:center;
	padding:5px 0;
	font-weight:bold;
}
.camara_list tr.odd .bloque{
	background:#e6e6e6;
}

.camara_list .no_border{
	border:0px;
}
.camara_list .top{
	border-top:1px solid #5e6fa3;
}
.camara_list .bottom{
	border-bottom:1px solid #5e6fa3;
}

.camara_list .camara_box{
	float:left;
	/*width:100px;
	float:left;
	margin:0 5px;
	padding:4px;*/
}
.camara_list .zona{
	padding-bottom:3px;
	border-bottom:2px solid #637092;

	font-size:110%;
}
.camara_list .operativa{
	width:100%;
	/*border:2px dotted green;*/
}

.camara_list .inoperativa{
	width:100%;
	/*border:2px dotted red;*/
}
.camara_list .operativa .estado{
	color:green;
}

.camara_list .inoperativa .estado{
	color:red;
}
.camara_list .estado{
	float:right;
	
}
.camara_box .estado img{
	margin-bottom:-6px;
}

.camara_list #mapa{
	width:1%;
}


.display_none{
	display: none;
}

.track table td{
	vertical-align:top;
}
.track table td table {
	width:100%;
}
.track{
	margin-top:20px;
}	
.track .leyenda{
	/*height:600px;*/
}
.track #map{
	width:630px;
	height:600px;
	border:1px solid #979797
}

.tabla_opciones td, .tabla_opciones th{
	padding:10px;
	vertical-align:top;
}
.tabla_opciones th{
	font-weight:bold;
}
.tabla_opciones .elemento{
	padding-bottom:5px;
}

.center{
	text-align:center;
}
.datos_cuenta{
	border-left:1px solid #ccc;
	padding-left:20px;
	float:right;
	width:350px;
}
.datos_personales{
	float:left;
	width:410px;
}

.pregunta_secreta{
	font-weight:bold;
	padding:5px 0px;
	font-size:120%;
	margin-left:15px;
}
.respuesta_secreta{
	margin-left:15px;
}

.imagenes{
	height:260px;
}
.primera{
	float:left;
}

.selectAerodromo_left{
	float:left;
}	
.selectAerodromo_left label{
	font-weight:bold;
}
.selectAerodromo_right{
	margin-left:30px;
	overflow:hidden;
	clear:right;
/* 	border-left:1px solid  #ccc; */
	padding-left:30px;
}
.selectAerodromo_right label{
	font-weight:bold;
}

.acciones{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
}


.radio_list{
	display:inline;
}
.radio_list li{
	display:inline;
}

.piloto_inicio{
	position:relative;
	margin-left:50px;
}
.piloto_inicio img{
	position:absolute;
}
.caja_plantillas{
	position:absolute;
	left:284px;
}
.caja_plantillas .title{
	top:15px;
	left:40px;
}
.caja_plantillas .description{
	top:60px;
	left:140px;
}
.caja_planes_de_vuelo{
	position:absolute;
	top:99px;
}
.caja_planes_de_vuelo .title{
	top:10px;
	left:20px;
}
.caja_planes_de_vuelo .description{
	top:54px;
	left:122px;
}
.caja_datos_previos{
	position:absolute;
	top:225px;
	left:287px;
}
.caja_datos_previos .title{
	top:41px;
	left:43px;
}
.caja_datos_previos .description{
	top:85px;
	left:143px;
}



.piloto_inicio .box  .title{
	position:absolute;
	width:249px;
	overflow:hidden;
	color:#fff;
	font-size:120%;
	font-weight:bold;
}
.piloto_inicio .box .description{
	position:absolute;
	width:122px;
	overflow:hidden;
	font-size:80%;
}

.bloque_transparente{
	height:20px;
	width:100%;
}

.notam_fir{
	text-align:right;
}
.no_border{
	border-top:none;

}


#tooltip{
	position:absolute;
	z-index:99999;
	background:#fff;
	border:1px solid #ccc;
	padding:5px;
	width:300px;

	overflow:auto;
	max-height:300px;
        height: expression(this.height > 300 ? 300: true);

}
#tooltip .tooltip_cerrar{
	float:right;
	cursor:pointer;
}
#tooltip .tooltip_titulo{
	font-size:120%;
}
#tooltip .tooltip_subtitulo{
	font-size:130%;
	font-weight:bold;
}

#tooltip .tooltip_content{
	overflow:scroll;
}

.tooltip_icon img{
	vertical-align:bottom;
}


.tabla_estadistica{
	width:100%;
}


.metrica{
	padding:7px 5px;
}
.metrica .metrica_titulo{
	font-size:130%;
	font-weight:bold;
	width:270px;
	float:left;
}
.metrica .metrica_valores{
	clear:right;
	overflow:hidden;
}
.metrica .metrica_ayuda{
	font-size:80%;
	color:#666;
	padding-top:4px;
	font-style:italic;
}


.back{
	padding:10px;
}

.estadistica_boton{
	float:left;
	margin: 0 4px 10px 0;
	width: 390px;
}
.estadistica_boton .estadistica_imagen{
	border: 1px solid #103293;
	position:relative;
	height:150px;
	cursor:pointer;
}
.estadistica_boton .consulta_operaciones_aerodromo{
	/*background:url('../images/a borrar/01_2_6_4.jpg');*/
}
.estadistica_boton .estadistica_imagen .estadistica_titulo{
/* 	margin-top:-40px; */
	text-align:center;
	color:white;
	font-size:140%;
	font-weight:bold;
	margin-top:-50px;
	width:100%;
	bottom:0%;
	background:#000;
	height:50px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.estadistica_boton .descripcion{
	
}


.bitacora_opciones ul{
	margin:20px;
	text-align:left;
	
}
.bitacora_opciones li {
	cursor:pointer;
	padding:5px;
	text-align:left;
	background:white;
	margin:1px;
}
.bitacora_opciones .ui-selecting{
	background:#ddd;
}
.bitacora_opciones .ui-selected{
	background:#ccc;
}
.bitacora_opciones li.selected{
	background:#ccc;
}
.bitacora_opciones li:hover {
	/*background:#ccc;*/
}
.table_bitacora table{
	font-size:90%;
	
}
.bitacora_help{
	padding:0px;
	margin:0px;
	
}
#bitacora .table_default th{
	background:rgb(166,228,80) !important;
	color:#000;
}
.table_bitacora table th{
	font-weight:normal;
	border:0px;	
	text-align:left;
	padding:4px 0px;
}
.table_bitacora table td{
	padding:2px 1px;
	
}
.table_bitacora table td.ayuda{
	letter-spacing:-2px;
	
}
.table_bitacora table td.ayuda a{
	color: rgb(153, 153, 153);
}
.table_bitacora .bitacora_error input{
	background:red;
	color:white;
}
.table_bitacora table td.focus{
	background: #F6A828;
	font-weight:bold;
	font-size:105%;
}
.table_bitacora table td input.focus{
	background: #faf6c6;
}
#doc3 {
	margin:auto 0px;

}
.bitacora_error .tooltip{
	
	cursor:pointer;
	display:block;
	left:300px;
	padding-bottom:13px;
	position:absolute;
	top:300px;
	z-index:500;

}
.tooltip .error_list{
	color: white !important;
}
.bitacora_error .tooltip .formErrorContent  {
 
	background:#ee0101;
	color:#fff;

	font-family:tahoma;
	font-size:11px;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	opacity: 0.87;
}

.tooltip .formErrorArrowBottom{top:0;margin:-6px;}
			
.tooltip .formErrorArrow div{
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
}
	.tooltip .formErrorArrowBottom div{
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
.tooltip .formErrorArrow{
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;

	z-index:5001;
}

.tooltip .formErrorArrow .line10{width:15px;border:none;} 
.tooltip .formErrorArrow .line9{width:13px;border:none;} 
.tooltip .formErrorArrow .line8{width:11px;} 
.tooltip .formErrorArrow .line7{width:9px;} 
.tooltip .formErrorArrow .line6{width:7px;} 
.tooltip .formErrorArrow .line5{width:5px;} 
.tooltip .formErrorArrow .line4{width:3px;} 
.tooltip .formErrorArrow .line3{width:1px;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:0px solid #ddd;} 
.tooltip .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.tooltip .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  




.loading_chart{
        text-align:center;
        width:100%;
        min-height:100px;
		height: expression(this.height < 100 ? 100: true);
        background:url('../images/ajax-loader-grande.gif') center no-repeat;
}

.div_table_choque .div_table_header{
	font-weight:bold;
}
.div_table_choque  .row{
	clear:both;
}
.div_table_choque  .col1, .div_table_choque  .col2, .div_table_choque  .col3, .div_table_choque  .col4{
	padding:5px;
	margin-right:5px;
}
.div_table_choque  .col1, .div_table_choque  .col2, .div_table_choque  .col3{
	float:left;

}
.div_table_choque  .col1{
	width:140px;
}
.div_table_choque  .col2{
	width:50px;
	text-align:center;
}
.div_table_choque  .col3{
	width:20px;
}
.div_table_choque  .col4{
	width:50px;
	clear:right;
	overflow:hidden;
	text-align:center;
}
.div_table_choque .col_ch{
	float:left;
	width:180px;
	padding:5px;
}
.div_table_choque .col_full{
	
	width:100%;
	padding:5px;
}
.div_table_choque  .col_number{
	width:40px;
	clear:right;
	overflow:hidden;
	padding:5px;
}

.choque_titulo{
	font-weight:bold;
	font-size:120%;
}
.choque_select_element_left{
	padding:5px;
	float:left;
	margin-right:10px;
	
}
.choque_select_element{
	padding:5px;
	
}
.choque_izq{
	float:left;margin-right:20px;width:400px;
}
.choque_right{
	clear:right;overflow:hidden;
}
.choque_izq .col1{
	width:200px;
}
.div_table_choque  .col_aves_1, .div_table_choque  .col_aves_2{
	float:left;
	width:100px;
}
.div_table_choque .radio_list li{
	margin-right:15px;
}
.choque_notificador input{
	width:300px;
}


.lista li{
	list-style-type: circle;
	margin-left:20px;
	padding:2px;
}
.bold{
	font-weight:bold;
}

.indice_width{
	width:180px;
}
.valor_width{
	width:37px;
}

.estadisticas_aeroportuarias{
	overflow:auto;
}

.opciones li{
	padding:5px;
}

.opciones li.add{
	background: url('../images/add.png') center left no-repeat;
	padding-left:20px;
}
.resumen_box{
	margin-bottom:10px;
}
.resumen_box_opciones{
	margin-top:10px;	
}

.resumen_ultima_imagen img{
	border:1px solid transparent;
	height:100px;
}
.resumen_ultima_imagen img.inactiva{
	border:1px solid red;
}

.itinerario_table table td{
	text-align:center;
}
.itinerario_table table th{
	text-align:center;
}


.taf_h1 {
	background:#103293 none repeat scroll 0 0;
	border-top:6px solid #A0AED5;
	color:#FFFFFF;
	font-weight:bold;
	font-size:140%;
	padding:5px 10px;
}
.taf_h2 {
	background:#A0AED5 none repeat scroll 0 0;
	color:#000;
	font-weight:bold;
	padding:5px 10px;
	font-size:120%;
	
}

.taf_h3{
	background:#A0AED5 none repeat scroll 0 0;
	padding: 5px 10px;
	font-weight:bold;
}

.taf_p{
	background:#E6E6E6;
	padding: 5px 10px;
	border:1px solid #fff;
}

.login_menu{
	padding:0px 0px 10px 0px;	
}
.login_menu label{
	color:#103293;
}
.login_menu .ayuda{
	font-size:80%;
}
.right{
	
}
.login_menu .login_input input{
	width:93%;
}
.login_menu .login_submit{

	text-align:right;
	padding-right:5px;
}
.login_menu_barra {
	background:url('../images/menu_left_barra.png') repeat-x !important;
}

.login .login_input input{
	width:200px;
}

#vuelos td, #vuelos th{
	text-align:center;
}


.msg_aftn_s_input input{
	width:60px;
}

.input_upper{
	text-transform: uppercase;
}

.crepusculo_header_resumen{
	width:200px;
}

.quicksearch_input{
	width:130px;
	text-transform:uppercase;
}
.quicksearch_form{
	margin-left:5px !important;
	padding-left:0px !important;
	background:none !important;
}
#ft{
	font-size:80%;
	padding:10px;
}
.lenguaje{
	float:left;	
}

.footer{
	
	color:#666666;
	text-align:center;
	
}
.bandera{
	border:1px solid #000;
}
.aerodromo_show_delgado{
	width:1%;
}
.error404{
	text-align:center;margin-top:60px;
}
.error404_inner1{
	width:535px; border:2px solid #F7F7F7;padding:6px;margin:0 auto;
}
.error404_inner2{
	border:1px solid #EFEFEF;background:#FFFBFF;height:160px;padding:20px;
}
.error404_imagen{
	margin-bottom:10px;
}
.error404_mensaje{
	width:340px;margin:0 auto;
}
.error404_submensaje{
	color:#7B797B;
}


.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#ffffa3; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }


.print_button{
	background: url('../images/printer.png') no-repeat 5px #103293;
	padding-left:25px;
}


.aip_list{
	margin-left:20px;
	font-size:130%;
	font-weight:bold;

	margin-top:20px;
}
.aip_list li{
	background:url('../images/folder.png') no-repeat 0px 5px;
	padding:5px 0px 5px 18px;
}
.aip_list_files{
	
}
.aip_list_files li{
	
	background:url('../images/pdf.gif') no-repeat 0px 3px;
	font-size:90%;
	font-weight:normal;
	padding:2px 0px 2px 18px;
}

.aip_map{
	text-align:center;	
}
.aip_map table{
	margin:0 auto;
}
.aip_map table td{
	padding:2px;
}

.tutorial img{
		max-width:800px;
		width:expression(document.body.clientWidth > 800? "800px": "auto" );
}


.manage_bitacora{
	height:500px;
	
	position:relative;
	padding:30px;
}
.manage_bitacora .month_row{
	height:20%;
	position:relative;
}
.manage_bitacora .td_day{
	height:100%;
	border-left: 1px solid #DDD;
	
}
.manage_bitacora .title{
	color: #AAA;
}
.manage_bitacora .td_data{
	padding:0px 5px;
}
.manage_bitacora_table{
	border:1px solid #DDD;
	height:100%;
	width:100%;
	position: absolute;
}
.manage_bitacora td{
	width:14%;
}
.manage_bitacora .day_nomonth{
	height:5px;
	text-align:right;
	color:#aaa;
	
}
.manage_bitacora .day_month{
	height:5px;
	text-align:right;
	color:#666;
}

.disclaimer{
	margin-left:20px;
	margin-right:50px;
}
.disclaimer li{
	list-style: decimal;
	padding:10px;
	text-align:justify;
}

#count_operaciones{
	text-align:left;
	font-size:110%;
}
.count_operaciones_element{
	font-weight:bold;
	margin-left:20px;
	
}

.snowtam-title{
	font-weight:bold;
}
.snowtam-data{
	margin-left:10px;
	margin-top:5px;
}
.snowtam-data li {
	margin-bottom:5px;
}
.debug input{
	background:red !important;
}
.absolute_field{
	position:absolute;
}
.notam-selected{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.notam-categorias{
	font-size:140%;
	margin-bottom:10px;
}
.snowtam_texto{
	width:50%;
}



.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

