@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

body {
	margin: 0px;
	height: 100%;
	text-align: center;
	background-image: url(/img/maq/bgpagesombra.gif);
	background-color: #424242;
	background-position: center top;
	background-repeat: repeat-y;
}

p.indentacion { text-indent: 0.25in; }
p.indentacion_francesa { margin-left: 0.1in; text-indent: -0.1in; }
p.indentacion_francesa_msangrado { margin-left: 0.3in; text-indent: -0.1in; }

a, a:link, a:active, a:visited { color: #333333; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

.parent {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.content {
	padding-bottom: 60px;
}

.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 70px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
}