﻿/*A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {font-size:40; font-weight:bold; color: orange;}
A:align {text-align: right}  */ 
body {
	font-family: Century Gothic;
	padding: 0;
	background: #D3D3D3 url(../Imagenes/cielo-Fondo.jpg) no-repeat center center;
}
html, body {  
   height:100%;  
   margin:0;  
}  
body{
	/*Para que cuando se cambie el tamaño de la ventana, el scroll permita llegar a la parte de arriba y la izquierda de la web*/
     position:relative;  
     min-width:985px;
     min-height:584px;/*height +20*/
}  
*:first-child+html body {
	/*Sólo IE7: Para que cuando se cambie el tamaño de la ventana, el scroll permita llegar a la parte de arriba y la izquierda de la web*/
     position:relative;  
     min-width:985px;
     min-height:584px;/*height +30*/
} 
#tablaPrincipal{
	width: 985px;	
	height:564px;
	_height:554px;/*Para IE6*/
	/*Para centrar la web. Los de IE6 se definen en las masterpages, en un hack css:*/
	position:absolute;  
	top:50%;  
	left:50%;  
	margin-top:-287px;/*la mitad del height -5*/
	margin-left:-492px;/*la mitad del width*/
}
*:first-child+html #tablaPrincipal{/*Sólo para IE7*/	
	width: 985px;	
	height:554px;
	/*Para centrar la web:*/
	position:absolute;  
	top:50%;  
	left:50%;  
	margin-top:-280px;/*la mitad del height -3*/
	margin-left:-492px;/*la mitad del width*/
}
.tablaMarcoAzul{/*Para todos los navegadores, excepto IE7*/
	width: 950px;
	background-color:#fff;/*mirar si quitarlo o no*/
	text-align: left;
	z-index: 200;
	_position: relative;/*Para IE6*/
    _top: -30px;/*Para IE6*/
}
*:first-child+html .tablaMarcoAzul{/*Específico para IE7*/
    width: 950px;
    background-color:#fff;/*mirar si quitarlo o no*/
    text-align: left;
    z-index: 200;
    position: relative;
    top: -5px;
}
#tablaMarcoBlanco{width: 920px;}
#anchoSeccionContenido{width: 740px;}/*------------------ToDo: eliminar*/
#seccionContenido
{
	position: relative;
    top: -10px;
    left: -5px;
	width: 780px;
}
#tablaContenido{width: 890px;}/*width: 910px;*/
#tablaContenido2
{
	position: relative;
	left: -20px;
	width: 880px;/*width: 910px;*/
}

