@charset "utf-8";
/* CSS Document */

/*------------------------
------->> INICIO <<-------
------------------------*/

#contenido {
	height: auto;
	margin: 10px 0;
	padding: 0;
}

#slogan {
	width: 345px;
	margin-top: 17px;
}

#slogan p {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

#slogan p.small {
	margin-left: 5px;
	width: 320px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height: 17px;
	margin-top: 8px;
}

#imagen {
	width: 635px;
	height: 275px;
	float: right;
	background-image: url(../imagenes/avionhome.jpg);
	background-repeat: no-repeat;
}

#info h1 {
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
	border-bottom: #FFFFFF thin dashed;
	border-top: #FFFFFF thin dashed;
	margin: 25px 0;
}

.serv {
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
}

.serv p {
	width: 210px;
	height: 35px;
	background-color: #FFFFD4;
	border-right: #5A5A5A thin solid;
	border-bottom: #5A5A5A thin solid;
	padding: 5px;
	font-size: 12px;
}

.serv p a {
	color: #2A7FFF;
	text-decoration: none;
}

.serv p a:hover {
	color: #0055FF;
	text-decoration: underline;
}

#info table {
	background-color: #FFFFD4;
	border-right: #5A5A5A thin solid;
	border-bottom: #5A5A5A thin solid;
	font-size: 13px;
	padding: 8px;
	margin-left: 25px;
}

#info table tbody {
	font-weight: bold;
}

#info td, tr {
	border-bottom: #333333 thin dashed;
}

#info td {
	width: 100px;
}

#enlaces {
	float: right;
}

#enlaces img {
	margin-right: 25px;
	margin-bottom: 25px;
	border: none;
}

/*----------------------------
------->> FIN INICIO <<-------
----------------------------*/

/*--------------------------
------->> CONTACTO <<-------
--------------------------*/

#contacto {
	width: 550px;
	margin: 30px auto;
	border: #D2D2D2 thin dashed;
	padding: 25px;
}

#contacto h1 {
	color: #FFFFFF;
	border-top: #FFF thin dashed;
	border-bottom: #FFF thin dashed;
}

#contacto p {
	width: 390px;
	text-align: justify;
	margin: 20px auto;
	padding: 10px;
	background-color: #D4FFFF;
	border-right: #333 1px solid;
	border-bottom: #333 1px solid;
}

#contacto fieldset {
	width: 500px;
	padding: 1em;
	border: 1px solid #7FAAFF;
}

#contacto fieldset legend {
	font-weight: bold;
	color: #000;
	padding: 0.5em;
}

#contacto fieldset div label {
	font-weight: bold;
	color: #FFFFFF;
}

#contacto fieldset div input.campo, textarea {
	width: 400px;
	font-size: 100%;
	border: 1px solid #7FAAFF;
	background-color: #D4FFFF;
	padding: 0.3em;
	margin: 5px 0 15px;
}

.boton {
	margin-bottom: 10px;
	margin-left: 15px;
}


/*------------------------------
------->> FIN CONTACTO <<-------
------------------------------*/

/*--------------------------
------->> RASTREO <<--------
--------------------------*/
#rast {
	width: 202px;
	height: 23px;
	float: right;
	margin: 25px 7px 0 0;
	background-image: url(../imagenes/buscar.jpg);
	background-repeat: no-repeat;
}

#rastreo {
	width: 600px;
	margin: 30px auto;
	border: #D2D2D2 thin dashed;
	padding: 25px;
}

#rastreo h1 {
	color: #FFFFFF;
	margin: 0 auto 15px;
}

#rastreo p.anuncio {
	float: left;
	width: 300px;
	text-align: justify;
	margin: 20px auto;
	padding: 10px;
	background-color: #FFFFD4;
	border-right: #5A5A5A thin solid;
	border-bottom: #5A5A5A thin solid;
}

#rastreo table {
	margin: 50px auto 10px;
	width: 550px;
}

#rastreo table thead {
	background-color: #3287A4;
	color: #FFFFFF;
	line-height: 30px;
}

#rastreo table td {
	background-color: #2C9BC8;
	line-height: 24px;
	padding-left: 10px;
	color: #FFFFFF;
}

.aviso {
	width: auto;
	margin: 30px auto 0;
	padding: 15px;
	text-align: justify;
	background-color: #FFFFD4;
	border-right: #5A5A5A thin solid;
	border-bottom: #5A5A5A thin solid;
}


