﻿/*
	Cliente  : Futura Grupo 
	Fecha    : Diciembre - 2007 
	 
	Colores  : #cccccc // texto
			 : #5882b7 // azul destacados y listas
			 : #bae55e // verde cabeceras
			 : #232323 // background
	
	Fuentes  : Trebuchet MS // Texto
			 : Georgia		// Cabeceras		
			  
	
               LAYOUT
	
*/

body  {
	font: 90% "Trebuchet MS", Arial, sans-serif;
	background: #232323;
	text-align: center; 
	color: #ccc;
}


#contenidoTop, #contenidoMiddle, #contenidoBottom{ 
	width: 800px; 
	margin: 0 auto;
	text-align: left;
}

/*	
	---------------------------------------------
						TOP
	---------------------------------------------
*/ 
 
#top{
	height:130px;
	background-image:url(../img/bg_top.gif);
	background-position:top left;
	background-repeat:repeat-x;  
	margin-top:-20px;
}
	#logo{
		margin-top:35px;
	}
	
	#idiomas{
		float:right;
		margin-top:-16px;
	}
	#idiomas li{
		display:inline;
		margin-right:3px;
	}
	
	
	
	
	#nav{
		margin-top:16px;
		width:800px;
		height:24px;
		padding-bottom:10px;
		background-color:#383838;
	}
	
	#nav li{
		display:inline;
	}
	
	#nav li a{
		display:block;
		float:left;
		width:auto;
		height:100%;		
		margin:10px 0px;
		padding:0 19px;
		background-image:url(../img/separador.gif);
		background-position:right -10px;
		background-repeat:no-repeat;
		text-align:center;
	}
	#nav li a.lastNav{
		background:none;
	}
	
	
	#nav li a span{
		color:#5882b7;
		font-size:85%;
	}

	#nav li a:hover span, #nav li a span.select{
		color:#bae55e;
	}


/*	
	---------------------------------------------
						MIDDLE
	---------------------------------------------
*/

#middle{
	margin-top:25px;
	min-height:500px;
	
}

#cabeceraMiddle{
	margin-bottom:25px;
}

	
#cabeceraMiddle img{
	padding:5px;
	border:1px #333 solid;
}
#cabeceraMiddle p{
	margin-left:200px;
}
	#sideBar{
		float:left;
		width:200px;
	}
	
		#sideBar .bloqueSideBar{
			background-image:url(../img/long_separador.gif);
			background-position:top;
			background-repeat:no-repeat;
			padding:20px 5px 5px 10px;
		}
		
		
		#sideBar .first{
			background-image:none;
			padding:10px 5px 5px 10px;
		}
		
		#sideBar a:link,#sideBar .bloquesideBar a:visited{
			color:#ccc;
			border-bottom:1px #ccc dotted;
		}
		#sideBar a:hover{
			color:#ccc;
			border-bottom:1px #ccc solid;
		}
		
	#main{
		float:left;
		margin-left:10px;
		width:580px;
	}
	
		#main .columnaMain{
			margin-top:30px;
			width:280px;
			margin-right:10px;
			float:left;
		}
		
		#main .columnaMain.right{
			margin-right:0;
			margin-left:10px;
		}

	#main .equipo{
		background-image:url(../img/long_separador.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		padding-bottom:10px;
		margin-bottom:30px;
	}
	
	#main .equipo h4,#main .equipo h5,#main .equipo span,#main .equipo p{
		display:block;
		margin-left:215px;
		font-size:80%;
	}
	#main .equipo h4,#main .equipo h5{
		margin-bottom:0;
		text-transform:none;
		font-size:90%;
	}
	#main .equipo h5{
		color:#5882b7;
	}
	#main .equipo span{
		color:#666;
		margin-bottom:6pt;
	}
	#main .equipo p{
	}
	
	
	#main .nota_prensa{
		margin-bottom:25px;
	}
	
	#main .nota_prensa h4{
		margin-bottom:-10px;
	}
	
	#main .nota_prensa p.fecha{
		font-size:60%;
		margin-bottom:-7px;
	}
	
