@charset "utf-8";

@font-face {		 
	font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {		 
	font-family: 'Roboto-Thin';
    src: url('fonts/Roboto-Thin-webfont.eot');
    src: url('fonts/Roboto-Thin-webfont?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Thin-webfont.svg#Roboto-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {		 
	font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

	@font-face {	
	font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}


.header {
	background-image: url(img/header-top-bg.jpg);
	background-repeat: repeat-x;
	height: 135px;
}
.nav {
	background-image: url(img/nav-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 46px;
}
.slider {
	background-image: url(img/slide-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 420px;
}
.sliderCompany {
	background-image: url(img/slide-company.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 317px;
}
.sliderContact {
	background-image: url(img/slide-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 317px;
}

.sliderServices {
	background-image: url(img/banner-servicios.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 317px;
}
.sliderfleet {
	background-image: url(img/slide-fleet.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 317px;
}




.H1-header {
	font-family: 'Roboto-Thin', Arial, serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 5px;
	color: #5b5b5b;

}
.H2-header {
	font-family: 'Roboto-Light', Arial, serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 5px;
	color: #5b5b5b;

}
.foot-links{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 16px;
	text-decoration: none;
}
.foot-links a:hover{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #00147d;
	line-height: 16px;
	
}
.foot-copy{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #5b5b5b;
	line-height: 16px;
}

.h1{
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 20px;
	color: #00147d;
	line-height: 20px;
}
.h2 {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 18px;
	color: #00147d;
	line-height: 20px;
}

.paragraph{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 16px;
	text-align:justify
}
.paragraph-detailfleet {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #5b5b5b;
	line-height: 16px;
	text-align: justify
}

.paragraph-noJustify {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 16px;
}

.paragraph-list{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 18px;

}
