* {
	margin:0px;
	padding:0px;
}

body, textarea, input, h1,h2,h3,h4, p, a, li {
	font:11px Arial, Verdana, helvetica, sans-serif ;
	line-height: 1.4em;
	color:#4d4d4d;
}

img {
	border:none;
}

.clear{
	clear:both;
}

ul li{
	list-style: none;
	line-height: 1.6em;
}

a:hover{
	text-decoration: none;
	color:#5AAAD7;
}

/*
--------------------------------------------------------------*/

body {
	background: #BFDCF9 url(/img/granada.jpg) 50% 100% fixed no-repeat;
}


#top{
	position:relative;
	height: 30px;
	width:760px;
	margin:60px auto 0;
	background: transparent url(/img/container_bg_top.gif) no-repeat;
}

#container{
	width:760px;
	margin:0 auto;
	background-color: #fff;
}

#header{	
	display:none;
}

#nav  {
	width:694px;
	margin:0 auto;
	padding-top:10px;
} 

#content{
	width:100%;
	float:left;
	background-color: #fff;
	margin-top: 10px;
}

#main {
	width:694px;
	margin:0 auto;
	min-height:300px;
}

#sidebar {
	display:none;
}

#footer {
	clear:both;
	margin:0 auto;
	width:760px;
	height:30px;

}

#footerout {
	width:760px;
	margin:0 auto;
	height:300px;
	background: url(/img/container_bg_bottom.gif) no-repeat;
}


/*HEADER-------------------------------------------------*/

#top #tmp{
	position:absolute;
	top:-40px;
	right:30px;
	color:#CB6C04;
	font-size:16px;
}


#top #logo{
	position:absolute;
	top:-15px;
	left:30px;
	width:225px;
	height:45px;
	text-indent: -9999px;
	background: url(/img/logo.gif) no-repeat;
}

#top #logo a{
	display:block;
	width:225px;
	height:45px;
}

/*NAV-------------------------------------------------*/

#nav ul{
	background: url(/img/nav_bg.gif) no-repeat;
	height:34px;
}

#nav li{
	display:inline;
} 

/*
#nav li a{
display:block;
float:left;
width:90px;
margin-left:20px;
line-height:16px;
text-decoration: none;
} 

#nav li a:hover{
color:#ED973A;
} 

*/

#nav li a{
	display:block;
	float:left;
	width:100px;
	height:28px;
	margin-top:3px;
	margin-left:10px;
	text-indent: -9999px;
	background: url(/img/nav_home.gif) no-repeat;

} 


#nav li a#nav_home{
	width:60px;
	background: url(/img/nav_home.gif) -40px 0 no-repeat;
} 

	#nav li a#nav_home.active, #nav li a:hover#nav_home{
		background: url(/img/nav_home_on.gif) -40px 0 no-repeat;
	} 

#nav li a#nav_vuelos{
	background: url(/img/nav_vuelos.gif) 0 0 no-repeat;
} 

	#nav li a#nav_vuelos.active, #nav li a:hover#nav_vuelos{
		background: url(/img/nav_vuelos_on.gif) 0 0 no-repeat;
	} 

#nav li a#nav_servicios{
	background: url(/img/nav_servicios.gif) 0 0 no-repeat;
} 

	#nav li a#nav_servicios.active, #nav li a:hover#nav_servicios{
		background: url(/img/nav_servicios_on.gif) 0 0 no-repeat;
	} 

#nav li a#nav_empresa{
	background: url(/img/nav_empresa.gif) 0 0 no-repeat;
} 

	#nav li a#nav_empresa.active, #nav li a:hover#nav_empresa{
		background: url(/img/nav_empresa_on.gif) 0 0 no-repeat;
	} 

#nav li a#nav_noticias{
	background: url(/img/nav_noticias.gif) 0 0 no-repeat;
} 

	#nav li a#nav_noticias.active, #nav li a:hover#nav_noticias{
		background: url(/img/nav_noticias_on.gif) 0 0 no-repeat;
	} 

