/* CSS Document */

@charset "utf-8";

html, body {
	height: 100%;
}

/* contenedores */
.oneColElsCtr #container {
	width: 960px;
	background: none;
	margin: 0 auto; 
	/* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 0px;
	text-align: left; 
	/* esto anula text-align: center en el elemento body. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
}
#content {
	min-height: 100%;
}
#stellar {
	overflow:auto;
	padding-top: 150px;
}
#footer {
	position: relative;
	margin-top: -100px;
	height: 100px;
	clear:both;
	text-align: center;
}
#footer img {
	margin-bottom: .5em;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	padding-left: 5em;
	margin: 0;
}

#footer ul li {
	display: inline;
	margin-right: 5.5em;
}

/* body general */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  	color: #FFF;
	background: url("../images/background%20v3.0/croquis_01.jpg")
	background-color: #000;
	font-size: x-small;
	font-variant:normal;
	font-style:normal;
	font-weight:normal;
	text-align: center; 
	/* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	padding: 0;
	margin: 0;
	/* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

/* clases de tipografia */
.h1 {
  width:12em;
  height:1.2em;
  position:absolute;
  left:50%;
  top:50%;
  margin:-.6em 0 0 -6em;
	font-size: 5.5em;
	font-weight: bold;
	text-align: center;
}
.h2 {
	width:6em;
	height:1.2em;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
}
.h3 {
	width:6em;
	height:1.0em;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
}

/* clases de tablas */
.tablasinbordes_h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 5.5em;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
