﻿@charset "UTF-8";
/* CSS Document---------- ELEMENTOS PRINCIPALES ------- */
* {
    padding: 0;
    border: 0;
    margin: 0;
}

body {
    font: 12px Tahoma, Arial, Helvetica, sans-serif normal;
    background-color: #D6D6D6;
    margin-top: 8px;
    line-height: 16px;
}
ul{
	list-style-type:none;
}

p {
    font: 12px Tahoma, Arial, Helvetica, sans-serif normal;
    color: #444;
    text-align: justify;
    line-height: 16px;
    padding: 0px 10px 0px 10px;
}

.verde_ul {
    list-style-image: url(images/_notes/bullet_verde.gif);
    list-style-position: inherit;
}

.verde_li {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444;
}

a:link {
    color: #FF6600;
    text-decoration: underline;
}

a:visited {
    color: #FF6600;
    text-decoration: underline;
}

a:hover {
    color: #FF6600;
    font-weight: normal;
    text-decoration: none;
}

h1 {
    font: bold 24px Verdana, Arial, Helvetica, sans-serif;
    color: #567F1C;
    padding: 0px 13px 7px 15px;
    margin-top: 0px;
    background: transparent;
    white-space: normal;
}

h2 {
    font: 12px Tahoma, Arial, Helvetica, sans-serif normal;
    font-size: 19px;
    font-weight: bold;
    margin-top: 0px;
    padding: 0px 13px 7px 15px;
    color: #09345D;
text-align: left
}

h3 {
    font: bold 13px Tahoma, Arial, Helvetica;
    color: #09345D;
    margin: 0px;
    padding: 0px 13px 0px 0px;
}

.margenInterior {
width:640px;
padding:0px 20px 0px 20px;
}


h4 {
    font:bold 13px Tahoma, Arial, Helvetica;
	background:transparent url(images/lin_ttl.gif) 0px 23px repeat-x;
	width:300px;
	padding-left:13px;
	color:#09345D;
	white-space:normal;
}


h5 {
    font:bold 12px Tahoma, Arial, Helvetica;
	padding:0px 13px 7px 13px;
	margin:0px;
	color:#6B9F23;
	white-space:normal;
	
}
/*-------------------------------------------------------- CONTENEDOR GENERAL -----------------------------------------------------------*/
#general {
    width: 898px;
    margin: auto;
}
/*-------CAJA 1 LOGO Y HEADER--------*/
.header {
    background-image: url(images/h_linfondo_cj1.jpg);
    background-repeat: repeat-y;
    background-color: #D6D6D6;
    list-style-type: none;
	float:left;
	width:898px;
}
.headcurv1 {
    background: transparent url(images/h_lintop_cj1.jpg) no-repeat;
    width: 898px;
    height: 13px;
	float:left;
}

.headcurv2 {
    background: transparent url(images/h_lindown_cj1.jpg) no-repeat bottom;
    width: 898px;
    height: 13px;
	float:left;
}
.logo {
    padding-left: 10px;
    width: 193px;
    float: left;
}

#accordion2 h3 {
	line-height:30px;
	cursor:pointer;
}

/*--------------PRIMER MENU--------------*/
#menu1 {
    font: 12px Tahoma, Arial, Helvetica, sans-serif normal;
    margin: 0px;
    padding-top: 1px;
    padding-right: 13px;
    width: 678px;
    height: 35px;
    float: right;
    text-align: right;
}

#menu1 a:link, #menu1 a:visited {
    color: #666666;
    text-decoration: none;
    font-size: 11px;
}

#menu1 a:hover {
    color: #F48128;
    text-decoration: none;
    font-size: 11px;
}

#menu1 ul {
    margin-top: 3px;
    padding: 0px;
    margin-right: 3px;
    list-style-type: none;
}

#menu1 ul li {
background:transparent url(images/green_separator.gif) no-repeat scroll right center;
display:inline;
list-style-image:none;
list-style-position:outside;
padding:5px;
}
#menu1 ul li.last{
	background-image: none;
}
/*-------MENUS PRINCIPAL INTERIORES (NARANJA)--------*/
#menuPrincipal {
    padding-right: 10px;
    width: 670px;
    height: 28px;
    float: right;
}
#menuLeft{
display:block;
float:left;
margin:0pt;
text-align:left;
width:200px;
}