#nav li a#nav_contacto{
	background: url(/img/nav_contacto.gif) 0 0 no-repeat;
} 

	#nav li a#nav_contacto.active, #nav li a:hover#nav_contacto{
		background: url(/img/nav_contacto_on.gif) 0 0 no-repeat;
	} 

/*-------------------------------------------------*/

#main h1, #main p {
}


#main h1{
	height:54px;
	margin-bottom:0.5em;
	text-indent: -9999px;
}

#home #main h1{
	background: url(/img/tit_home.gif)  100% 0 no-repeat;
}

#vuelos #main h1{
	background: url(/img/tit_nuestrasrutas.gif)  100% 0 no-repeat;
}

#vuelo #main h1{
	background: url(/img/tit_ruta1.gif)  100% 0 no-repeat;
}

#servicios #main h1{
	background: url(/img/tit_otrosservicios.gif)  100% 0 no-repeat;
}

#empresa #main h1{
	background: url(/img/tit_nuestraempresa.gif)  100% 0 no-repeat;
}

#noticias #main h1{
	background: url(/img/tit_noticias.gif)  100% 0 no-repeat;
}

#contact #main h1{
	background: url(/img/tit_contacto.gif)  100% 0 no-repeat;
}


#main h2{
	height:38px;
	margin-bottom:1em;
	text-indent: -9999px;
}

#home #main h2{
	background: url(/img/tit2_granada.gif)  100% 0 no-repeat;
}

#vuelos #main h2#ruta1{
	background: url(/img/tit2_ruta1.gif)  100% 0 no-repeat;
}

#vuelos #main h2#ruta2{
	background: url(/img/tit2_ruta2.gif)  100% 0 no-repeat;
}

#vuelos #main h2#ruta3{
	background: url(/img/tit2_ruta3.gif)  100% 0 no-repeat;
}

#main h3{
	color:#ED973A;
	font-size:13px;
	font-weight: bold;
	margin-bottom:1em;
}

#main h4{
	color:#ED973A;
	margin-bottom:1em;
}


#main p,#main txt  {
	text-align:justify;
	margin-bottom:1em;
	/*max-width:740px;*/
}

#main em {
	color:#ED973A;
	font-style:normal;
}

#main ul {
	margin-left:20px;
	margin-bottom:1em;
}

#main ul li{
	background: url(/img/flechaazul.gif) 0 4px no-repeat;
	padding-left:12px;
}

#main p.masinfo{
text-align:center;
}

#main a.masinfo{
display:block;
margin:0 auto;
width:124px;
height:27px;
line-height:25px;
background: url(/img/boton.gif) 0 0 no-repeat;
color:#fff;
font-weight: bold;
text-decoration: none;
}

#main a:hover.masinfo{
color:#000;
}

#main a.masinfo2{
display:block;
margin:0 auto;
width:83px;
height:26px;
line-height:24px;
background: url(/img/boton2.gif) 0 0 no-repeat;
color:#fff;
font-weight: bold;
text-decoration: none;

}

#main a:hover.masinfo2{
color:#000;
}

#main .bq100{
	height:207px;
	margin-bottom:30px;
	/*
	min-height:205px;
	background: url(/img/bq1_bg.gif) 0 0 repeat-x;*/
	background: url(/img/bq1_bg2.jpg) 0 0 no-repeat;
	padding:20px;
}

			#main .bq100b{
				min-height:205px;
				background: url(/img/bq1_bg.gif) 0 0 repeat-x;
				padding:20px;
			}


#main .bq100 .img {
	float:left;

}

#main .bq100 .txt {
	width:340px;
	margin-left:20px;
	float:left;
}


#main .bq50-1{
	float:left;
	width:332px;
	margin-right:30px;
	min-height:100px;
	background: url(/img/bq50_bg.gif) 0 19px repeat-x;
}


#main .bq50-2{
	float:left;
	width:332px;
	margin-right:0px;
	min-height:100px;
	background: url(/img/bq50_bg.gif) 0 19px repeat-x;

}

#main .bq50-1 p, #main .bq50-2 p{
	padding:0 20px;
}

