@charset "utf-8";
/* CSS Document */

#jets {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/jets.jpg);
	background-repeat: none;
	display: inline;
}

#turbohelice {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/turbohelice.jpg);}

#bimotor {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/bimotor.jpg);}

#helicoptero {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/helicoptero.jpg);}
	
.description {
	float: left;
	width: 116px;
	heiht: 300px;
	margin: 30px 5px 10px 15px;
	line-height: 22px;
	display: inline;
}

	
.description h1{
	font-size:15px;
	color:#d09d11;
	padding-bottom: 10px;}
	
.description2 {
	float: left;
	width: 122px;
	heiht: 300px;
	margin: 18px 5px 10px 15px;
	line-height: 22px;
	height: 120px;
	display: inline;
}

.description2 h1{
	font-size:15px;
	color:#d09d11;
	padding-bottom: 10px;}

.description3 {
	float: left;
	width: 122px;
	heiht: 300px;
	margin: 18px 5px 10px 15px;
	line-height: 22px;
	font-size: 11px;
	height: 120px;
	display: inline;
}

.description3 h1{
	font-size:15px;
	color:#d09d11;
	padding-bottom: 10px;}


	
.fotocostado {
	float: right;
	width: 390px;
	height: 275px;
	margin: 10px 15px 0 0;
	display: inline;
}
	
.fotito {
	display:block;
	float: left;
	width: 194px;
	height: 125px;
	margin: 10px 0 0 0;
}
	
.fotito a:link{display:block; 	width: 194px;	height: 125px;}
.fotito a:visited{display:block; 	width: 194px;	height: 125px;}
.fotito a:hover{display:block;	width: 194px;	height: 125px;}
.fotito a:active {display:block;	width: 194px;	height: 125px;}

/*AMBULANCIA*/

#jetsambulancia {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/ambulancia/jet_ambulancia.jpg);}


#turboambulancia {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/ambulancia/turbo_ambulancia.jpg);
	background-repeat:no-repeat;}
	
#helicopteroambulancia {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/ambulancia/helicoptero.jpg);
	background-repeat:no-repeat;}

#bimotorambulancia {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/ambulancia/bimotor.jpg);
	background-repeat:no-repeat;}
	
/*carga*/

#jetscarga {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/carga/jets.jpg);
}


#turbocarga {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/carga/turbos.jpg);
	background-repeat:no-repeat;}
	
#bimotorcarga {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/carga/bimotor.jpg);
	background-repeat:no-repeat;}

#helicopterocarga {
	float: left;
	width: 545px;
	height: 300px;
	background-image:url(../imagenes/galeria/carga/helicoptero.jpg);
	background-repeat:no-repeat;}

