/*Inicio Estilo general de la página*/
body,td,th {
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
}
body {
	background-color:#FFF;
	margin:0px;
	margin-top:120px;
}
.body-home {
	margin-top:315px;
}
#sinbuscador {
	margin-top:130px;
}
a:link {
	color:#1B4C68;
	text-decoration:none;
}
a:visited {
	color:#1B4C68;
	text-decoration:none;
}
a:hover {
	color:#1B4C68;
	text-decoration:underline;
}
a:active {
	color:#1B4C68;
	text-decoration:none;
}
img {
	border:none;
}
#degradado {
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	background-image:url(../Image/degrad.jpg);
	background-repeat:repeat-x;
	height:435px;
	z-index:-1;
}
.centro {
	text-align:center;
}
.derecha {
	text-align:right;
}
.chico {
	margin-top:0px;
}
.rojo {
	color:#BF001B;
}
.autom {
	font-size:12pt;
}
h1 {
	font-weight:normal;
	margin:0px;
	font-size:20pt;
	margin-left:20px;
}
h2 {
	font-weight:normal;
	margin:0px;
	font-size:14pt;
}
/*Fin Estilo general de la página*/

/*Inicio Estilo barra blanca*/
#barra {
	position:absolute;
	top:1px;
	left:0%;
	right:0%;
	margin-top:15px;
	background-color:#FFF;
	height:94px;
	z-index:1;
}
#barra-sombra1 {
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	margin-top:12px;
	background-image:url(../Image/sombra-barra1.png);
	background-repeat:repeat-x;
	height:4px;
	z-index:1;
}
#barra-sombra2 {
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	margin-top:110px;
	background-image:url(../Image/sombra-barra2.png);
	background-repeat:repeat-x;
	height:4px;
	z-index:1;
}
#logosup {
	margin-left:3%;
	margin-top:5px;
}
/*Fin Estilo barra blanca*/

/*Inicio Estilo menú principal*/
#menuppal {
	position:absolute;
	top:0%;
	right:0%;
	background-color:#1C4C69;
	width:70%;
	height:80px;
	z-index:3;
}
#menuppal-sombra1 {
	position:absolute;
	top:0%;
	right:0%;
	margin-right:70%;
	background-image:url(../Image/sombra-menu1.png);
	background-repeat:repeat-y;
	width:6px;
	height:80px;
	z-index:2;
}
#menuppal-sombra2 {
	position:absolute;
	top:0%;
	right:0%;
	margin-top:80px;
	background-image:url(../Image/sombra-menu2.png);
	background-repeat:repeat-x;
	width:70%;
	height:6px;
	z-index:2;
}
#menuppal-sombra-esq {
	position:absolute;
	top:0%;
	right:0%;
	margin-top:80px;
	margin-right:70%;
	background-image:url(../Image/sombra-menu-esq.png);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	z-index:2;
}
#contenedor-menu {
	margin-top:45px;
	margin-left:20px;
	bottom:0%;
	z-index:20;
}
.menu-item1 {
	font-size:13pt;
	margin-left:6px;
	margin-right:6px;
}
a.menu-item1:link {
	text-decoration:none;
	color:#FFF;
	text-shadow:0 0 1px #FFF;
}
a.menu-item1:visited {
	text-decoration:none;
	color:#FFF;
	text-shadow:0 0 1px #FFF;
}
a.menu-item1:hover {
	text-decoration: none;
	color:#BF001B;
	text-shadow:0 0 2px #BF001B;
}
a.menu-item1:active {
	text-decoration:none;
	color:#000;
	text-shadow:0 0 1px #000;
}
/*Fin Estilo menú principal*/