#main .bq50-1 li, #main .bq50-2 li{
	padding:0 20px 0 12px;
}

/*paginacion-------------------------------------------------*/

#main #p_pag{
text-align: center;
}

#main #p_pag span, #main #p_pag a{
padding:1px 3px;
}

/*index-------------------------------------------------*/



#home #main h3{
	height:19px;
	margin-bottom:2em;
	text-indent: -9999px;
}

#home #main h3#empresa{
	background: #fff url(/img/tit_home_empresa.gif)  no-repeat;
}

#home #main h3#noticias{
	background: #fff url(/img/tit_home_noticias.gif)  no-repeat;
}

#home #main h4{
	padding:0 20px;
}


/*vuelos-------------------------------------------------*/

#main .bq33-1,#main .bq33-2{
	float:left;
	width:171px;
	margin-right:30px;
	min-height:100px;
	background: url(/img/bq1_bg.gif) 0 0 repeat-x;
	padding:20px;
}

#main .bq33-3{
	float:left;
	width:172px;
	margin-right:0;
	min-height:100px;
	background: url(/img/bq1_bg.gif) 0 0 repeat-x;
	padding:20px;
}

#main .bq33-1 .img,#main .bq33-2 .img, #main .bq33-3 .img{
	margin-bottom:1em;
}

/*vuelo-------------------------------------------------*/

#main .bq_vuelo{
	position:relative;
	background: url(/img/mapaprueba1.jpg) 0 0 no-repeat;
	height:552px;

	margin-bottom:30px;
}

#main .bq_vuelo a:hover{
color:#000;
}

.trans_box1 {
  display:block;
  font-weight:bold;
  padding:3px 15px;
  color:#333;
  
  text-decoration:none;
}

/* IE ignores css styles with [attributes], so it will skip the following. En ie.css está el código específico para que funcionen los png*/
.trans_box1[class] {
  background-image:url(/img/50p_white.png);
}

#mapa1punto1{
	position:absolute;top:30px;left:30px;
}

#mapa1punto2{
	position:absolute;top:240px;left:400px;
}

#mapa1punto3{
	position:absolute;top:440px;left:300px;
}


/*noticias-------------------------------------------------*/

#noticias #main li{
	margin-bottom:1em;
}

/*servicios-------------------------------------------------*/

/*
#servicios #main h4{
font-weight:bold;
}*/

#servicios #main li span{
	font-weight:bold;
	color:#ED973A;
}


/*empresa-------------------------------------------------*/



/*cnt-------------------------------------------------*/


#contact fieldset {
	border:none;
}

#contact legend {
	display:none;
}


#contact label {
	display:block;
	font-weight: bold;
	margin-top:1em;
	margin-bottom: 0.2em;
}

#contact input, #contact textarea {
	border: 1px solid #e6e6e6;
	color:#000;
	padding:3px;
}

#contact textarea{
	width:300px;
}

#contact input.boton {
	display:block;
	margin-top:1em;
	margin-bottom:2em;
	border-top: 2px solid #00ACF2;
	border-left: 2px solid #00ACF2;
	border-bottom: 2px solid #0088BF;
	border-right: 2px solid #0088BF;
	padding: 2px 10px;
	text-align: center;
	background: #009AD9;
	color: #fff;
	font-weight: bold;
	width: auto;
}

/**/

dl#address {
	min-height:80px;
	margin-top:1em;
	color:#333;
	background-color:  #f3f3f3;
	padding:1em;
}

dl#address dt {
	margin-bottom:1em;
	text-transform: uppercase;
}

dl#address dd a{
}

dl#address dd a:hover{
}

dl#address dd ul li{
}

/*FOOTER
-------------------------------------------------*/

#footer p {
	padding-top:20px;
	padding-left:20px;
	color:#A8A8A8;
	font-size:10px;
	text-align:center;
}

#footer p a{
	color:#A8A8A8;
	text-decoration: none;
	font-size:10px;
}

#footer p a:hover{
	color:#666;
}
