body, html {
	width:100%;
	height:100%;
	text-align:center; 
	background:url(../images/fondo2.gif) center top repeat-y;
	margin:0px auto;
	padding:0px;
}
.fondo_menu {
	text-align:center; 
	background:url(../images/fondo.gif) center top repeat-y;
	margin:0px;
	padding:0px;
}

.fondoTabla {
	background: url(../images/fondo_tabla.gif) top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
.txt_pie {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0b6a81;
}
.txt_pielink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	}

.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0b697f;
	font-style:normal;
	text-align: justify;
}

.txtform {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0b697f;
	font-style:normal;
	text-align:left;
}

.txtgracias {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-style:normal;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 90px; /* .push must be the same height as .footer */
}
#central{
	margin:0px auto;
	padding:0px;
	width:960px;
	min-height:100%;
	text-align:center;
}
.pie{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:90px;
	color:#FFF;
	margin:0px auto;
	padding:0px;
	background-color:#FFF;
}