/*Inicio Estilo buscador*/
.contenedor-titulo-buscar {
	position:relative;
	top:42px;
	right:20px;
}
#inico-busc1 {
	background-image:url(../Image/link-busc.png);
	background-repeat:no-repeat;
	width:245px;
	height:106px;
}
#inico-busc2 {
	margin-top:3px;
	margin-left:15px;
	margin-right:60px;
	font-size:15pt;
}
a.buscar:link {
	text-decoration:none;
	color:#BF001B;
	text-shadow:0 0 7px #FFF;
}
a.buscar:visited {
	text-decoration:none;
	color:#BF001B;
	text-shadow:0 0 7px #FFF;
}
a.buscar:hover {
	color:#FFF;
	text-decoration: none;
	text-shadow:0 0 20px #FFF;
}
a.buscar:active {
	text-decoration:none;
	color:#000;
	text-shadow:0 0 7px #FFF;
}
.buscador {
	width:477px;
	height:247px;
	background-position:right;
	background-image:url(../Image/busc-cuerpo.png);
	background-repeat:no-repeat;
}
#busc-a {
	width:477px;
	height:247px;
	background-position:left;
	background-image:url(../Image/busc-a.png);
	background-repeat:no-repeat;
}
#busc-b {
	width:477px;
	height:247px;
	background-position:left;
	background-image:url(../Image/busc-b.png);
	background-repeat:no-repeat;
}
#busc-c {
	width:477px;
	height:247px;
	background-position:left;
	background-image:url(../Image/busc-c.png);
	background-repeat:no-repeat;
}
.busc-tabla {
	margin-top:5px;
	margin-right:10px;
}
.busc-sig {
	margin-right:5px;
	text-align:center;
	cursor:pointer;
}
.busc-preg {
	font-size:14pt;
	color:#BF001B;
}
.resu-procedures {
	overflow-y:scroll;
	width:350px;
	height:120px;
}
.provzone {
	font-size:8pt;
}
.contenedor-buscador {
	position:absolute;
	left:0%;
	right:0%;
	top:110px;
	z-index:1;
}
.contenedor-buscador-home {
	position:absolute;
	left:0%;
	right:0%;
	top:175px;
}
#gris {
	position:fixed;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
	z-index:49;
	background-image:url(../Image/gris.png);
}
#busc-ok {
	text-align:center;
	margin-left:65px;
}

.buscador-fnd {
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:110px;
	left:0%;
	right:0%;
	z-index:1;
}
#buscador-fnd1 {
	height:213px;
	background-image:url(../Image/fnd-buscador.png);
}
#buscador-fnd2 {
	height:372px;
	background-image:url(../Image/fnd-buscador2.png);
}
.buscador-contenedor {
	position:absolute;
	left:0%;
	right:0%;
	z-index:2;
}
#paso1 {
	top:100px;
}
#paso2 {
	top:285px;
}
#espacio {
	height:205px;
	visibility:hidden;
}
.buscador-titulo {
	font-size:16pt;
	color:#BF001B;
	margin-left:15px;
}
.buscador-subtitulo {
	font-size:12pt;
	color:#BF001B;
	margin-top:5px;
}
.buscador-contenido {
	overflow-y:scroll;
	width:600px;
	height:120px;
}
.paso {
	font-size:18pt;
	color:#BF001B;
	text-align:center;
}
.pickforme {
	font-size:16pt;
	color:#BF001B;
}
.pickforme li {
	padding-bottom:20px;
}
.BPA-Next {
	cursor:pointer;
}
.Boton {
	cursor:pointer;
}


.SearchTop {
	width:500px;
	height:54px;
	background-image:url(../Image/SearchTop.png);
	background-position:center;
	background-repeat:no-repeat;
}
.SearchTopB {
	width:500px;
	height:16px;
	background-image:url(../Image/SearchTopB.png);
	background-position:top;
	background-repeat:no-repeat;
}
.SearchBottom {
	width:500px;
	height:23px;
	background-image:url(../Image/SearchBottom.png);
	background-position:center;
	background-repeat:no-repeat;
}
.Search {
	width:500px;
	background-image:url(../Image/SearchBody.png);
	background-position:center;
	background-repeat:repeat-y;
}
.SearchTitulo {
	margin-top:20px;
	margin-left:82px;
	color:#FFF;
	font-size:17pt;
	position:static;
}
/*Fin Estilo buscador*/

