body {
	font-family : 'Open Sans', Helvetica, sans-serif;
	background-color : #FFFFFF;    
    margin : 0px 0px 150px 0px; /* bottom = footer height */
}

html {
    overflow-y : scroll;
    position : relative;
    min-height : 100%;
}

.content {
  position : absolute;
  left : 50%;
  top : 50%;
  -webkit-transform : translate(-50%, -50%);
  transform : translate(-50%, -50%);
}

.container {
    padding : 0px 0px 0px 0px;
}

.PageHeader {
	background : #FFFFFF;
	height : 100px;
	padding : 20px 0px 20px 0px; /* top-right-bottom-left*/
}

.PageBody {
	background : #FFFFFF;
	padding : 50px 0px 50px 0px; /* top-right-bottom-left*/
}

.PageFooter {
    position : absolute;
    bottom : 0px;
    left : 0;
    right : 0;
    width : 100%;
    height : 50px;
    background : #FFFFFF;
    border-top : 1px solid #FFFFFF;
    padding : 20px 0px 20px 0px; /* top-right-bottom-left*/
}

img.logotipo {
	width : auto;
	max-width : 100%;
	max-height : 50vh;
}