* {
  margin: 0;
}
html, body {
  height: 100%;
  background-color: black;
}
ol,ul {
	list-style:none;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  /*margin-bottom: -28px;*/
  position: relative;
}

.page-wrap:after {
  content: "";
  display: block;
  height: 28px;
  padding-top:0px;
  padding-left: 3em;
}
.site-footer, .page-wrap:after {
  /*height: 28px;*/
  padding-top:0px;
  padding-left: 3em; 
}

.site-footer {
	background-color:#030200;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
  	position: relative;
	color: white;
	text-align: center;
}

/*
.cuerpo { width:100%; text-align:center;  }
.cuerpoInterno {text-align:center; padding-top:0em; }	
.cuerpoInterno h1 {text-align: center; width:auto;}
.cuerpoInterno h1 img { max-width:100%;height:auto; margin-left:5em;}
*/
.cuerpo {display: none;}
.cuerpo2 { width:100%; text-align:center; background-color:black; height:100px; padding-top:0.5em; padding-bottom:1em;}
.cuerpoInterno2 {text-align:left; padding-top:1em; }	
.cuerpoInterno2 h1 { float:left; padding-left:2em; margin-left:2em; }
.cuerpoInterno2 h1 img { max-width:100%;height:auto; margin-right:1em;  }



@media screen and (max-width: 1024px) { 
 
	.cuerpo { width:100%; margin:auto; height: auto; background-color: black; display: inline;}
	.cuerpoInterno {text-align:center; }	
	.cuerpoInterno h1 { float:none; padding-left:0px; margin-left:0px;}
	.cuerpoInterno h1 img { max-width:50%;height:auto; margin-bottom:0.5em;}
	.cuerpo2 { display:none;}
	.page-wrap { min-height: 100%; /*margin-bottom: -60px;*/ display: inherit; }
	.site-footer, .page-wrap:after { text-align: center; }
}
	
@media screen and (max-width: 600px) {
	.page-wrap { min-height: 100%; margin-bottom: -60px; }
	.site-footer, .page-wrap:after { text-align: center; font-size:11px; padding-left: 0em; }
}