.active{
	/*font-weight: bold; */
}


/*--------------------------------BUSCADOR---------------------------*/
#buscador {
float:right;
margin-right:-15px;
margin-top:-5px;
cursor:pointer;
}

#buscador .button {
    width: 63px;
    height: 30px;
    background: transparent url(images/buscar.jpg) no-repeat top left;
    overflow: hidden;
    border: none;
    font-size: 0px;
    cursor: pointer; /* Para firefox */
    /* cursor: hand; Para interBug Exploter */
    clear: right;
}

.buscarHeader {
    clear: both;
    /* queda abierto el estilo si se necesita modificar despues */
}

.textBoxHeader {
    background: #FFF url(images/plecagris_buscador.jpg) repeat-y;
    border: 0px;
    height: 16px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #555;
}
/*-------------------------------------------CONTENEDOR LEFT INTERIORES---------------------------------*/
#contenido-Menu-left {
background-color:#D6D6D6;
background-image:url(images/i_linfondo_caj2.jpg);
color:#444444;
float:left;
margin-top:9px;
text-align:justify;
width:207px;
}

.in-linetop-caj2 {
    background: transparent url(images/i_lintop_cj2.jpg) no-repeat;
    width: 207px;
    height: 13px;
	float:left;
}

.in-linedown-caj2 {
    background: transparent url(images/i_lindown_cj2.jpg) no-repeat bottom;
    width: 207px;
    height: 13px;
		float:left;

}
/*------------------------------------------CONTENEDOR CENTRO INTERIORES---------------------------------*/
#content-Centro {
display:block;
background-color:#D6D6D6;
background-image:url(images/i_linfondo_cj3.jpg);
background-repeat:repeat-y;
clear:right;
color:#444444;
float:left;
margin:8px 0pt 0pt 11px;
height:auto;
//height: 750px;
text-align:justify;
width:680px;
}

#content-Centro h1 span {
    display: none;
}

#content-Centro h1 {
	padding-left: 25px;
	text-align:left;
	padding-right: 25px;
	}

#content-Centro ul{
	  list-style-image: url(images/bullet_verde.gif);
    list-style-position: inherit;
}

#contenedorPest {
	padding-right: 25px; padding-left: 25px;
}

#contenedorPest ul {
	list-style-image:none;
}


.in-linetop-caj3 {
    background: transparent url(images/i_lintop_cj3.jpg) no-repeat;
    width: 680px;
    height: 13px;
	float:left;
	display:block;
}

.in-linedown-caj3 {
    background: transparent url(images/i_lindown_cj3.jpg) no-repeat  bottom;
    width: 680px;
    height: 13px;
	float:rigth;
	clear:both;
	display:block;
    //margin-top: 200px
	
}

#contentGeneral_inver {
width:645px;
padding:0px 18px 0px 18px;
float:left;
}

.invNuestraAccion{
float:right;
}

/* Modificaciones OmarP 14/01/10*/
#lista-Informes{
float:left;
height:auto;
width:680px;
padding-left:4px;
margin-top:15px;
}

.pdficon, bocinaicon{
float:left;
padding:3px;
}

#contenedorimg{
float:left;
width:39px;
}

#imgcont{
float:left;
width:39px;
height:78px;
margin-top:6px;
}

#esquina{
float:left;
width:39px;
height:37px;
}

#informeimg{
float:left;
height:248px;
width:39px;
}

#repanual{background:transparent url(../../images/bg-financiera-2.gif) no-repeat scroll 3px 11px; float:left;}
#infanual{background:transparent url(../../images/bg-financiera-2.gif) no-repeat scroll 3px 11px; float:left;}

#repanualimg, #infanualimg{
float:left;
height:94px;
width:39px;
margin-top:11px;
}

#informefin{
float:left;
height:auto;
width:675px;
background:transparent url(../../images/bg-table-infofin1.gif) no-repeat scroll -2px 5px;
}