/*-----------------------------
------->> FIN RASTREO <<-------
-----------------------------*/

/*-----------------------
------->> ADMIN <<-------
-----------------------*/

.titulo h1 {
	float:  right;
	margin-top: 50px;
	margin-right: 100px;
	border-top: #FFF thin dashed;
	border-bottom: #FFF thin dashed;
	padding: 10px;
	
}

#admin {
	width: 600px;
	margin: 30px auto;
	padding: 25px;
}

.adminform {
	width: 500px;
	padding: 1em;
	border: 1px solid #7FAAFF;
	margin-top: 20px;
}

.adminform div label {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}

.adminform div input.text, select {
	font-size: 18px;
	width: 350px;
	margin: 10px auto 15px;
}

.adminform div input.boton {
	width: 80px;
	height: 30px;
	font-size: 16px;
}

.aviso a {
	color: #2A55FF;
	text-decoration: underline;
	font-size: 14px;
}

/*---------------------------
------->> FIN ADMIN <<-------
---------------------------*/

/*--------------------------
------->> NOSOTROS <<-------
--------------------------*/
#quienes {
	width: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1.nosotros {
	color: #FFFFFF;
	font-size: 36px;
	border-top: #FFF thin dashed;
	border-bottom: #FFF thin dashed;
	padding: 10px;
}

p.historia {
	text-align: justify;
	margin-top: 20px;
	margin-left: 20px;
}

div.logo {
	width: 365px;
	height: 194px;
	float: right;
	background: url(../imagenes/logoquienes.jpg) no-repeat;
	margin-top: 130px;
	margin-left: 20px;
}

h2.nosotros {
	color: #FFFFFF;
	font-size: 24px;
	border-top: #FFF thin dashed;
	border-bottom: #FFF thin dashed;
	padding: 3px;
}

#mision {
	width: 400px;
	float: left;
	margin-left: 20px;
}

#vision {
	width: 400px;
	float: right;
	margin-right: 20px;
}

p.mision {
	text-align: justify;
	margin-top: 10px;
	margin-left: 20px;
}

p.vision {
	text-align: justify;
	margin-top: 10px;
	margin-left: 20px;
}

/*------------------------------
------->> FIN NOSOTROS <<-------
------------------------------*/

/*--------------------------------
------->> REPRESENTANTES <<-------
--------------------------------*/

#representantes {
	width: 650px;
	margin-top: 20px;	
}

h1.repres {
	color: #FFFFFF;
	font-size: 32px;
	border-top: #FFF thin dashed;
	border-bottom: #FFF thin dashed;
	padding: 10px;
}

p.representantes {
	margin-top: 20px;
	margin-left: 15px;
	text-align: justify;
	line-height: 150%;
}

#alianzas {
	width: 1000px;
	margin: 25px auto;
}

div.representante {
	display: inline;
	width: 310px;
	float: left;
	margin: 25px 10px 0 10px;
}

address.aliados {
	line-height: 150%;
	font-style: normal;
	background-color: #FFFFD4;
	border-right: #5A5A5A thin solid;
	border-bottom: #5A5A5A thin solid;
	padding: 10px;
	height: 190px;
}

a.web {
	color: #2A7FFF;
	text-decoration: underline;
}


/*------------------------------------
------->> FIN REPRESENTANTES <<-------
------------------------------------*/

/*---------------------------
------->> SERVICIOS <<-------
---------------------------*/

#servicios {
	width: 950px;
	margin: 30px auto;
}

ol.servicios {
	margin: 15px 0 0 50px;
	line-height: 180%;
}

span.listaserv {
	display: block;
	width: 800px;
	margin: 20px auto;
}

#servicios h2 {
	color: #FFFFFF;
	font-size: 18px;
	border-top: #FFF thin dashed;
	border-bottom: #FFF thin dashed;
	padding: 3px;
}

dl {
	line-height: 120%;
	margin: 15px 0 15px 15px;
	background-color: #FFFFEA;
	border-right: #5A5A5A thin solid;
	border-bottom: #5A5A5A thin solid;
	padding: 10px;
}

dt {
	font-weight: bold;
	margin: 10px 0;
}


/*-------------------------------
------->> FIN SERVICIOS <<-------
-------------------------------*/