/* SECCIÓN: RESETEO DE PARÁMETROS HTML */
html, body {
	height: 100%;
	font-size: 90%;
	margin: 0;
	padding: 0;
	}
body, input, textarea, select, optgroup {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #646464;
	}
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;
}
.verde {
	color: #2F6B75;
}
.mayusculas {
	text-transform: uppercase;
}
/* 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: relative;
	margin: 0 auto;
/*	height: 100%; PARA IE6 */
	min-height: 100%;
	width: 968px;
	}
#cabecera #cabIzquierda {
	width: 432px;
}
#cabecera #cabDerecha {
	width: 536px;
	text-align: right;
}
#contenido {
	padding: 16px 0 0;
}
#piefalso {
	height: 110px; /* MODIFICAR */
	}
#pie {
	position: relative;
	padding: 17px 0 15px;
	margin: 0 auto;
	margin-top: -105px; /* MODIFICAR */
/*	height: 6em; PARA IE6 */
	min-height: 65px; /* MODIFICAR */
	width: 968px;
	}

/* SECCIÓN: ESTILOS ELEMENTOS COMUNES DE LA WEB */
/* CABECERA */
#cabecera #cabDerecha ul.menuAux li {
	float: left;
}
#cabecera #cabDerecha ul.menuAux {
	padding: 6px 5px 0 0;/* ver ie.css */
}
#cabecera #cabDerecha ul.menuAux li a {
	display: block;
	padding: 0 6px 0 10px;
	color: #646464;
	text-decoration: none;
	background: url(../images/piti1.gif) no-repeat left 8px;
}
#cabecera #cabDerecha ul.menuAux li.primero a {
	padding-left: 0;
	background: none;
}
#cabecera #cabDerecha ul.menuAux li a:hover {
	text-decoration: underline;
}
#cabecera #cabDerecha form {
	padding: 5px 9px 6px 7px;
	background-color: #F0F0F0;
}
#cabecera #cabDerecha form label {
	padding-right: 2px;
}
#cabecera #cabDerecha form label span {
	text-transform: lowercase;
}
#cabecera #cabDerecha form input {
	display: none;
}
/* MENÚ PRINCIPAL */
#menuPrincipal {
	height: 61px;
	background-color: #000;
}
#menuPrincipal ul li {
	float: left;
	position: relative;
	z-index: 1000;
}
#menuPrincipal ul li a {
	display: block;
	padding: 20px 20px 23px 19px;
	font-size: 1.3em;
	color: #FFFFFF;
	background-color: #000;
	text-decoration: none;
	font-family: Georgia, Arial, Verdana, Geneva, Helvetica, sans-serif;
}
#menuPrincipal ul li a:hover {
	background-color: #96776A;
}
#menuPrincipal ul li ul {
	padding: 0 0 7px 20px;/* ver ie.css */
	background-color: #96776A;
}
#menuPrincipal ul li.parentEs1 ul {
	width: 113px;
}
#menuPrincipal ul li.parentEs2 ul {
	width: 119px;
}
#menuPrincipal ul li ul li {
	position: static;
	float: none;
}
#menuPrincipal ul li ul li a {
	/* margin-top negativo en ie.css */
	padding: 3px 0 3px 6px;/* ver ie.css */
	font-size: 1em;
	color: #FFF;
	background: #96776A url(../images/piti2.gif) no-repeat left 11px;
	text-decoration: none;
	font-family: Georgia, Arial, Verdana, Geneva, Helvetica, sans-serif;
}
#menuPrincipal ul li ul li a:hover {
	text-decoration: underline;
}
/* PIE */
#pie {
	font-size: 90%;
	border-top: 1px solid #E4DCD9;
}
#pie p {
	padding-bottom: 0.65em;
}
#pie p a {
	color: #646464;
}
#pie p a:hover {
	text-decoration: none;
}