#lista-Informes .trafico{
background:transparent url(../../images/bg-trafico.gif) no-repeat scroll 1px 3px;
}

#informefin ul, #repanual ul, #infanual ul {
list-style-image:none;
margin:-10px 0 0;
padding:0;
}

#informefin li, #repanual li, #infanual li {
float:left;
text-align:center;
padding:6px 0;
width:157px;
list-style-type:none;
}

#informefin li ul li, #repanual li ul li, #infanual li ul li {
float:left;
text-align:center;
width:155px;
height:48px;
list-style-type:none;
}

#informefin h3 {
font-size:15px;
font-weight:bold;
color:#fff;
background:#999999;
background:transparent url(../../images/reportes_trim_anu_1px.jpg) repeat-x scroll 0 0;
padding-top:10px;
height:37px;
}

#informefin .trimestre, #informefin .meses {
font-size:13px;
font-weight:bold;
color:#000066;
}

#informefin .vacia, #repanual li ul li, #infanual li ul li{
margin-top: 15px;
height:80px;
padding-top:6px;
}

#informefin .primercol {
width:140;
}

#informefin ul li ul li a, #repanual ul li ul li a, #infanual ul li ul li a {
display:block;
float:left;
padding:8px 0 0;
width:105px;
}

#contenido_cer_ambiental .certificacion{
	float:left;
	height:auto;
	margin:5px 0;
}
#contenido_cer_ambiental .ventana_img{
	float:left;
}
#contenido_cer_ambiental .txt_contenido{
	float:left;
	width:460px;
	margin-left:10px;	
	padding-top:40px;
}

/*Finaliza Modificación */


/*-------------------------------------PIE ---------------------------------*/
#pie {
    width: 898px;
    height: 36px;
    margin-top: 9px;
	float:left;
}
#certificaciones {
    float: left;
}
#direccion {
    float: left;
	padding-top:5px;
	width:478px;
}
#direccion p {
    font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
#ingeniagroup {
    float: left;
}
/* Example 4 */
div.fd-example4 {
    display: block;
    border: 1px dashed #ccc;
    padding: 6px;
}

div.fd-example4 span {
    display: block;
}

div.fd-example4 div.fd-file {
    border-bottom: 1px solid #336699;
    padding: 5px;
    background: transparent url('images/menu.png') bottom center repeat-x;
}

div.fd-example4 div.fd-alt {
    background: transparent url('images/menu-active.png') bottom center repeat-x;
}

div.fd-example4 div.fd-firstfile {
    border-top: 1px solid #336699;
}

div.fd-example4 div.fd-file span.fdexp-info {
    margin-left: 20px;
    font-size: 80%;
    margin-top: -.75em;
}

div.fd-example4 img {
    vertical-align: middle;
    padding: 2px;
}

#flashcontentx {
float:left;
margin-top:5px;
z-index:3
}

#flashcontentx ul{
height:120px;
left:120px;
position:relative;
top:45px;
width:225px;
}
#flashcontentx ul li{
float:left;
font-size:10px;
color:#000033;
list-style:none;
width:30%;
}
#flashcontent ul li a{
color:#000033;
font-weight:bold;
text-decoration:none;
}

#flashcontent2 {
    z-index: 2;
    top: 0px;
    left: 0px;
	display:block;
	width:675px;
	height:500px;
	clear:both;
	text-align:center;
	margin: 0 auto 0 auto;
}

#searchClose{
padding-right:20px;
position:relative;
top:5px;
}


#flashcontent3 {
    z-index: 3;
    top: 0px;
    left: 0px;
	display:block;
	width:675px;
	height:240px;
	clear:both;
	text-align:center;
	margin: 0 auto 0 auto;
}

/*_________________________ACCESOS RAPIDOS____________________________*/

#accesosRapidos {
float:left;
height:128px;
padding:10px 0pt 0pt 10px;
margin:0;
}
.ttlaccrap {
width:185px;
height:18px;
background-color:#FF6600;
font:13px normal Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color:#FFFFFF;
margin-bottom:5px;
}

