html {
	margin:0;
 	padding:0;
 	height: 100%;
}

body {
 font-size:12px;
 font-family: Arial, Helvetica, sans-serif;
 color:#666;
 margin:0;
 padding:0;
 height: 100%;
 text-align:center;
}

#wrapper {
	width:900px;
	margin-right: auto;
	margin-left: auto;	
	position: relative;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

#header {
	text-align: left;
}

a {
 font-size:16px;
 font-weight: bold;
 font-family:Arial, Helvetica, sans-serif;
 text-decoration: none;
 color:#888;
}

a:hover {
 color:#F60;
}

.linkSeleccionado {
 font-size:16px;
 font-weight: bold;
}

.linkDeshabilitado {
 font-size:16px;
 font-weight: bold;
 color:#999;
 text-decoration: line-through;
}


#tabla {
  margin: 20px 0px 20px 0px; 
}

#menuh {
	font-size: 16 px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	width: 100%;
	height: 26px;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	font-weight:bold;
	text-decoration: none;
	color: #363636;
    background: #c7c7c7;
	border: 1px solid #aaa;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border-width: 1px 1px 1px 0px;
}

#menuh .seleccionado {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666;
	background: #DDD;
	text-decoration: none;
	border: 1px solid #aaa;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border-width: 1px 1px 1px 0px;
}

#menuh .primero {
	border-left: 1px solid #aaa;
}

#menuh a:hover {
	color: #666;
	background: #DDD;
}


#contenido {
	margin-top: 10px;
	font-size: 12px;
	padding-bottom: 60px;
	text-align: left;
}

#contenido p { 
	font-size: 12px;
}

#contenido a {
	font-size: 12px;
}

#footer {
  font-size: 12px;
  background:#C7C7C7;
  color:#363636;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  height: 60px;
  
  position: relative;
  margin-top: -60px;
  width:900px;
  margin-right: auto;
  margin-left: auto;
}

#footer a {
  font-size: 12px;
  font-weight:normal;
  color:#363636;
}

#footer a:hover {
  text-decoration: underline;
  color:#666;
}

h1 {
	font-size: 20px;
	color:#444;
}

h2 {
	font-size: 16px;
	color:#444;
}

h3 {
	font-size: 14px;
 	color:#444;
}