html, body {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-top:0; 
	margin-bottom:0;
	background-color: #ffffff;
	/*  overflow: hidden; no scrollbars on window */
	overflow:hidden;
}
#centro{
	POSITION: absolute;
	 z-index:0;
	aling: center;
	vertical-align: center;
	top: 5px;
   left: 50%;
   margin-left: -477px;
	width:955px;
	}

#pasos{
	POSITION: absolute;
	 z-index:1;
	top: 5px;
   left: 50%;
   margin-left: -477px;
	width:955px;
 /*   visibility:hidden; */
	}
#pasosfecha{
	POSITION: absolute;
	 z-index:2;
	top: 5px;
   left: 50%;
   margin-left: -477px;
	width:955px;
 /*   visibility:hidden; */
	}
#centro_contacto{
	POSITION: absolute;
	 z-index:30;
	aling: center;
	vertical-align: center;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -477px;
	width:955px;
	}

.tabla1{ /*#F3f1e6*/
	background-color: #fffcd9 ;
	border: 1px #B48004 solid !important ;
	border-bottom: 1px #B48004 solid !important ;

}
td.tabla2{
	text-align: right !important;
}

.texto1  {
	font-family:Verdana, sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	}
.texto2  {
	font-family:Verdana, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	}
.texto3  {
	text-align: center !important;
	font-family:Verdana, sans-serif;
	color: #B48004;
	font-size: 13px;
	}
.texto4  {
	font-family:Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	}
HR.hr1  {
	text-align: left;
	color: #B48004;
	height: 2px;
	width:95%;
	}