.cont_accesobotones {
width:180px;
height:35px;
background:#FFFFFF url(images/lin_punteada.jpg) bottom no-repeat;
float:left;
}

.accesosTipo {
float:left;
padding:11px 1px 7px 5px;
font:11px Verdana, Arial, Helvetica, sans-serif;
text-align:left;
color:#09345D;
}
.accesosIconos {
float:right;
height:29px;
margin-right:2px;}

/* Css Para Nuestras ceritifaciones */
/*---------------------------------------------------------------------------*/

/*Accesibilidad*/
#sub_titseccion
{
background-image:url(images/ttl_lineavion_b.jpg);
background-repeat:no-repeat;
background-position:top;
margin-left:20px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#003366;
padding-left:15px;
padding-top:5px;
width:267px;
height:30px;
}

#sub_titseccion2
{
background-image:url(images/bullet_naranja.gif);
background-position:left;
background-repeat:no-repeat;
margin-left:20px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#669900;
padding-left:15px;
width:267px;
}

#sub_cuerpo
{
margin:auto;
}

#img_cuerpo
{
background-image:url(images/back_subseccion.png);
background-repeat:no-repeat;
background-position:center;
margin:auto;
height:142px;
}

/* Super Empresas y Socialmente Responsables*/

#superempresas #sub_titseccion, #distintivo-esr #sub_titseccion{
	padding-left:0;
	margin-left:50px;
	width:435px;
}
#desc-cert{
	width:600px;
	margin-left:30px;
}
#desc-cert-esr{
	width:600px;
	margin-left:15px;
	height:160px;
}
#desc-cert .txt_cuerpo, #desc-cert-esr .txt_cuerpo{
	width:600px;
	height:auto;
	margin-left:35px;
}
#desc-cert #wrapper{
	float:left;
	padding-top:50px;
}
#desc-cert-esr #wrapper-esr{
	float:left;
	padding-top:30px;
}
#desc-cert #medio, #desc-cert-esr #medio{
	background-color:#ebebeb;
	width:428px;
	
}
/* solo para tu cambio por un cambio
#desc-cert #medio2{
	background-color:#ebebeb;
	hight:600px
	width:428px;
}*/
#desc-cert .txt_cuerpo p, #desc-cert-esr p{
	color:#003366;
}
#desc-cert .txt_cuerpo p strong, #desc-cert-esr p strong{
	font-size:14px;
}
#desc-cert .imagen{
	width:96px;
	float:left;
	margin-left:25px;
}
#desc-cert-esr .imagen-esr{
	float:left;
	margin-top:45px;
}
#certificado{
	display:block;
	padding-left:55px;
}
#certificado-esr{
	display:block;
	padding-left:43px;
}
#certificado .head{
	background:url(../../images/pantalla_2.jpg) no-repeat;
	height:50px;
	padding:10px;
}
#certificado-esr .head{
	background:url(../../images/pantalla_2.jpg) no-repeat;
	height:50px;
	padding:10px;
	width:540px;
}
#certificado .head span, #certificado-esr .head span{
	color:#FF6600;
	font-size:16px;
}
#certificado .contenido, #certificado-esr .contenido{
	width:553px;
	height:173px;
	background:url(../../images/fondo_content.jpg) no-repeat;
}
#certificado .maincontent, #certificado-esr .maincontent{
	width:375px;
	padding:15px;
	float:left;
}
#certificado .pdf{
	text-align:right;
	background-image:url("images/bullet_naranja.jpg");
	background-repeat:no-repeat;
	background-position:63% 95%;
}
#certificado-esr .pdf{
	text-align:right;
	position:relative;
	top:-40px;
	background-image:url("images/bullet_naranja.jpg");
	background-repeat:no-repeat;
	background-position:75% 95%;
}
.pdf a, .pdf a:link, .pdf a:hover, .pdf a:active{
	color:#444444;
	text-decoration:none;
}
#certificado .imagen, #certificado-esr .imagen{
	float:left;
	margin-left:0;
}
#cont-cert .cont-titulo{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	color:#669900;
	margin-left:230px;
	margin-bottom:15px;
	width:180px;
}
/*Ambiental*/