/*Inicio Estilo Home*/
#txt-ppal {
	font-size:12pt;
	margin-left:25px;
}
#cuad-home {
	width:820px;
	height:268px;
	background-image:url(../Image/cuad-home.png);
}
.item-home {
	font-size:12pt;
}
#why-home {
	font-size:14pt;
	color:#BF001B;
	text-align:center;
}
#why-home-cuad {
	width:325px;
	height:221px;
	background-image:url(../Image/why-home.png);
}
#why-home-cuad2 {
	margin-left:10px;
}
.sub-entrada-home {
	font-size:7pt;
}
a.entrada-home:link {
	text-decoration:none;
	color:#1C4C69;
}
a.entrada-home:visited {
	text-decoration:none;
	color:#1C4C69;
}
a.entrada-home:hover {
	color:#BF001B;
	text-decoration:none;
}
a.entrada-home:active {
	text-decoration:none;
	color:#1C4C69;
}
a.sub-entrada-home:link {
	text-decoration:none;
	color:#000;
}
a.sub-entrada-home:visited {
	text-decoration:none;
	color:#000;
}
a.sub-entrada-home:hover {
	color:#BF001B;
	text-decoration:none;
}
a.sub-entrada-home:active {
	text-decoration:none;
	color:#000;
}
#buscador-fnd-home {
	height:188px;
	background-image:url(../Image/fnd-buscador-home.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:120px;
	left:0%;
	right:0%;
	z-index:1;
}
.buscador-contenedor-home {
	position:absolute;
	top:125px;
	left:0%;
	right:0%;
	z-index:1;
}
.buscador-contenido-home {
	overflow-y:scroll;
	width:600px;
	height:115px;
}
.fondo-home {
	border-top:2px solid #BF001B;
	border-bottom:2px solid #BF001B;
	background-color:#EBEBEB;
}
#barra-imgs {
	text-align:center;
}
.socialnetworks {
	position:absolute;
	left:0%;
	width:57px;
	top:170px;
	z-index:2;
}
.redes-top {
	background-repeat:no-repeat;
	background-image:url(../Image/redes-top.png);
	height:10px;
}
.redes-bottom {
	background-repeat:no-repeat;
	background-image:url(../Image/redes-bottom.png);
	height:18px;
}
.redes-body {
	background-repeat:repeat-y;
	background-image:url(../Image/redes-body.png);
}
.BoxItem {
	color:#FFF;
}
.BoxItem2 {
	color:#FFF;
	font-size:12pt;
}
a.BoxItem:link {
	text-decoration:none;
	color:#FFF;
}
a.BoxItem:visited {
	text-decoration:none;
	color:#FFF;
}
a.BoxItem:hover {
	color:#B8001A;
	text-decoration:none;
}
a.BoxItem:active {
	text-decoration:none;
	color:#FFF;
}
.CuadProc-Top {
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../Image/ProcedureHomeTop.png);
	height:59px;
}
.CuadProc-Bottom {
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../Image/ProcedureHomeBottom.png);
	height:26px;
}
.CuadProc-Center {
	background-position:center;
	background-repeat:repeat-y;
	background-image:url(../Image/ProcedureHomeCenter.png);
}
.CuadDest-Top {
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../Image/DestinyHomeTop.png);
	height:53px;
}
.CuadDest-Bottom {
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../Image/DestinyHomeBottom.png);
	height:25px;
}
.CuadDest-Center {
	background-position:center;
	background-repeat:repeat-y;
	background-image:url(../Image/DestinyHomeCenter.png);
}
.TituloBox {
	margin-right:60px;
	margin-top:5px;
	text-align:right;
}
.TituloBox2 {
	margin-right:60px;
	margin-top:7px;
	text-align:right;
}
/*Fin Estilo Home*/

