<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height: 100%;
}
body {
	background-color: #98a61c;
	font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-align: center;
	margin: 0px 0px 0px 0px;
	height: 100%;
}
H1{
	font-size: 12pt;
}
#web{
	height: 100%;
}
body &gt; #web {
	height: auto;
	min-height: 100%;
}
#contenedor{
	padding-bottom: 100px;
}
#first{
	background-color: #382b21;
	height: 20px;
}
#cabecera{
	padding-top: 5px;
	text-align: justify;
	height : 116px;
	width: 800px;
}
#navegador{
	vertical-align: bottom;
	height: 30px;
	padding: 7px 10px 2px 10px;
}
#navegador a, a:active, a:focus, a:link, a:visited{
	text-decoration:none;
	color:#382b21;
}
#navegador a:hover{
	text-decoration:none;
	color:#FFF;
}
#blank{
	background-color:#FFF;
	height: 5px;
	overflow: hidden;
}
#clear{
	background-color: #98a61c;
	height: 10px;
	overflow: hidden;
}
#cuerpo{
	text-align: justify;
	background: url(../img/fondo.png) center no-repeat ;
	width:800px;
	min-height:400px;
	height: auto !important;
	height: 400px;
	margin-left: 0px;
}
#navabajo{
	vertical-align:bottom;
	clear:both;
	text-align:center;
	height: 30px;
	padding: 7px 10px 2px 10px;
}
#navabajo a, a:active, a:focus, a:link, a:visited{
	text-decoration:none;
	color:#382b21;
}
#navabajo a:hover{
	text-decoration:none;
	color:#FFF;
}
#pie{
	margin-top: 5px;
	clear : both;
	color : #ffffff;
	text-align : right;
	width: 800px;
}
#pie a{
	text-decoration:none;
	color: #ffffff;
}
#last{
	position: relative;
	background-color: #382b21;
	margin-top: -100px;
	height: 100px;
	clear: both;
}</pre></body></html>