#img_cuerpo2
{
background-image:url(images/back_subseccion2.png);
background-repeat:no-repeat;
background-position:center;
margin:auto;
height:142px;
}

#txt_cuerpo
{
color:#09345D;
width:385px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
padding-top:30px;
margin-left:200px;
}

#acces_list
{
width:600px;
margin:auto;
}

table.documentos {
margin:20px auto;
width:600px;
}

.tbl_title
{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
text-align:left;
color:#FF6600;
}

.tbl_fecha
{
border-bottom:dotted;
border-bottom-color:#CCCCCC;
border-bottom-width:thin;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
text-align:left;
}

/*Directorio*/

.tbl_descripcion
{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:.75em;

}

.tbl_directivo
{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
font-weight:bold;

}

.tbl_aerolinea
{
width:300px;
margin-left:20px;
}

/*Calidad*/
#img_cuerpo3
{
background-image:url(images/back_subseccion3.png);
background-repeat:no-repeat;
background-position:center;
margin:auto;
height:142px;
}

#txt_cuerpo3
{
color:#003366;
width:325px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
padding-top:30px;
margin-left:290px;
}

/*Informacion de Estados*/

#mapa
{
width:400px;
height:124px;
float:left;
}

.info_estado
{
width:280px;
height:auto;
float:right;
}

.txt_infoestado
{
padding:20px 20px 20px 13px;
text-align:justify;
font-size:.85em;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.txt_infoestado_principal
{
background-image:url(images/back_info_estadoprincipal.png);
background-repeat:repeat-x;
background-position:center;
padding:20px;
text-align:justify;
font-size:.95em;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#09345D;
}

.frase_estado
{
text-align:center;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.5em;
}
.SaladePrensa {padding-right: 25px; padding-left: 25px; font-family:Tahoma, Arial, Helvetica; font-size:10px;}
SaladePrensa h3 { color:#09345d; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; padding-left:0;}
.SaladePrensa a { padding-bottom:05px;  color:#09345d; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; padding-left:0; font-weight:bold; font-size:15px;}
.SaladePrensa a:hover { text-decoration:underline;}
.SaladePrensa a:link { text-decoration:none;}
.SaladePrensa a:visited { text-decoration:none;}
.SaladePrensa a:active { text-decoration:none; }
.SaladePrensa p { padding-bottom:05px;}
.SaladePrensa p {padding-left: 0px; padding-right: 0px;}
.SaladePrensa h1 {padding-left: 25px;}

/*-----*/
.Comunicadosestilo h3 { padding-left:0px; font-size:12px;}
.Comunicadosestilo a { font-size:12px;}
.Comunicadosestilo p { padding-left:0px;}


#breadcrumbs {
display:block;
margin:6px 0 0 0;
width:660px;
height:23px;
font:12px Tahoma, Arial, Helvetica, sans-serif normal;
color:#333333;
padding:7px 12px 0px 5px;
float:right;
background: url(images/fondo_bread.jpg) no-repeat center;
}

/*____________*/
#contenedor_aeropuerto_destinos {
width:668px; padding-left:25px; padding-right:30px; padding-bottom:50px; padding-top:20px;}


.columna_imagen_aeropuerto_destinos { width:300px; float:left;}
.columna_imagen_aeropuerto_txt { width:368px; float:right; }

.imagen_aeropuertos_destinos { text-align:center;}

#columna_imagen_aeropuerto_destinos_thumbnails img { padding:05px; padding-top:0px; text-align: justify;}
#columna_imagen_aeropuerto_destinos_thumbnails { text-align: justify;}

.columna_imagen_aeropuerto_destinos .txt_infoestado { font-size:100%; padding-left:0px;}


.top_cap_txt_infoestado { background-image:url(images/estado_top.png); background-repeat:none; padding-left: 35px; padding-right: 35px; text-align: justify; height: 30px;}
.bottom_cap_txt_infoestado { background-image:url(images/estado_bottom.png); background-repeat:none; height: 30px;}
.middle_txt_infoestado { background-image:url(images/estado_fill.png); background-repeat:none; padding: 0 25px 18px 25px;  font-size:120%;  }






/*Links Revision 1.1 */

#contentLinks {
width:560px;
padding:0px 55px 0px 60px;
font:12px Tahoma, Arial, Helvetica, sans-serif normal;
}
/*____________*/