#columnaMenuLateral{
	background-color:#B5C7DE;
	width: 160px;
}
/*#divMenuLateral{
	/*background-color:White;/*#dcdcdc;/
	width: 160px;
	/*position: absolute; 
	top: 230px;
	left: 200px;
	z-index: 2;/
	text-align:left;
	height:300px;
	border:solid 1px;
}*/
#contentPlaceHldr{float:right; right: 10px;}
#menuPrincipal
{
	position: relative;
	left: 100px;
	width: 500px;
	height: 1px;
	text-align:left;
	z-index: 200;
}
/*.cabecera{
	z-index: 250;
	position: absolute;
	top: 80px;/*60px/
	left: 195px;/194px/
}*/
#contenedor{
    overflow: hidden;
    width: 98%;
    border: 1px solid #bbb;
    background: #ddd;
    padding: 10px;
}
#flotanteizquierda{
    float: left;
    background: #fc3; 
    width: 200px; 
    padding: 10px;
}
#flotantederecha{
    float: right;
    background: #3cf;
    width: 200px;
    padding: 10px;
}
#AnimacionCabecera{/*Todos los navegadores, excepto IE6, IE7*/
    position:relative;
    top:-5px;
    left:0px;
    z-index:200;
    width: 950px;
    height: 95px;
}
*html #AnimacionCabecera{/*Específico para IE6*/
    position:relative;
    top:-12px;
    left:0px;
    z-index:200;
    width: 950px;
    height: 95px;
}
*:first-child+html #AnimacionCabecera{/*Específico para IE7*/
    position:relative;
    top:-12px;
    left:0px;
    z-index:200;
    width: 950px;
    height: 95px;
}
.linksArriba{/*Todos los navegadores, excepto IE7*/
	text-align: right;
	position:relative;
	top:-105px;	
	_top:-115px;/*Para IE6*/	
	right:30px;
	z-index:200;
	width: 100px;
	height: 1px;
	/*border:solid 1px white;*/
	float:right;
}
*:first-child+html .linksArriba{/*Específico para IE7*/
    text-align: right;
    position:relative;
    top:-110px;
    right:30px;
    z-index:200;
    width: 100px;
    height: 1px;
    /*border:solid 1px white;*/
    float:right;
}
.linksAbajo
{
	text-align: center;
	font-family: Century Gothic;
	font-size:10px;
	font-weight: bold;
	color:#000000;
}
.linksAbajo2{/*Se usa en la masterpage de quienes somos*/
	text-align: center;
	font-family: Century Gothic;
	font-size:10px;
	font-weight: bold;
	color:#000000;
	_position: relative;/*Para IE6-->Borrar???*/
	_top: -160px;/*Para IE6-->Borrar???*/
}
.MenuPrincipal{
	position: relative; 
	top: 8px;/*8*/
	/*width:735px;/*-->El width se define en el page_init de las master pages/
	left: -35px;/*-->El left se define en el page_init de las master pages/
	#left: -25px;/*Todos los IE-->El left se define en el page_init de las master pages*/
	z-index: 201;	
	/*border: solid 1px black;*/
}
.MenuHelipuertos{	
	position: relative;
	top: 8px;
	/*width:110px;/*-->El width se define en el page_init de las master pages/
	left: -20px;/*-->El left se define en el page_init de las master pages/
	#left: -25px;/*Todos los IE-->El left se define en el page_init de las master pages*/
	z-index: 199;
	/*border: solid 1px red;*/
}
.divContenido{
	position: absolute; 
	top: 220px;
	left: 350px;/*180*/
	z-index: 2;
}

