.text {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 14px;	color: #003366;}.negrita {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 14px;	font-weight: bold;	color: #0066CC;}.destacado {	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	line-height: 16px;	color: #0066CC;	font-weight: bold;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	
}

.Estilo1 {font-family: Verdana, Arial, Helvetica, sans-serif;color: #FFFFFF}
.Estilo2 {font-family: Verdana, Arial, Helvetica, sans-serif;color: #003366}

html, body, #wrapper {
min-height: 100%; /*Sets the min height to the
height of the viewport.*/
width: 100%;
height: 100%; /*Effectively, this is min height
for IE5+/Win, since IE wrongly expands
an element to enclose its content.
This mis-behavior screws up modern
browsers*/
margin: 0;
padding: 0;
}

html>body, html>body #wrapper {
height: auto; /*this undoes the IE hack, hiding it
from IE using the child selector*/
}

#wrapper {
position: absolute;
top: 0;
left: 0;
}

#footer {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}

#main {
margin-bottom: 3em; /*Modify value as needed for
footer height.*/
height: auto;
padding: .5em;
}