.linkTablagris {
width:524px;
height:80px;
background:#FFFFFF url(images/links_fondos.jpg) no-repeat center;
padding-top:10px;
padding-bottom:10px;}

.linkContent {
width:10px;

}

/*__________________________CONTACTO GENERAL_______________________________*/


#caj1_contacto {
width:347px;
margin-top:9px;
float:left;
background:#D6D6D6 url(images/lin_contac1medio.jpg) repeat-y;
}

.cj1_lintop_Contacto {
background:transparent url(images/lin_contac1.jpg) no-repeat top;
width:347px;
height:13px;
}

.cj1_lindown_Contacto {
background:transparent url(images/lin_contac1d.jpg) no-repeat bottom;
width:347px;
height:13px;
}

#caj2_contacto {
width:544px;
margin-top:9px;
float:right;
background:#FFFFFF url(images/lin_contac2medio.jpg) repeat-y;
}

.cj2_lintop_Contacto {
background:transparent url(images/lin_contac2.jpg) no-repeat top;
width:544px;
height:13px;
}

.cj2_lindown_Contacto {
background:transparent url(images/lin_contac2d.jpg) no-repeat bottom;
width:544px;
height:13px;
}

.caj_filtros {
background:#FFFFFF url(images/contac_cjgris.jpg) no-repeat;
width:267px;
height:310px;
margin:auto;

}


/*__________________________Content de CAJAS "GOBIERNO CORPORATIVO_______________________*/

#contGobcorporativo {
width:648px;
padding:0px 17px 0px 17px;
font:11px Tahoma, Arial, Helvetica, sans-serif normal;
line-height:16px;
}
/*____________*/

.comitesPrioritarios {
width:322px;
float:left;}

.comitesSuplentes {
width:322px;
float:right;}

.comitesIndependientes {
width:322px;
background-color:#EBEBEB;}
.menu_list {
width:150px;
}
.menu_head {
background:#EEF4D3 url(images/left.png) no-repeat scroll right center;
cursor:pointer;
font-weight:bold;
margin:1px;
padding:5px 10px;
position:relative;
}
.menu_body {
display:none;
}
.menu_body a {
background-color:#EFEFEF;
color:#006699;
display:block;
font-weight:bold;
padding-left:10px;
text-decoration:none;
}
.menu_body a:hover {
color:#000000;
text-decoration:underline;
}

.jot-list{
margin-left:40px;
}

.jot-form{
margin:21px;
}

.jot-form input, .jot-form textarea{
border:1px solid #CCCCCC;
}

.jot-row{
margin:20px;

}

.que_es_rss p { text-align:left; padding-left:0px; padding-bottom:10px;}
.que_es_rss h4 { padding-left:0px;}
.que_es_rss { padding-left:25px; padding-right:25px;}

#cjContactoVerde {
width:207px;
background:#fff url(images/cj_contactofondo.jpg) repeat-y;
float:left;
display:block;
}

.cjVerdeTop {
width:207px;
height:47px;
background:transparent url(images/cj_contactotop.jpg) no-repeat top;
float:left;
}

.cjVerdeDown {
width:207px;
height:13px;
background:transparent url(images/cj_contactodown.jpg) no-repeat bottom;
float:left;
}

.cjVerdetxt {
font:11px Tahoma, Arial, Helvetica, sans-serif normal;
text-align:justify;
line-height:14px;
color:#173E65;
padding:3px 10px 3px 10px;
float:left;
}

.cjVerdeTtl {
font:bold 13px Tahoma, Arial, Helvetica, sans-serif normal;
text-align:left;
line-height:14px;
color:#173E65;
margin:27px 11px 3px 13px;
}