/*body{padding: 20px;background-color: #FFF; font: 100.01% "Trebuchet MS",Century Gothic,Arial,sans-serif}*/
h1,h2,p{margin: 0 10px}
h1{font-size: 250%;color: #FFF}
h2{font-size: 200%;color: #f0f0f0}
p{padding-bottom:1em}
h2{padding-top: 0.3em}
div#bordesRedondeados
{
	margin: 0 0%;background: #D3D3D3}/*#9BD1FA*/
	b.rtop, b.rbottom{display:block;background: #FFF}
	b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #D3D3D3}/*#9BD1FA*/
	b.r1{margin: 0 5px}
	b.r2{margin: 0 3px}
	b.r3{margin: 0 2px}
	b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px
	}

div#bordesRedondeadosAzul
{
	margin: 0 0%;background:#6495ED}
	b.rtopAzul, b.rbottomAzul{display:block;background: #D3D3D3}/*-->mismo color que el bordesRedondeados, para que nos se vean las esquinas*/
	b.rtopAzul b, b.rbottomAzul b{display:block;height: 1px; overflow: hidden; background: #6495ED}
	b.r1Azul{margin: 0 5px}
	b.r2Azul{margin: 0 3px}
	b.r3Azul{margin: 0 2px}
	b.rtopAzul b.r4Azul, b.rbottomAzul b.r4Azul{margin: 0 1px;height: 2px
}

div#bordesRedondeadosBlanco
{
	margin: 0 0%;background:#fff}
	b.rtopBlanco, b.rbottomBlanco{display:block;background: #6495ED}/*-->mismo color que el bordesRedondeadosAzul, para que nos se vean las esquinas*/
	b.rtopBlanco b, b.rbottomBlanco b{display:block;height: 1px; overflow: hidden; background: #fff}
	b.r1Blanco{margin: 0 5px}
	b.r2Blanco{margin: 0 3px}
	b.r3Blanco{margin: 0 2px}
	b.rtopBlanco b.r4Blanco, b.rbottomBlanco b.r4Blanco{margin: 0 1px;height: 2px
	}

#marco {
	width:455px;
	margin:10px 0;
	padding:0px;
	text-align:left;
	}	
#TitulosSubmenus{
    font-size:40; 
    font-weight:bold; 
    color: orange;
}
.TextoPagina
{
	font-size:10px;
	text-align: justify;
	font-family: Century Gothic;
	font-weight:normal;
	padding:5px;/*10px*/
	color:Gray;		
}
.TextoPaginaMedio{
	font-size:11px;
	text-align: justify;
	font-family: Century Gothic;
	font-weight:normal;
	position:relative;
	padding:10px;	
	color:Gray;
}
#TextoPagina
{
	font-size:10px;
	text-align: justify;
	font-family: Century Gothic;
	font-weight:normal;
	padding:5px;/*10px*/
	color:Gray;		
}
#TextoPaginaMedio{
	font-size:11px;
	text-align: justify;
	font-family: Century Gothic;
	font-weight:normal;
	position:relative;
	padding:10px;	
	color:Gray;
}
/*#ImagenQuienesSomos
{
	position:relative;
	padding:10px;
	height: 282px;
	left: 8px; 
	width: 227px; 
	top: 8px
}*/
#ImagenesPequenas
{	
	padding:10px;
	top: 10px; 
	width: 392px;
	height: 50px
}
/*THUMBNAILs normales*/
.thumbnail{
	position: relative;
	/*z-index: 10;*/
}
.thumbnail:hover{
	background-color: transparent;
	/*z-index: 20;*/
}
.thumbnail span{ /*CSS para la imagen agrandada*/
	position: absolute;
	/*background-color: #6495ED;*/
	padding: 0px;
	/*left: -1000px;*/
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS para la imagen agrandada*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS para la imagen agrandada en el hover*/
	visibility: visible;
	top: -30px;
	left: -30px; /*offset horizontal de la imagen agrandada*/
}
/*--------------------------------------------------------------------*/
/*CABECERA PÁGINAS CONTENIDO*/
.cabeceraContenido{
	width: 97%;
	/*background: url(../../Imagenes/chromebg.gif) center center repeat-x;*/
	margin-left: 0px;
	padding:2px 0 2px 15px;
	text-align: left;
	font-size: 100%;
	left: 0px;/*-5*/
	position: relative;
	top: 0px;/*-10*/
	height:15px;
	margin-top: 20px;
}
.cabeceraContenido img{
	float: right;
	margin-right: 5px;
	padding-top: 5px;
	height:15px;
}
.cabeceraContenido span, .cabeceraContenido a.bar{
	padding: 5px 0;
	padding-left: 0;
	color: Orange;
	font-family: Century Gothic;
	font-size: 9pt;
	font-weight: normal;/*bolder*/
	height:15px;
}
/*---------------------------------------------------------------------*/
#menuLateral
{
	margin-left:5px;
	margin-top:15px;
	z-index: 200;
	width: 160px; /*160*/
	height: 300px;
}
#tablaMenuLateral{	height:403px;}
.nodoNivel0{
	font-size:9pt;
	color: #0B3A79;/*445588 0B3A79*/
	font-weight:bold;
}
.nodoNivel1{
	font-size:8pt;
	color: #0B3A79;/*445588 6677BB 000099*/
	font-weight:bold;
}
.nodoNivel2{
	font-size:7.5pt;
	color: #6677BB;/*aabbdd 6699cc*/
	font-weight:bold;
}
.nodoNivel3{
	font-size:7pt;
	color: #aabbdd;/*ddddee 6666cc*/
	font-weight:bold;
}
.nodoNivel4{
	font-size:7pt;
	color: #808080;	/*ddddee 6699cc*/
	font-weight:bold;
}
.nodoNivelSubrayado0{
	font-size:9pt;
	color: #0B3A79;/*0B3A79*/
	text-decoration:underline;
}
.nodoNivelSubrayado1{
	font-size:8pt;
	color: #0B3A79;/*000099*/
	text-decoration:underline;
}
.nodoNivelSubrayado2{
	font-size:7.5pt;
	color: #6677BB;
	text-decoration:underline;
}
.nodoNivelSubrayado3{
	font-size:7pt;
	color: #aabbdd;
	text-decoration:underline;
}
.nodoNivelSubrayado4{
	font-size:7pt;
	color: #808080;	
	text-decoration:underline;
}
.colorNaranja0{
	font-size:9pt;
	color:Orange;
}
.colorNaranja1{
	font-size:8pt;
	color:Orange;
}
.colorNaranja2{
	font-size:7.5pt;
	color:Orange;
}
.colorNaranja3{
	font-size:7pt;
	color:Orange;
}
.colorNaranja4{
	font-size:7pt;
	color:Orange;
}
/*Imagenes acristaladas y texto en pop up*/
.bordeFotoYPopUp {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bordeFotoYPopUp li {
	padding: 0px;
	margin: 0;
	/*float: left;*/
	/*position: relative;
	width: 180px;
	height: 130px;*/
}
.bordeFotoYPopUp img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.bordeFotoYPopUp li:hover img{
	border-color: #999;
}
.bordeFotoYPopUp em {
	/*Mismo ancho que la imagen bubbleMedio*/
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -20px;
	left: 50px;
	font-style: normal;
	text-align: center;
	font-family: Century Gothic; 
	font-size:10px;
	color:Black;
	z-index:200;
}
.bordeFotoYPopUp a {
	text-decoration: none;
	color: #000;
}
.bordeFotoYPopUp a:hover em {
	display: block;
}
/*--------------------------------------------------------*/
.Subrayar{	text-decoration:none;}
.Subrayar a:
{
	font-weight:bold;
	text-decoration:none;
}
.Subrayar:hover
{
	font-weight:bold;
	text-decoration:underline;
	font-size:120%;
}
.SubrayarMedio{	text-decoration:none;}
.SubrayarMedio a:
{
	font-weight:bold;
	text-decoration:none;
}
.SubrayarMedio:hover
{
	font-weight:bold;
	text-decoration:underline;
	font-size:105%;
}

.divRedondeado1 {
	background-color:#C2D0EB;/*color de fondo #A0C7F1*/
	color:#FFFFFF;/*color de letra*/
	font-family: Century Gothic;	
	font-weight: bold;
	font-size: 11px;
	border: 0px;
}
.divRedondeado2 {
	background-color:#f5f5f5;/*color de fondo #eeeeee*/
	color:#000000;/*color de letra*/
	font-family: Century Gothic;	
	font-weight: bold;
	font-size: 11px;
	border: solid 2px #C2D0EB;
}
.divRedondeado3 {
	background-color:#6688CC;/*color de fondo cornflowerblue*/
	color:#000000;/*color de letra*/
	font-family: Century Gothic;	
	font-weight: bold;
	font-size: 11px;
	border: solid 2px #6688CC;
	text-align:center;
}
.divRedondeado4 {
	background-color:#f5f5f5;/*color de fondo f2f2f2*/
	color:#000000;/*color de letra*/
	font-family: Century Gothic;	
	font-weight: bold;
	font-size: 11px;
	border: solid 2px #d3d3d3;
}
.divRedondeado5 {
	background-color:#ffffff;/*color de fondo*/
	color:#808080;/*color de letra Gray*/
	font-family: Century Gothic;	
	font-weight: bold;
	font-size: 11px;
	border: solid 1px #B5C7DE;
}
#BotonAtras{/*Todos los navegadores, excepto IE7*/
	position: relative;
	left: 10px; 
	top: -37px; 
	_top: -60px;/*Para IE6*/
	float: left;
	z-index: 20;
}
#BotonAdelante{/*Todos los navegadores, excepto IE7*/
	position: relative;
	right: 10px;
	top: -39px;
	_top: -80px;/*Para IE6*/
	float: right;
	z-index: 20;
}
*:first-child+html #BotonAtras{/*Específico para IE7*/
	position: relative;
	left: 10px; 
	top: -55px; 
	float: left;
	z-index: 20;
}
*:first-child+html #BotonAdelante{/*Específico para IE7*/
	position: relative;
	right: 10px;
	top: -55px;
	float: right;
	z-index: 20;
}     
.BordeSuperiorAzul{
	border-top-color: #4682B4 ;/*#6495ED #B5C7DE*/
	border-top-style: solid;
	border-top-width: 2px;
}
.BordeSuperiorAzul2{
	border-top-color:#6495ED;/*#6495ED*/
	border-top-style: solid;
	border-top-width: 2px;
}
.BordeSuperiorAzul3{
	border-top-color:#4682B4;/*#6495ED*/
	border-top-style: solid;
	border-top-width: 2px;
}
.BordeSuperiorAzul4{
	border-top-color:#4169E1;/*#6495ED */
	border-top-style: solid;
	border-top-width: 2px;
}
.BordeSuperiorAzul5{
	border-top-color:#1E90FF;/*#6495ED #4169E1*/
	border-top-style: solid;
	border-top-width: 2px;
}
.BordeSuperiorYDerechaAzul{
	border-top-color: #4682B4 ;/*#6495ED B5C7DE*/
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: #4682B4;
	border-right-style: solid;
	border-right-width: 2px;
}
.BordeDerechaAzul{
	border-right-color: #4682B4 ;/*#6495ED B5C7DE*/
	border-right-style: solid;
	border-right-width: 2px;
}
.BordeIzquierdaDerechaInferiorAzul{
	border-width: 2px;
	border-style: solid;
	border-bottom-color: #4682B4 ;/*#6495ED B5C7DE*/		
	border-right-color: #4682B4;
	border-left-color: #4682B4;
}
.BordeSuperiorGris{
	border-top-color: #D3D3D3;
	border-top-style: solid;
	border-top-width: 2px;
}
.BordeIzquierdaGris{
	border-left-color: #D3D3D3;
	border-left-style: solid;
	border-left-width: 2px;
}
.BordeDerechaGris{
	border-right-color: #D3D3D3;
	border-right-style: solid;
	border-right-width: 2px;
}
.BordeAbajoYDerechaGris{
	border-right-color: #D3D3D3;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #D3D3D3;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.BordeArribaYDerechaGris{
	border-right-color: #D3D3D3;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #D3D3D3;
	border-top-style: solid;
	border-top-width: 2px;
}
.BordeSuperiorBlanco{
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 2px;
}
.LinksSinSubrayado{ text-decoration:none;}
.divInternoTextoGris{ /*Todos los navegadores, excepto IE7*/
	text-align: justify;
	font-family: Century Gothic;
	font-weight:normal;
	color:Gray;	
	text-align: left;
	padding: 0px;
	line-height: 17px;
	position:relative;
	top: -20px;
	_top: 0px;/*Para IE6*/
	left:-20px;
}
*:first-child+html .divInternoTextoGris{/*Específico para IE7*/
    text-align: justify;
    font-family: Century Gothic;
    font-weight:normal;
    color:Gray;	
    text-align: left;
    padding: 0px;
    line-height: 17px;
    position:relative;
    top: 0px;
    left: -20px;
}
.bulletAzul{
	list-style-image: url(../Imagenes/bulletAzul.gif);
	list-style-position: outside;	
}
.bulletGris{
	list-style-image: url(../Imagenes/bulletGris.gif);
	list-style-position: outside;	
}
.bulletNegro{
	list-style-image: url(../Imagenes/bulletNegro.gif);
	list-style-position: outside;
}

/*-----Posiciones de las listas de la página consultoria.aspx-----------------*/
#TablaConsultoria{
	width: 740px;
	height: 330px;
    position: relative;
    left: 7px;
    top: -2px;
    _top: -10px;/*IE6*/
}
.separadorConsultoria{
	height:4px;
	_height:3px;/*IE6*/
}
#cabeceraProceso{
	width: 120px;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
}
#cabeceraProyectoTipo{
	width: 220px;
	#width: 215px;/*para todos los IE*/
	height: 20px;
	position: relative;
	top: 0px;
	left: -2px;
	#left: 2px;/*para todos los IE*/
}
#cabeceraEjemplos{
	width: 402px;
	_width: 405px;/*Específico para IE6*/
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	_left: 2px;/*Específico para IE6*/
}
*:first-child+html #cabeceraEjemplos{/*Específico para IE7*/
	width: 405px;
	height: 20px;
	position: relative;
	top: 0px;
	left: 2px;
}
#posicionBulletsEstrategiaNegocio{
	padding-top:0px;
	height:94px;
	position:relative;
	top:-5px;
	_height:50px;/*Para IE6*/
	_position:relative;/*Para IE6*/
	_top:5px;/*Para IE6*/
	_padding-top:2px;/*Para IE6/
	*padding-top:5px;/Para IE6, 7*/
}
*:first-child+html #posicionBulletsEstrategiaNegocio{/*Específico para IE7*/
    padding-top:2px;    
    position:relative;
	top:5px;
}
#posicionBulletsSeleccionFlota{
	padding-top:-5px;
	_padding-top:17px;/*Para IE6/
	*padding-top:5px;/Para IE6, 7*/
}
*:first-child+html #posicionBulletsSeleccionFlota{/*Específico para IE7*/
    padding-top:5px;
    height:40px;
}
#posicionBulletsRedaccionPliegos1{
	/*padding-top:0px;
	_padding-top:0px;/*Para IE6/
	*padding-top:0px;/Para IE6, 7*/
	position: relative;
	top: -2px;
	_top: 10px;/*Para IE6*/
	left: 10px;	
}
*:first-child+html #posicionBulletsRedaccionPliegos1{/*Específico para IE7*/
    /*padding-top:0px;*/
    position: relative;
	top: 10px;
	left: 10px;
}
#posicionBulletsRedaccionPliegos2{
	position: relative;
	top: 0px;
	left: 10px;		
}
/*:first-child+html #posicionBulletsRedaccionPliegos2{/*Específico para IE7/
    padding-left:10px;
}*/
/*----------------------------------------------------------------------------*/
.posicionQuienesSomos
{
	padding: 0px;
	width: 690px;
	height: 60%;
	position: relative;
	top: -190px;
    left: 105px;
    z-index: 9;
}
.tamanyoQuienesSomos
{
	width: 748px;
	height: 367px;
}
/*----------------------Posiciones pantalla Helipuertos-----------------------*/
.posicionTituloFlechaAzul{
	position: relative;
	top: 12px;
	left: 2px;
	#left: -3px;/*IE6 y 7*/
	z-index: 21;
}
/*----------------------------------------------------------------------------*/
/*----------------------Posiciones pantalla éxito garantizado-----------------------*/
#posicionImagenExitoGarantizado{
	position: relative;
	top: 20px;
	_top: 5px;/*IE6*/
	left: 10px;	
}
/*----------------------------------------------------------------------------*/
/*----------------Posiciones pantalla estudios compatibilidad-----------------*/
#posicionImagenEstudiosCompatibilidad2{
	position: relative;
	top: -2px;
	_top: -19px;/*IE6*/
	left: 0px;	
}
/*----------------------------------------------------------------------------*/
/*-----Posiciones pantallas helipuertos elevados y de superficie--------------*/
#posicionIframeHelipuertosElevadosSuperficie{
	z-index: 50px;
	position: relative;
	top:-3px;
	*top: -6px;/*IE 6, 7*/
	left: 3px
}
/*----------------------------------------------------------------------------*/
/*-----Pantalla formación--------------*/
#div2Formacion{
	/*border: solid 1px red;*/
	height:30px;
	_height:50px;
	line-height:15px;
	position: relative;
	top: -17px;
	*top: -7px;
	padding: 0px 0px 0px 0px;
}
#div3Formacion{
	/*border: solid 1px blue;*/
	#position:relative;
	#top:5px;
	_position:relative;
	_top:-30px;
	_height:7px;
}
#linksFormacion{
	/*border: solid 1px yellow;*/
	line-height:13px;
	height:40px;
	position: relative;
	top:-20px;
	_top:-55px;
}
.ImagenesFormacion1{
	position:relative;
	top:-1px;
	_top:-57px;
}
.ImagenesFormacion2{
	position:relative;
	top:-5px;
	_top:-65px;
}
/*----------------------------------------------------------------------------*/
