
/* Account for fixed navbar */
body {
  min-width: 1280px !important;
    min-height: 800px !important;
	height: 100% important;
    color:#fff;    
    font-family: 'Humanist 521 BT', Helvetica, Arial, sans-serif;
	background-color: #002c5b;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}

/* Reset the container */
.container {
  min-width: 1280px !important;
  width: 100%;
    height: 100%;
}
.containerPage1 {
    background: #002c5b url(../images/bg01.png) no-repeat center center;
		
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 800px;
}

.containerPage2 {
    background: #002c5b url(../images/bg02.png) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 800px;
}
.containerPage3 {
    background: #002c5b url(../images/bg03.png) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 800px;
}
.containerPage4 {
    background: #002c5b url(../images/bg04.png) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 800px;
}
.containerPage5 {
    background: #002c5b url(../images/bg05.png) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 800px;
}

.containerHome {
  width: 100%;
  max-width: 1280px !important;
  height: 415px !important;
  max-height: 415px !important;
    margin-top:-22px;
}
.containerFooter {
  width: 1280px;
  max-width: 1280px !important;
}
.containerBody{
    margin-top:-42px;
}
.imgIdioma{
	padding-left: 5px;
	padding-right: 20px;
}
.logo { 
  margin-top:19%;
  height: 110px;
 }
 .contentImage { 
  margin-top:1%;
 }
 .borderTop{ 
  border-top: 2px solid #fff; 
  border-bottom: 2px solid #fff; 
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer{
  padding-top: 20px;
  font-size: 12px;
  text-align: justify;
}