/*Inicio Estilo Cuerpo*/
#tbltitulo {
	border-bottom:2px solid #BF001B;
}
#titulo {
	font-size:20pt;
	margin-left:20px;
}
.formulario-lead {
	border-top:1px solid #BF001B;
}
#tbl-links {
	border:1px solid #BF001B;
	background-image:url(../Image/degrad-menuinf.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.punto {
	font-size:18pt;
	color:#BF001B;
}
.asterisco {
	color:#BF001B;
	text-align:center;
	font-size:9pt;
}
.entrada {
	font-size:12pt;
}
.sub-entrada {
	font-size:10pt;
}
a.entrada:link {
	text-decoration:none;
	color:#000;
}
a.entrada:visited {
	text-decoration:none;
	color:#000;
}
a.entrada:hover {
	color:#BF001B;
	text-decoration:none;
}
a.entrada:active {
	text-decoration:none;
	color:#000;
}
a.sub-entrada:link {
	text-decoration:none;
	color:#000;
}
a.sub-entrada:visited {
	text-decoration:none;
	color:#000;
}
a.sub-entrada:hover {
	color:#BF001B;
	text-decoration:none;
}
a.sub-entrada:active {
	text-decoration:none;
	color:#000;
}
.destino {
	font-size:14pt;
}
.destinos {
	border:1px solid #BF001B;
}
.different {
	position:absolute;
	right:0%;
	width:137px;
	height:83px;
	top:255px;
	background-image:url(../Image/why.png);
	z-index:2;
}
.different-home {
	width:168px;
	height:65px;
	background-image:url(../Image/whydiff-home.png);
}
.txt-different {
	color:#BF001B;
	font-size:16pt;
	margin:10px;
	margin-left:15px;
	margin-right:0px;
}
.txt-different-home {
	color:#BF001B;
	font-size:16pt;
	margin-left:30px;
}
a.link-different:link {
	text-decoration:none;
	color:#BF001B;
}
a.link-different:visited {
	text-decoration:none;
	color:#BF001B;
}
a.link-different:hover {
	color:#BF001B;
	text-decoration: none;
	text-shadow:0 0 3px #BF001B;
}
a.link-different:active {
	text-decoration:none;
	color:#000;
}
#titulo-different {
	color:#BF001B;
	font-size:14pt;
	font-weight:bold;
}
#subtitulo {
	font-size:16pt;
	margin-left:20px;
}
.boton-izq {
	height:43px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(../Image/boton-izq.png);
}
.boton-der {
	height:43px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(../Image/boton-der.png);
}
.boton-centro {
	margin-left:10px;
	margin-right:15px;
	height:43px;
	background-repeat:repeat-x;
	background-image:url(../Image/boton-centro.png);
}
.boton-texto {
	text-align:center;
	font-size:14pt;
	color:#FFF;
	font-weight:bold;
}
a.boton-texto:link {
	color:#FFF;
	text-decoration:none;
}
a.boton-texto:visited {
	color:#FFF;
	text-decoration:none;
}
a.boton-texto:hover {
	color:#BF001B;
	text-decoration:none;
}
a.boton-texto:active {
	color:#FFF;
	text-decoration:none;
}
#final {
	width:825px;
	height:162px;
	background-image:url(../Image/final.png);
}
#final-txt {
	font-size:14pt;
	margin-left:5px;
	margin-right:155px;
}
.descripcionlink {
	color:#333;
	font-weight:400;
	font-size:8pt;
}
/*Fin Estilo Cuerpo*/

/*Inicio Estilo Idiomas*/
#idiomas-peq {
	position:absolute;
	top:0%;
	right:20px;
	z-index:5;
	width:161px;
	height:54px;
	background-image:url(../Image/idiomas-peq.png);
}
#idiomas-gra {
	position:absolute;
	top:0%;
	right:20px;
	z-index:5;
	width:161px;
	height:207px;
	background-image:url(../Image/idiomas-gra.png);
}
.idioma {
	font-size:9pt;
}
#idiomas-mas {
	text-align:center;
	font-size:9pt;
	cursor:pointer;
}
a.idiomas:link {
	color:#000;
	text-decoration:none;
}
a.idiomas:visited {
	color:#000;
	text-decoration:none;
}
a.idiomas:hover {
	color:#000;
	text-decoration:underline;
}
a.idiomas:active {
	color:#000;
	text-decoration:none;
}
#idiomas-lista {
	overflow-y:scroll;
	width:150px;
	height:175px;
}
/*Fin Estilo Idiomas*/

/*Inicio Menú Inferior*/
#menuinf-ppal {
	margin-top:30px;
	border-top: 2px solid #BF001B;
	background-image:url(../Image/degrad-menuinf.jpg);
	background-repeat:repeat-x;
}
#menuinf-ppal-home {
	border-top: 2px solid #BF001B;
	background-image:url(../Image/degrad-menuinf.jpg);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0%;
	right:0%;
	left:0%;
}
a.menuinf:link {
	color:#1B4C68;
	text-decoration:none;
}
a.menuinf:visited {
	color:#1B4C68;
	text-decoration:none;
}
a.menuinf:hover {
	color:#BF001B;
	text-decoration:none;
}
a.menuinf:active {
	color:#000;
	text-decoration:none;
}
/*Fin Menú Inferior*/

/*Inicio Estilo Credia*/
.credia {
	position:fixed;
	right: 0%;
	bottom: 0%;
	text-align:right;
	margin-bottom: 1px;
	margin-right: 1px;
}
/*Fin Estilo Credia*/
