.Banner{
	width:100%;
	margin:0;
}

.MPrincipal{
	width:1000px;
	margin:0 auto;
	text-align:left;
	/*visibility: hidden;*/
}

.Cuerpo{
	width:100%;
	min-height:87%;
	margin-bottom:-36px;
}

* html .cuerpo {
    height: 100%;
}

#footer-spacer{
	height:36px;
}

.Pie{	
	width:98.5%;
	/*height:35px;*/
}

.Pie td{
	text-align:center;
}

body{
	text-align:center;
	font-family:"Segoe UI", sans-serif;
	font-size:14px;
	height:100%;
	min-height:93%;
	min-width: 800px;
}

html, body {
    height: 93%;
}


.mayusculas{
text-transform:uppercase;
}

.ocultobar{
	display:none;
	visibility:hidden;
}

