/* 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: #3D3D3D;
	}
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;
}
/* 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: 906px;
	}
#contenido {
	padding-top: 25px;
}
#piefalso {
	height: 110px; /* MODIFICAR */
	}
#pie {
	position: relative;
	margin: 0 auto;
	padding: 17px 0 15px;
	margin-top: -105px; /* MODIFICAR */
/*	height: 6em; PARA IE6 */
	min-height: 65px; /* MODIFICAR */
	width: 906px;
	}

/* SECCIÓN: ESTILOS ELEMENTOS COMUNES DE LA WEB */
#cabecera .aux1 {
	margin: 34px 0 14px 0;
}
#cabecera .aux1 ul {
	padding-top: 22px;
}
#cabecera .aux1 ul li {
	float: left;
	font-size: 90%;
}
#cabecera .aux1 ul li span {
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	border-right: 1px solid #3D3D3D;
}
#cabecera .aux1 ul li span.derecha {
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
	border-right: none;
	border-left: 1px solid #3D3D3D;
}
#cabecera .aux1 ul li a {
	color: #7E7E7E;
}
#cabecera .aux1 ul li a:hover {
	text-decoration: none;
}
.es #cabecera .welcomeCollection {
	position: relative;
	height: 253px;
}
.es #cabecera .welcomeCollection img {
	display: block;
}
.es #cabecera .welcomeCollection a.b01 {
	position: absolute;
	bottom: 18px;
	right: 188px;/*354px para "Ver"*/
}
.en #cabecera .welcomeCollection,
.en #cabecera .auraCollection {
	position: relative;
	padding-right: 10px;
	height: 253px;
}
.en #cabecera .auraCollection {
	padding-right: 0;
}
.en #cabecera .welcomeCollection a.b01en,
.en #cabecera .auraCollection a.b01en {
	position: absolute;
	bottom: 4px;
	right: 35px;
}
.en #cabecera .auraCollection a.b01en {
	right: 25px;
}
/* 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;
}