/* SECCIÓN: RESETEO DE PARÁMETROS HTML */
html, body {
	font-size: 90%;
	margin: 0;
	padding: 0;
	background-color: #202020;
	}
body, input, textarea, select, optgroup {
	font-family: Georgia, Arial, Verdana, Geneva, Helvetica, "Trebuchet MS", sans-serif;
	color: #898989;
	}
input, textarea, select, optgroup, table, tr, th, td  {
	font-size: 100%;
	}
p, ul, ol, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
p, li, dt, dd {
	line-height: 1.4em;
	}
ul, ol, li, dl, dt, dd {
	list-style: none;
	}
acronym, abbr {
	cursor: help;
	}
img {
	border: 0;
	}
kbd {
	line-height: 2em;
	border-top: .15em solid #CCC;
	border-right: .25em solid #AAA;
	border-bottom: .3em solid #888;
	border-left: .2em solid #BBB;
	padding: 0 .2em;
	background: #EEE;
	vertical-align: text-bottom;
	font-size: 95%;
	font-family: "Courier New", Courier, monospace;
	}


/* SECCIÓN: CLASES GENERALES DE LA PÁGINA */
.print {
	display: none;
	}
.noPrint {
	display: block;
	}
.limpiar, .clearall {
	clear: both;
	font-size: .000001em;
	line-height: .000001em;
	height: .000001em;
	}
.oculto {
	display: none;
	}
.flotaIzquierda {
	float: left;
}
.flotaDerecha {
	float: right;
}
.destacado {
	font-weight: bold;
}
.mayusculas {
	text-transform: uppercase;
}
.blanco {
	color: #FFFFFF;
}
/* SECCIÓN: APOYO A LOS LECTORES DE TEXTO */
.ayudaAcces {
	position: absolute;
	left: -10000px;
	top: 0;
	width: .000001em;
	font-size: .000001em;
	line-height: .000001em;
	}
a.ayudaAcces:active {
	position: static;
	width: auto;
	height: auto;
	}

/* SECCIÓN: ARMAZÓN DE LA PÁGINA */
/* Contenedor de la cabacera y contenido */
#contenedor {
	position: absolute; 
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -445px;
	width: 890px;
	height: 609px;
}
#contenido {
	position: relative;
	height: 100%;
	/*border: 1px solid #FFF;*/
}
#pie {
	position: absolute;
	bottom: 0;
	bottom: 11px;
	left: 235px;
	z-index: 1000;
}
/**/
#pie ul li {
	float: left;
}
#pie ul li a,
#pie ul li span {
	display: block;
	padding: 0 0.85em 0 1em;
	color: #898989;
	text-decoration: none;
	background: url(../images/css_pie_menu_piti.gif) no-repeat left 0.7em;
}
#pie ul li.primero a,
#pie ul li.primero span {
	padding-left: 0;
	background: none;
}
#pie ul li span {
	color: #ECBD00;
}
#pie ul li a:hover {
	text-decoration: underline;
}
