/* SECCIÓN: ELEMENTOS GENERALES DE LA PÁGINA */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background-color: #616161;
	font-size: .82em;
	color: #3C3C3C;
}
body, input, textarea, select, optgroup {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
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;
}
a 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 {
	clear: both;
}
.oculto {
	display: none;
}


/* SECCIÓN: APOYO A LOS LECTORES DE TEXTO */
.ayudaAcces {
	position: absolute;
	left: -10000px;
	width: 0.0001%;
	font-size: .1em;
	line-height: 0.0001%;
}
a.ayudaAcces:active {
	position: static;
	width: auto;
	height: auto;
}


/* SECCIÓN: ESTILOS DEL ARMAZÓN DE LA PÁGINA */
/* Contenedor de toda la página */
#contenedor {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1003px;
	text-align: left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/* Cabecera de la página */
#cabecera {
}

/* Contenedor del menu vertical y contenido de la página. */
#cuerpo {
	padding: 0 0 90px 0; /* para no solapar con el pie */
}

/* Contenedor del contenido de la página. */
#contenido {
}

/* Contenedor de las migas de pan de la página. */
#migas {
}

/* Contenedor del pie de la página. */
#pie {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}


/* SECCIÓN: ESTILOS DE ELEMENTOS COMUNES A TODAS LAS PÁGINAS */
/* SECCIÓN: Específicos del contenedor general. */
#contenedor {
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	background-color: #FFF;
}


/* SECCIÓN: Específicos de la cabecera. */
#cabecera {
	background-image: url(../images/css_fnd_cab_01.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top: 1px solid #616161;
	border-bottom: 1px solid #C6C6C6;
	min-height: 166px;
/*	height: 166px; PARA IE */
}
#cabecera div#cabecera_motivo {
	float: left;
	height: 166px;
	overflow: hidden;
}
#cabecera div#cabecera_logo {
	float: left;
}
#cabecera div#cabecera_logo h1 {
	font-size: 1em;
	font-weight: bold;
}
#cabecera h1 a {
	color: #000;
}
#cabecera ul.menuIdiomas {
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 3px;
	font-size: .85em;
}
#cabecera ul.menuIdiomas li {
	float: left;
	padding: 0 .5em;
	font-weight: bold;
	border-left: 2px solid #79A000;
	color: #3C3C3C;
}
#cabecera ul.menuIdiomas li.primero {
	border: none;
}
#cabecera ul.menuIdiomas li a {
	color: #3C3C3C;
}
#cabecera ul.menuIdiomas li a:hover {
	text-decoration: none;
}


/* SECCIÓN: Específicos del menú horizontal (está en la cabecera). */
#menu_contenedor {
	position: absolute;
	top: 134px;
	right: 35px;
}
#menu {
	float: right;
}
#menu li {
	float: left;
	margin: 0 0 0 6px;
}
/* Botón tipo 1 */
#menu a.boton_01 {
	background-image: url(../images/css_fnd_boton_01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	float: left;
	color: #3C3C3C;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
#menu a.boton_01:hover, #menu li.seleccionado a.boton_01 {
	background-image: url(../images/css_fnd_boton_01_o.gif);
	background-color: #1D83B9;
	color: #FFF;
}
#menu a.boton_01 span {
	display: block;
	background-image: url(../images/css_fnd_boton_02.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#menu a.boton_01:hover span, #menu li.seleccionado a.boton_01 span {
	background-image: url(../images/css_fnd_boton_02_o.gif);
}
#menu a.boton_01 span span {
	background-image: url(../images/css_fnd_boton_03.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#menu a.boton_01:hover span span, #menu li.seleccionado a.boton_01 span span {
	background-image: url(../images/css_fnd_boton_03_o.gif);
}
#menu a.boton_01 span span span {
	background-image: url(../images/css_fnd_boton_04.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#menu a.boton_01:hover span span span, #menu li.seleccionado a.boton_01 span span span {
	background-image: url(../images/css_fnd_boton_04_o.gif);
}
#menu a.boton_01 span span span span {
	padding: 1em 2em 1em 2em;
	background-image: url(../images/css_fnd_boton_00.gif);
	background-position: 1.4em 1.1em;
	background-repeat: no-repeat;
}
#menu a.boton_01:hover span span span span, #menu li.seleccionado a.boton_01 span span span span {
	background-image: url(../images/css_fnd_boton_00.gif);
}


/* SECCIÓN: Específicos del cuerpo de la página. */
#cuerpo {
	clear: both;
}


/* SECCIÓN: Específicos de las migas de pan. */
#migas {
	background-color: #3C3C3C;
}
#migas ul {
/*	width: 100%; PARA IE */
	width: 90%;
	margin: 1em 35px 0 53px;
	padding: .8em 0;
}
#migas ul li {
	display: inline;
	padding: 0 10px 0 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
}
#migas ul li img {
	margin: 0 4px .2em 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
}
#migas ul li a {
	color: #FFF;
	font-weight: normal;
}
#migas ul li a:hover {
	text-decoration: none;
}


/* SECCIÓN: Específicos del pie de la página. */
#pie {
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #616161;
	background-image: url(../images/css_fnd_pie.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#pie a.adimedia {
	position: absolute;
	top: 55px;
	right: 20px;
	font-size: .9em;
}


/* SECCIÓN: Específicos del contenido de la página. */
#contenido {
}

