﻿#MainDiv {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#Logo {
	display: block;
	float: inherit;
	vertical-align: middle;
}
#ContentHeader {
	position: relative;
	z-index: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
}
#CHDescripcion {
	z-index: inherit;
	position: absolute;
	top: 70px;
	display: block;
	float: left;
	right: 10px;
}
#ContentFooter {
	font-size: small;
	color: #586B69;
	position: relative;
	z-index: auto;
	width: 100%;
	float: none;
}
#ContentFooter a {
	text-decoration: none;
	color: #586B69;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#FondoDiv {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url('../images/4.png');
    background-color: #ffffff;
}
#Content {
	position: relative;
	z-index: auto;
	width: 90%;
	display: block;
}
#Body {
	padding: 0px;
	margin: 0px;
}