/*	
	---------------------------------------------
						BOTTOM
	---------------------------------------------
*/



#bottom{
	height:111px;
	background-image:url(../img/bg_bottom.gif);
	background-position:top left;
	background-repeat:repeat-x; 
}

	#marcas{
		float:right;
		margin-top:-70px;
	}
	
	#marcas>p{
		font-size:60%;
		margin-bottom:5px;
		margin-right:10px;
		text-align:right;
	}
	
	#marcas img{
		margin-right:10px;
	}
	
	#marcas a{
		border:0;
	}
	
	#marcas dt{
		font-size:60%;
		margin-bottom:.7em;
		text-align:right;
	}
	#marcas dd{
		display:block;
		float:left;
		margin-left:10px;
		background-repeat:no-repeat;
		height:44px;
		width:44px;
		cursor:pointer;
	}
	
		dd#fua_int{background-image:url(../img/futura_int.jpg);width:90px;}
		dd#fua_gael{background-image:url(../img/futura_gael.jpg);}
		dd#fua_fly{background-image:url(../img/flyant.jpg);}
		dd#fua_aero{background-image:url(../img/aerojet.jpg); width:90px;}
		
		dd#fua_int:hover{background-image:url(../img/futura_int_over.jpg);}
		dd#fua_gael:hover{background-image:url(../img/futura_gael_over.jpg);}
		dd#fua_fly:hover{background-image:url(../img/flyant_over.jpg);}
		dd#fua_aero:hover{background-image:url(../img/aerojet_over.jpg);}
	
	#copy{
		width:300px;
		padding-top:50px;
		font-size:70%;
		margin-left:10px;
	}
		#copy p{
			height:20px;
			margin-top:.2em;
		}
	
		#copy p a:link,#copy p a:visited{
			color:#ccc;
			border-bottom:1px #ccc dotted;
		}
		#copy p a:hover{
			border-bottom:1px #ccc solid;
		}

	#firma{
		position:relative;
		top:-10px;
		left:-350px;
	}

/*********************************************
               TAGS
**********************************************/
a:link, a:visited{
	color:#ccc;
	border-bottom:1px #ccc dotted;
}
a:hover{
	border-bottom:1px #ccc solid;
}

		#idiomas a,#nav li a, a#firma{
			border-bottom:0;
		}

h1,h2,h3,h4,h5,h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#bae55e;
	text-transform:uppercase;
	font-size:80%;
	margin-bottom:5px;
	letter-spacing:1px;
}

		div#main h1,div#main h3{
			margin-top:5px;
			margin-bottom:15px;
		}
		
		#graficas h4{
			margin:40px 0 0px 0;
			padding:5px;
			width:449px;
		}
		
		h4 a:link, h4 a:visited{color:#bae55e;}
		h4 a:hover{border-bottom:1px #bae55e solid;}
		
#graficas img{
	padding:10px;
	background-color:#000;
	border:1px #333 solid;
}

p{
	font-size:100%;
	margin-top:5px;
	line-height:11pt;
}

		div#main p{
			font-size:80%;
			line-height:15pt;
			margin-bottom:15pt;
		}



	

div#middle ul{
	margin-top:10px;
	padding-left:20px;
	list-style-image:url(../img/bullet.gif);
	list-style-position:outside;
	font-size:80%;
}

		div#middle li{
			line-height:14pt;
		}

div#middle ul#video{
	list-style-image:url(../img/bullet_videos.gif);
}

		div#middle ul li span, ul#video li{
			color:#5882b7;
			cursor:pointer;
		}

