/* SECCIÓN: RESETEO DE PARÁMETROS HTML */
html, body {
	height: 100%;
	font-size: 90%;
	color: #393834;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background: url(../images/css_body.gif) #FFF top left repeat-x; 
	}
body, input, textarea, select, optgroup {
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #004E75;
	}
input, textarea, select, optgroup, table, tr, th, td  {
	font-size: 100%;
	color: #004E75;
	}
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.5em;
	}
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;
	}
p.limpiar, div.limpiar {
	clear: both;
	font-size: .000001em;
	line-height: .000001em;
	height: .000001em;
	}
.oculto {
	display: none;
	}


/* 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: ESTILOS DEL ARMAZÓN DE LA PÁGINA */
/* Contenedor de toda la página */
#contenedor {
	position: relative;
	text-align: left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/css_contenedor.gif);
	background-position: center 30px;
	background-repeat: no-repeat;
	}
#cabecera {
	position: relative;
	height: 230px;
	width: 1003px;
	margin: 0 auto;
	}
#cuerpo {
	position: relative;
	width: 1003px;
	margin: 0 auto;
	}
#cuerpo_sin_menu {
	width: 1003px;
	margin: 0 auto;
	}
#cuerpo #contenido {
	padding: 0 80px 0 300px;
	}
#cuerpo #contenido_sin_menu {
	padding: 0 80px 0 130px;
	}
#cuerpo_pie {
	clear: both;
	height: 3em; /* para no solapar con el pie */
	}
#pie {
	position: absolute;
	width: 100%;
	bottom: 0;
	}

/* SECCIÓN: CONTENIDOS GENERICOS COMUNES A TODO EL SITIO WEB */
/* CABECERA DE LA PÁGINA */
/* Pre-cabecera de la página */
#logo_menus_auxiliares {
	background-color: #CE9D00;
	margin: 0 0 11px 0;
	padding: 0;
	font-size: .85em;
	min-height: 20px;
/*	height: 20px; PARA IE */
	}
#logo_menus_auxiliares #logoDipu {
	width: 190px;
	height: 20px;
	padding: 0 0 0 26px;
	}
#logo_menus_auxiliares #menuApoyo, #cabecera #menuIdiomas {
	color: #FFF;
	float: right;
	background-color: #CE9D00;
	}
#logo_menus_auxiliares #menuApoyo {
	margin: 1px 15px 0 0;
	}
#logo_menus_auxiliares #menuIdiomas {
	margin: 1px 20px 0 0;
	}
#logo_menus_auxiliares #menuApoyo li, #cabecera #menuIdiomas li {
	display: inline;
	border-left: 1px solid #FFF;
	}
#logo_menus_auxiliares #menuApoyo li {
	padding: 0 4px 0 6px;
	}
#cabecera #menuIdiomas li {
	padding: 0 1px 0 5px;
	}
#logo_menus_auxiliares #menuApoyo li a, #cabecera #menuIdiomas li a {
	color: #FFF;
	}
#logo_menus_auxiliares #menuApoyo li a {
	padding: 0;
	}
#logo_menus_auxiliares #menuIdiomas li a {
	padding: 0;
	}
#logo_menus_auxiliares #menuApoyo li a:hover, #cabecera #menuIdiomas li a:hover {
	text-decoration: none;
	}
#logo_menus_auxiliares #menuApoyo li.primero, #cabecera #menuIdiomas li.primero {
	border: 0;
	}
#logo_menus_auxiliares a.idiomaSeleccionado {
	font-weight: bold;
	text-decoration: none;
	}
#logo_menus_auxiliares a.apoyoSeleccionado {
	font-weight: bold;
	text-decoration: none;
	}
#menu_principal {
	position: absolute;
	right: 20px;
	top: 113px;
	z-index: 10000;
	}
#menu_principal li {
	float: left;
	}
#menu_principal li#menu_01 {
	width: 150px;
	height: 107px;
	background-image: url(../images/css_menu_01.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
#menu_principal li#menu_02 {
	width: 190px;
	height: 107px;
	background-image: url(../images/css_menu_02.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
#menu_principal li#menu_03 {
	width: 150px;
	height: 107px;
	background-image: url(../images/css_menu_03.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
#menu_principal li#menu_04 {
	width: 150px;
	height: 107px;
	background-image: url(../images/css_menu_04.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
#menu_principal li a {
	display: block;
	padding: 85px 0 0 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	word-spacing: -2px;
	}
#menu_principal li a:hover {
	text-decoration: underline;
	}
#menu_principal li#menu_01 a span {
/*	background-color: #34B2DE; PARA IE 6 y 7 */
	background-color: #3FBAE2;
	}
#menu_principal li#menu_02 a span {
/*	background-color: #68A62B; PARA IE 6 y 7 */
	background-color: #74AF35;
	}
#menu_principal li#menu_03 a span {
/*	background-color: #BC9519; PARA IE 6 y 7 */
	background-color: #C39F21;
	}
#menu_principal li#menu_04 a span {
/*	background-color: #BC9519; PARA IE 6 y 7 */
	background-color: #CC0A27;
	}


/* PIE DE LA PÁGINA */
#pie {
	min-height: 32px;
	padding: 0;
	font-size: .9em;
	background-image: url(../images/css_pie.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#pie #piefin {
	margin: 0 auto;
	width: 1003px;
	padding: 9px 0 0 0;
	text-align: right;
}	
#pie #copyright {
	padding: 0;
	float: left;
}
#pie #copyright ul  {
	margin: 3px 0 0 11px;
}
#pie #copyright ul li {
	float: left;
	color: #FFF;
	list-style: none;
	padding: 0 0 0 11px;
	background-color: #007CC4;
}
#pie #copyright ul li a {
	color: #FFF;
	text-decoration: underline;
	padding: 0 0 0 10px;
	font-weight: bold;
	background-image: url(../images/css_puntito-pie.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#pie #copyright ul li a:hover {
	text-decoration: none;
}
#pie #logoGipuzkoa {
	padding: 5px 0 0 0;
	background-color: #007CC4;
}
#pie #logoGipuzkoa a img {
	margin: 0 20px 0 0;
}


/* SECCIÓN: CUERPO DE LA PÁGINA */
/* Contenedor del cuerpo */
#cuerpo {
	padding: 1em 40px 4em 50px;
}
#cuerpo #contenido {
}