.cjVerAeropuerto {
font:11px Tahoma, Arial, Helvetica, sans-serif normal;
text-align:left;
line-height:14px;
color:#173E65;
padding:3px 10px 3px 10px;
float:left;
}
/*________________________________________Tililo con Flecha o Avion___________________________*/

.tituloh3 {
background:#FFFFFF url(images/ttl_flecha.jpg) no-repeat scroll 0%;
height:24px;
margin-top:20px;
padding-left:0pt;
padding-top:0px;
width:266px;
}

#contenedor_tabla_mapa
{width:600px; margin-left:25px; text-align:left;}
.columna_uno_mapa_parte_uno
{width:300px; float:left; height:400px;}
.columna_dos_mapa_parte_uno
{width:300px; float:right; height:400px;}
.columna_uno_mapa
{ width:300px; float:left;}
.columna_dos_mapa
{width:300px; float:right;}
#separador_mapa
{font:Tahoma, Arial, Helvetica; font-size:16px; font-weight: bold; margin:auto; float:right; width:600px; margin-top:10px;}
.contenedor_bloque_mapa 
{padding-right: 13px; font-family:Tahoma, Arial, Helvetica; font-size:12px;} 
.contenedor_bloque_mapa a 
{font:Tahoma, Arial, Helvetica; padding-left:0; font-weight:bold; font-size:12px; margin-bottom:15px; top:10px; color: #09345D;}
.contenedor_bloque_mapa a:hover 
{text-decoration:none; color: #09345D;}
.contenedor_bloque_mapa a:link 
{text-decoration:none; color: #09345D;}
.contenedor_bloque_mapa a:visited
{text-decoration:none; color: #09345D;}
.contenedor_bloque_mapa a:active
{text-decoration:none; color: #09345D;}
.contenedor_bloque_mapa p
{padding-bottom:05px;}
.contenedor_bloque_mapa ul
{padding-left:20px;}
.contenedor_bloque_mapa li
{padding-left:0px; font-size:14px;}
.tituloh3
{ background:#FFFFFF url(images/ttl_flecha.jpg) no-repeat; width:266px; height:24px; padding-left:0; padding-top:0px; margin-top:20px;}

/*___________________________INFORMES DE GESTIÓN_________________*/

#cont_InformesdeGestion {
width:510px;
height:150px;
margin:auto;
border-bottom:#999999 thin dashed;
}
.resumenIG {
float:right;
width:296px;
height:80px;
background:#FFFFFF url(images/fonfoIG.jpg) no-repeat bottom;
text-align:justify;
}
.descargableIG {
float:right;
width:207px;
height:80px;
text-align:right;
vertical-align:bottom;

}
.espacioh3 {
margin-top:15px ;
}
/*___________________________boton de entrar Zona de Usuarios____________________*/

#cmdweblogin {
background:#FFFFFF url(images/entrar.jpg) no-repeat;
width:70px;
height:26px;
}



/*--------------------------home Inversionistas-----------------------*/
.contentGeneral_inver {
width:648px; padding-left:25px; padding-right:25px; padding-bottom:30px;}

.tituloh3 {
background:#FFFFFF url(images/ttl_flecha.jpg) no-repeat;
width:266px;
height:24px; padding-left:0; padding-top:0px; margin-top:20px;}

.taba {
widows:322px;}

.invReportes {
width:322px;
float:left;}

.invNuestraAccion {
width:322px;
float:right;}

.invNoticias {
width:322px;
float:left;}

img { padding-left:0px; margin-left:0;}

.contentGeneral_inver a { padding-bottom:15px; margin-bottom:10px;}

.h5HomeInversionistas { padding-left:0px;}

.contentGeneral_inver p { padding-left:0px;}

.divParrafosInversionistasHome { padding-bottom:20px;}



/*--------------------------home Inversionistas-----------------------*/
.contentGeneral_inver {
width:648px; padding-left:25px; padding-right:25px; padding-bottom:30px;}

.tituloh3 {
background:#FFFFFF url(images/ttl_flecha.jpg) no-repeat;
width:266px;
height:24px; padding-left:0; padding-top:0px; margin-top:20px;}

.taba {
widows:322px;}

.invReportes {
width:322px;
float:left;}

.invNuestraAccion {
width:322px;
float:right;}

.invNoticias {
width:322px;
float:left;}

img { padding-left:0px; margin-left:0;}

.contentGeneral_inver a { padding-bottom:15px; margin-bottom:10px;}

.h5HomeInversionistas { padding-left:0px;}

.contentGeneral_inver p { padding-left:0px;}

.divParrafosInversionistasHome { padding-bottom:20px;}
/*_______________NEWS LETTERS_____________*/

.newsletters {
width:640px;
padding:0px 20px 0px 20px;
}

.news1 {
width:250px;
float:left;
padding:25px 35px 0px 5px;
}

.news2 {
width:250px;
float:right;
padding:25px 35px 0px 5px;
}
/*__________SERVICIOS______________*/
#contentListadoServicios {
width:643px;
height:auto;
margin:auto;
}
#columna1Servicios {
float:left;
width:307px;
height:auto;
}
#columna2Servicios {
float:right;
width:307px;
height:auto;
}


.logoServicio {
width:154px;
height:54px;
float:right;
font:12px Tahoma, Arial, Helvetica, sans-serif;
color:#444;
text-align:center;}



.listadoServicios2 {
width:307px;
height:147px;
background:#FFFFFF url(images/fondoServiciosDG.jpg) no-repeat bottom;
margin-bottom:18px;
margin-top:15px;}

.col1InfoServicios {
float:left;
width:152px;
height:auto;}

.col2InfoServicios {
float:right;
width:154px;}

.VerLocal {
width:154px;
height:15px;
float:right;
font:12px Tahoma, Arial, Helvetica, sans-serif;
color:#FF6600;
text-align:right;}

.fila_emailServicios {
float:left;
height:18px;
width:307px;
font:normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color:#FF6600;}


.ttl_servicioBulletDoble, .infodeServicios {
width:130px;
height:auto;
padding-left:20px;
margin-bottom:5px;
font:normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#09345D;
float:left;}
.infodeServicios {
color:#666;}

/* TUA */

#double-column{
	float:left;
	margin-top:20px;
}

#faqs-tua{
	float:left;
	margin-top:20px;
	padding-top:30px;
}

#faqs-tua h4{
	color:#ff6600;
	font-size:20px;
	background:none;
	width:auto;
	padding:3px 3px 20px 3px;
}