div#middle ul#keyFacts{
	list-style-image:none;
	padding-left:0;
}
		div#middle ul#keyFacts li{
			background-image:url(../img/iconos_key_facts.gif);
			background-repeat:no-repeat;
			height:35px;
			overflow:hidden;
			margin-bottom:10px;
			padding-left:35px;
		}
	
		div#middle ul#keyFacts li#empleados{background-position:0 0;}
		div#middle ul#keyFacts li#flota{background-position:0 -30px;}
		div#middle ul#keyFacts li#ingresos{background-position:0 -60px; height:33px;}
		div#middle ul#keyFacts li#empleados{background-position:0 -90px;}
		div#middle ul#keyFacts li#crecimiento{background-position:0 -120px;}


div#middle ul#docs{
	margin-top:10px;
	padding-left:0px;
	list-style-image:none;
}

		div#middle ul#docs li{
			background-image:url(../img/bullet_doc.gif);
			background-position:0px 0px;
			background-repeat:no-repeat;
			padding-left:25px;
			margin-bottom:10px;
		}
		
		div#middle ul#docs li a,div#middle ul#docs li a:link{
			color:#5882b7;
			text-decoration:none;
			border:0;
		}
		div#middle ul#docs li a:hover{
			border-bottom:1px #5882b7 solid;
		}

div#middle ul#puntos{
	margin-top:-10px;
}


		div#middle ul#puntos li{
			background-image:url(../img/long_separador.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			padding:5px 0 15px 0;
		}
		
		div#middle ul#puntos li a{
			display:block;
			width:100%;
			border-bottom:0;
		}
		
		div#middle ul#puntos li a:link, div#middle ul#puntos li a:visited{
			color:#5882b7;
		}
		div#middle ul#puntos li a:hover, div#middle ul#puntos li.active{
			color:#bae55e;
		}

div#middle ul#listaCronologica{
	font-size:80%;
	list-style-image:url(../img/bullet_cronologia.gif);
	list-style-position:outside;
}

		div#middle ul#listaCronologica span{
			color:#bae55e;
		}


div#main ul.listaMain{
	margin-top:-10px;
	margin-bottom:40px;
}

/*----------------------------*/
.clear{
	clear:left;
}
.flright{}
.flleft{
	float:left;
	margin-right:15px;
}


/*********************************************
               CONTACTO
**********************************************/

.departamento {
	margin-top: 0px;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	float: left;
	margin-right:40px;
	margin-left:30px;
}
	
	.datosDepartamento{
		font-weight:normal;
		list-style:none;
		padding-left:15px;
		font-size:11px;
	}
	
	.datosDepartamento li{
		color:#ccc;
		
	}
	

/*********************************************
               FORMS
**********************************************/

form{width:200px;}
fieldset{border:0px #666  solid; padding-top:15px; font-size:80%;}
label{margin-right:20px; width:50px; display:block; float:left; margin-bottom:10px; font-size:80%;}
input{border:1px #999 solid; float:left; display:block;}
form#suscripcion{width:380px;}



form#suscripcion label{width:60px;}
#login input{
	width:162px;
	margin-right:5px;
	margin-bottom:5px;
	float:none;
}

		#login input[type='submit']{
			font-family:Georgia, "Times New Roman", Times, serif;
			border:1px #999 solid;
			background-color:#333;
			color:#bae55e;
			text-transform:uppercase;
			width:30px;
			cursor:pointer;
			font-size:70%;
			height:20px;
		}

form br{
	clear:left;
}



	/* ------- FORM ENVIO MAIL --------*/
		form#form_fua{
			width:550px;
			padding:0;
			margin:0;
		}
		
		form#form_fua label{
			width:50px;
			margin-right:1px;
		}
		form#form_fua input{
			width:450px;
		}
		form#form_fua textarea{
			width:501px;
			margin-bottom:10px;
			border:1px #999 solid;
		}

		form#form_fua input[type='hidden']{
			border:none;
			width:0;
			height:0;
		}
		
		
		form#form_fua .formbtn{
			width:auto;
			margin-right:4px;
		}
		
		
		
/*********************************************
               NO BORRAR
**********************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

	