body {
  text-align: center;
  width:100%;
  height: 540px;
  position: absolute;
  top: 50%;
  margin-top: -270px;   /* height/2 = 540px / 2 */
  	}
#wrap {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	}	
#header {
	width: 740px;
	height: 20px;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 16px;
	text-align: left;
}
#header a {
	font-family: "Courier New", arial;
	font-size: 24px;
	color: #8a8b8c;
}
#header a:link {
	text-decoration: none;
	color: #8a8b8c;
	}
#header a:visited {
	text-decoration: none;
	color: #8a8b8c;
	}
#header a:hover {
	text-decoration: none;
	color: #8a8b8c;
	}
#header a:active {
	text-decoration: none;
	color: #8a8b8c;
	}
.arquitectonaranja {
	font-family: "Courier New", arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #f64203;
	}
#contenedor {
	float: center;
	width: 740px;
	height: 440px;
	}
.h5 {
	font-family: "Courier New", arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #8a8b8c;
	}
.h6 {
	font-family: "Courier New", arial;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #8a8b8c;
	}
#contenedor a {
	Text-decoration:none
	}
#contenedor a:link{
	text-decoration: none;
	}
#contenedor a:visited {
	text-decoration: none;
	}
#contenedor a:hover {
	text-decoration: none;
	color: #f64203;
		}
#contenedor a:active {
	text-decoration: none;
	}
#navegador{
	width: 740px;
	height: 16px;
	margin-top: 10px;
	}
#navegador ul {
	list-style-type: none;
	margin: 0px;
	}
#navegador ul li{
   display: inline;
   text-align: center;
   margin: 0px 38px 0px 0px;
   }
#navegador a {
	font-family: "Courier New", arial;
	font-weight: normal; 
	font-size: 16px;
	color: #8a8b8c;
	}
#navegador a:link {
	text-decoration: none;
	}
#navegador a:visited {
	text-decoration: none;
	}
#navegador a:hover {
	text-decoration: none;
	color: #f64203;
}
#navegador a:active {
	text-decoration: none;
	}	
#footer {
	width: 740px;
	height: 10px;
	margin-top: 5px;
	}
#footer  p {
	font-weight: normal; 
	font-size: 9px;
	text-align:right;
	color: #8a8b8c;
	margin: 0px;
	}
.jlnaranja {
	font-weight: bold; 
	color: #f64203;
	}
.activo {
	font-weight: normal; 
	color: #f64203;
	}
.oculto {
	font-weight: normal; 
	color: #ffffff;
	}