#faqs-tua h3{
	cursor:pointer;
}

#faqs-tua ul{
	margin-left:40px;
}

#double-column h4{
	color:#ff6600;
	font-size:20px;
	background:none;
	width:auto;
	padding:3px;
}

#aerolineas-tua{
	background:url(images/deg-gris.jpg) repeat-x;
	float:left;
	width:290px;
}

#aerolineas-tua ul{
	list-style:none;
	padding-left:20px;
}

#aerolineas-tua ul li{
	background:transparent url(images/bullet_verde.gif) no-repeat scroll 0% 50%;
	padding-left:20px;
	font-size:14px;
	padding-bottom:5px;
}

#costos-tua{
	float:left;
	width:305px;
	padding-left:30px;
}

#costos-tua table {
	border:1px solid #ff6600;
	text-align:center;
	color:#08335D;
}

#costos-tua table tfoot {
	text-align:left;
}

#costos-tua table tbody {
	font-size:12px;
}

#costos-tua table tbody tr.odd {
	background:#eee;
}

#costos-tua table tbody tr.even {
	background:#FFC89D;
}

#costos-tua table th{
	background:transparent url(images/deg-naranja.jpg) repeat-x scroll 0% 50%;
	width:40%;
	height:28px;
	font-size:13px;
}

#costos-tua table th.cat{
	width:20%;
	height:28px;
	font-size:13px;
}

#costos-tua table th.title{
	background:#FFE3CE;
	width:100%;
	height:28px;
}

.bullet-inch ul{
	margin-left:30px;
}
/* ____________PAGINACION DITTO____________*/
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #09345D; 
    color: #fff;
    font-size:12px;
    font-weight:bold;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #09345D; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: black;
    font-size:12px;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
