/*
	ACS - CSS: Impresion
	Borja Delgado	
	OrangeSide - http://www.orangeside.org
	06 - 2006
*/

/* =ESTILOS GENERALES */

* { margin: 0; padding: 0; }

body {
	padding: 0.5em;
	font: x-small/1.5em Verdana, Helvetica, Arial, sans-serif;
	color: #585858;
	background-color: #FFF;
	}

h1 {
	font: x-large Verdana, Arial, Helvetica, sans-serif;
	}

h2 {
	font: large Verdana, Arial, Helvetica, sans-serif;
	}

h3 {
	color: #052E66;
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0em 0em 1em 0em;
	}

h4 {
	font: bold x-small/1.5em Verdana, Helvetica, Arial, sans-serif;
	color: #585858;
	}

p {
	margin: 0em 0em 1em 0em;
	}

a {
	color: #052E66;
	}

a:hover {
	text-decoration: none;
	}

a img {
	border-width: 0px;
	}

table {
	border-collapse: collapse;
	}

ul {
	list-style-type: none;
	list-style-image: url(/img/guion_li.gif);	
	list-style-position: outside;
	margin-left: 1.75em;
	}
	
ol {
    list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.75em;
	}
	
em {
	font-style: normal;
	color: #6684AB;
	}

abbr, acronym {
	border: none;
	}

fieldset {
	border: none;
	}

legend {
	font-weight: bold;
	}

td, th {
	vertical-align: top;
	}

tr, td, th, input, button, textarea, select {
	font: x-small/1.5em Verdana, Helvetica, Arial, sans-serif;
	padding: 0.1em 0.2em;
	}

input, button, textarea, select {
	background-color: #FFF;
	border: 0.1em solid #D6D6D6;
	}
	
input.comolink {
	border: none;
	padding: 0em 0em 0em 0em;
	color: #052E66;
}

input.comolink:hover {
	cursor: pointer;
	border-bottom: 0.1em solid #052E66;
}

#ir_contenido {
	visibility: hidden;
	position: absolute;
	z-index: 0;
	}

/* =CONTENEDOR */

#contenedor {
	margin: 0 auto;
	min-width: 78em;
	max-width: 98em;
	background-color: #FFF;
	}

#contenedor_popup {
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	}
	
/* =UTILIDADES */

#utilidades {
	display: none;
	}

/* =CABECERA */

#cabecera {
	clear: both;
	background: #000 url(../grafica/caratulas/caratula01.jpg) right top no-repeat;
	margin-bottom: 1em;
	}

#logotipo {
	margin: 0em;
	display: list-item;
	list-style-image: url(../grafica/comunes/acs_logotipo.gif);
	list-style-position: inside;
	letter-spacing: -10000em;
	font-size: x-small;
	overflow: hidden;
	}

/* HERRAMIENTAS */

#herramientas {
	position: relative;
	}

/* =BUSCADOR */

#buscador {
	display: none;
	}

/* =LOCALIZADOR */

#localizador {
	min-height: 3em;
	color: #00356D;
	display: block;
	list-style-type: none;
	list-style-image: none;
	padding: 0em;
	}

#localizador a {
	color: #00356D;
	text-decoration: none;
	}

#localizador a:hover {
	text-decoration: underline;
	}

#localizador li {
	display: inline;
	margin: 0em 0.25em 0em 0em;
	padding: 0em 0em 0em 1em;
	background: url(../grafica/comunes/localizador_item.gif) 0em 0.4em no-repeat;
	}

#localizador li.primera {
	background: none;
	padding-left: 0em;
	}

#localizador h2 {
	display: inline;
	font-size: x-small;
	margin: 0em;
	padding: 0em;
	color: #000;
	}

/* =ESTILOS / IMPRIMIR */

#estilos_imprimir {
	display: none;
	}

/* =CONTENIDO */

#contenido {
	position: relative;
	border-top: 0.7em solid #EBEBEB;
	width: 100%;
	}

/* =MENU PRINCIPAL */

#menu_principal {
	display: none;
	}

/* =CONTENIDO PRINCIPAL */

#contenido_principal {
	margin: 2em 22% 0em 0em;
	padding-bottom: 2em;
	}

div.completo#contenido_principal {
	margin-right: 2em;
	}

/* =CONTENIDO SECUNDARIO */

#contenido_secundario {
	float: right;
	width: 20%;
	}

/* =COLUMNAS FALSAS */

#barra_columna_secundario {
	position: absolute;
	top: 0;
	right: 20%;
	width: 0.1em;
	border-left: 0.5em solid #EBEBEB;
	height: 200000em;
	background-color: #EBEBEB;
	}

#barra_columna_menu {
	display: none;
	}
	
/* =ESTILOS CONTENIDO PRINCIPAL */

*.oculto {
	visibility: hidden;
	position: absolute;
	}

#contenido p {
	text-align: left;
	}

ul.limpia {
	list-style-type: none;
	list-style-image: none;
	margin: 0em;
	}

ul.enlinea li {
	display: inline;
	}

*.izquierda {
	float: left;
	margin: 0em 1em 1em 0em;
	padding: 0em 1em 1em 0em;
	}

*.derecha {
	float: right;
	margin: 0em 0em 1em 1em;
	}

*.clear {
	clear: both;
	}

*.grafica_interior_01 {
    list-style-image: none;
	float: left;
	width: 19em;
	margin: 0em 1em 0em 0em;
	}

*.grafica_interior_01 img {
	border: 1px solid #052E66;
	}

.texto_interior_01 {
    list-style-image: none;
	/*margin: 0em 0em 0em 21em;*/
	}

#contenido *.texto_izquierda {
	text-align: right;
	}

*.listado_01 {
	padding: 0em 0em 0em 1em;
	background: url(../grafica/comunes/item_general_01.gif) 0em 0.8em no-repeat;
	}

#contenido_principal *.centrado {
	text-align: center;
	}

*.azul {
	color: #6684AB;
	}

*.azuloscuro {
	color: #052E66;
	}

*.negrita {
	font-weight: bold;
	}
	
*.resaltado_01 {
	padding: 1em;
	background-color: #F2F2F2;
	margin: 0em 0em 1em 0em;
	}

ul.listado_01 {
	margin-left: 0em;
	background: none;
	padding: 0em;
	}

ul.listado_01 li {
	list-style-type: none;
	list-style-image: none;
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 1em;
	background: url(../grafica/comunes/item_general_01.gif) 0em 0.8em no-repeat;
	}

ul.listado_02 li {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 1em;
	background: url(../grafica/comunes/item_general_02.gif) 0em 0.6em no-repeat;
	list-style-image: none;
	}

div.contenedor_columnas_01 {
	overflow: auto;
	}

*.columna01 {
	width: 47%;
	}


div.destacado_home {
	text-align: justify;
	padding-bottom: 1.5em;
	overflow: auto;
	}

div.destacado_home h3 {
	text-align: left;
    margin: 0em 0em 0.3em 0em;
	}
    	
div.corto {
	width: 46.7%;
	overflow: hidden;
	}

div.grafica {
	text-align: left;
	}

a.descarga_zip {
	padding: 0em 0em 0em 3.5em;
	background: url(../img/16zip.gif) 0em 50% no-repeat;
	}

a.descarga_word {
	padding: 0em 0em 0em 3.5em;
	background: url(../img/16doc.gif) 0em 50% no-repeat;
	}

table.multiencabezado_01 caption {
	margin: auto;
	}

table.multiencabezado_01 {
	margin: auto;
	width: 100%;
	color: #6684AB;
	}

#contenido_principal table.multiencabezado_01 thead tr th {
	font-size: x-small;
	}
#contenido_principal table.multiencabezado_01 tbody tr th {
	font-size: x-small;
	}

#contenido_principal table.multiencabezado_01 tbody tr td {
	font-size: x-small;
	}

table.multiencabezado_01 caption {
	text-align: left;
	color: #052E66;
	border-bottom: 0.1em solid #6684AB;
	padding: 0em 0em 0.25em 0em;
	}

table.multiencabezado_01 caption strong {
	/*text-transform: uppercase;*/
	color: #052E66;
	font-size: small;
	}

table.multiencabezado_01 th {
	padding: 0.5em 0.75em 0.25em 0em;
	text-align: right;
	vertical-align: middle;
	color: #052E66;
	font-weight: bold;
	border-bottom: 0.1em solid #6684AB;
	}

table.multiencabezado_01 th.encabezado_fila_01 {
	text-align: left;
	}

table.multiencabezado_01 td {
	padding: 0.5em 0.75em 0.25em 0em;
	vertical-align: middle;
	}

table.multiencabezado_01 td.encabezado_fila_01 {
	padding-left: 4em;
	font-weight: bold;
	}

table.multiencabezado_01 td.alineado_cen {
	text-align: center;
	}
table.multiencabezado_01 td.alineado_izq {
	text-align: left;
	}
table.multiencabezado_01 td.alineado_dcha {
	text-align: right;
	}

table.multiencabezado_01 td.alineado_mid {
	vertical-align: middle;
	}
table.multiencabezado_01 td.alineado_top {
	vertical-align: top;
	}
table.multiencabezado_01 td.alineado_bot {
	vertical-align: bottom;
	}

table.multiencabezado_01 td.nowrap {
	white-space: nowrap;
	}
	
table.multiencabezado_01 tfoot th, table.multiencabezado_01 tfoot td {
	text-transform: uppercase;
	color: #052E66;
	font-size: small;
	border-top: 0.1em solid #6684AB;
	font-weight: bold;
	}

table.multiencabezado_01 tfoot td.encabezado_fila_01 {
	padding-left: 0em;
	}
	

#contenido_principal table.multiencabezado_02 thead tr th {
	font-size: x-small;
	}
#contenido_principal table.multiencabezado_02 tbody tr th {
	font-size: x-small;
	}

#contenido_principal table.multiencabezado_02 tbody tr td {
	font-size: x-small;
	}	
	
table.multiencabezado_02 {
    width: 100%;
	}
	
table.multiencabezado_02 caption {
	text-align: left;
	color: #052E66;
	border-bottom: 0.1em solid #6684AB;
	padding: 0em 0em 0.25em 0em;
	}

table.multiencabezado_02 caption strong {
	color: #052E66;
	font-size: small;
	}

table.multiencabezado_02 th {
	padding: 0.5em;
	border-bottom: 0.1em solid #6684AB;
	font-size: x-small;
	}

table.multiencabezado_02 td {
	padding: 0.5em;
}

ul.menu_anios {
	margin-bottom: 2em;
	}

ul.menu_anios li {
	margin-right: 2em;
	}

ul.menu_anios a {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	}

ul.menu_anios a:hover {
	text-decoration: underline;
	}

ul.menu_anios a.seleccionado {
	text-decoration: underline;
	}

ul.fototeca {
	list-style-type: none;
	list-style-image: none;
	margin: 0em 0em 2em 0em;
	overflow: auto;
	padding-left: 2em;
	}

ul.fototeca li {
	float: left;
	width: 14.2em;
	margin: 0em 3em 2em 0em;
	min-height: 19em;
	}

ul.fototeca li p {
	margin: 0em 0em 0.5em 0em;
	}

*.desplegable {
	display: block !important;	
	}

/* =CONSEJO */

ul.consejo {
	list-style-type: none;
	list-style-image: none;
	margin: -1em 0em 2em 15em;
	clear: both;
	}

ul.consejo div {
	width: 15em;
	position: relative;
	top: 1.25em;
	right: 16em;
	}

ul.consejo p {
	overflow: auto;
	margin: 1em 0em 0em 0em;
	padding: 0em;
	}

ul.consejo strong {
	font-weight: normal;
	text-decoration: underline;
	}

ul.consejo p strong {
	text-decoration: none;
	}

/* =ESTILOS CONTENIDO SECUNDARIO */

div.secundario_modulo {
	padding: 1em;
	border-bottom: 0.5em solid #EBEBEB;
	}

#contenido_secundario div.ultimo_modulo {
	border: none;
	}

div.secundario_modulo p.fecha {
	color: #052E66;
	margin-bottom: 0.5em;
	line-height: 1em;
	}

div.secundario_modulo p.medio {
	color: #052E66;
	margin-bottom: 0.5em;
	line-height: 1em;
	}

div.secundario_modulo p.entradilla {
	margin-bottom: 0em;
	line-height: 1.15em;
	color: #6684AB;
	}

div.secundario_modulo ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0em;
	}

div.secundario_modulo ul li {
	margin-bottom: 0.5em;
	}

/* =BUSCADORES */

#buscador_noticias {
	overflow: auto;
	margin: 0em 0em 1em 0em;
	}

#buscador_noticias fieldset {
	padding: 0em 0em 0em 1.1em;
	}

#buscador_noticias legend {
	padding: 0em 0em 0em 1em;
	background: url(../grafica/comunes/ico_legend.gif) 0em 0.6em no-repeat;
	margin: 0em 0em 0.5em -1.1em;
	}

#buscador_noticias #buscar_noticias_fecha {
	width: 72%;
	float: left;
	}

#buscador_empresas {
	overflow: auto;
	margin: 0em 0em 1em 0em;
	}

#buscador_empresas label {
	margin: 0em 3em 0em 0em;
	}

*.etiqueta_formulario {
	padding: 0em 0em 0em 1em;
	background: url(../grafica/comunes/ico_legend.gif) 0em 0.4em no-repeat;
	}

/* =RESULTADOS BUSCADOR */

#resultados_directorio {
	width: 100%;
	margin: 0em 0em 2em 0em;
	}

#resultados_directorio td {
	padding: 0.6em;
	}

#resultados_directorio th {
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background-color: #00386B;
	padding: 0.4em;
	}

p#descarga_listado_empresas {
	text-align: right;
	margin: 0em 2em 4em 0em;
	}

div.resultado_item {
	padding: 1em;
	}

div.resultado_item h3 {
	margin: 0em 0em 0.25em 0em;
	}

ul.localizador_contenido {
	color: #6699CC;
	display: block;
	list-style-type: none;
	list-style-image: none;
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	}

ul.localizador_contenido a {
	color: #6699CC;
	text-decoration: none;
	}

ul.localizador_contenido a:hover {
	text-decoration: underline;
	}

ul.localizador_contenido li {
	display: inline;
	margin: 0em 0.25em 0em 0em;
	padding: 0em 0em 0em 1em;
	background: url(../grafica/comunes/localizador_interno_item.gif) 0em 0.4em no-repeat;
	}

ul.localizador_contenido li.primera {
	background: none;
	padding-left: 0em;
	}

*.pares {
	}

*.nones {
	background-color: #F2F2F2;
	}

/* =PAGINACION */

ul.paginacion {
	color: #6699CC;
	display: block;
	list-style-type: none;
	list-style-image: none;
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	text-align: center;
	}

ul.paginacion a {
	color: #6699CC;
	text-decoration: none;
	}

ul.paginacion a.actual {
	font-weight: bold;
	}

ul.paginacion a:hover {
	text-decoration: underline;
	}

ul.paginacion li {
	display: inline;
	margin: 0em 0.25em 0em 0em;
	}

/* =MENU PAGINAS INTERIOR */

#secundario_menu_paginas ul li {
	padding: 0em 0em 0em 1em;
	list-style-type: none;
	list-style-image: none;	
	}

#secundario_menu_paginas ul li.seleccionado {
	background: url(../grafica/comunes/menu_navegacion_interior_seleccionado.gif) 0em 0.6em no-repeat;
	}

#secundario_menu_paginas ul li.seleccionado a {
	text-decoration: none;
	font-weight: bold;
	}

#secundario_menu_paginas ul li.seleccionado a:hover {
	text-decoration: underline;
	}

/* =MAPA WEB */

ul.mapa_web {
	list-style-type: none;
	list-style-image: none;
	margin: 0em 0em 1em 0em;
	padding: 1em;
	color: #052E66;
	background-color: #F2F2F2;
	}

div.mapa_web_izquierda {
	width: 49%;
	float: left;
	}

div.mapa_web_derecha {
	width: 49%;
	float: right;
	}

ul.mapa_web li {
	padding-left: 1em;
	}

ul.mapa_web a {
	color: #052E66;
	text-decoration: none;
	}

ul.mapa_web a:hover {
	text-decoration: underline;
	}

ul.mapa_web h4 {
	margin-left: -1em;
	color: #052E66;
	}

ul.mapa_web h4 a {
	color: #052E66;
	}
	
ul.mapa_web ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0em 0em 0em 1em;
	font-weight: bold;
	color: #666;
	}

ul.mapa_web ul li {
	padding-left: 0em;
	}


ul.mapa_web ul a {
	color: #666;
	}

ul.mapa_web ul ul {
	font-weight: normal;
	margin: 0em 0em 0em 1em;
	}

ul.mapa_web ul ul ul, ul.mapa_web ul ul ul ul {
	color: #666;
	font-weight: normal;
	margin: 0em 0em 0em 1em;
	}

ul.mapa_web ul ul ul a, ul.mapa_web ul ul ul ul a {
	color: #666;
	}

/* =PIE DE PAGINA */

#pie_pagina {
	clear: both;
	display: block;
	list-style-type: none;
	list-style-image: none;	
	margin: 0em;
	text-align: center;
	border-top: 0.5em solid #EBEBEB;
	color: #052E66;
	padding-top: 2em;
	}

#pie_pagina li {
	display: inline;
	margin: 0em 0.5em 0em 0em;
	padding: 0em 0em 0em 0.75em;
	background: url(../grafica/comunes/pie_pagina_item.gif) left center no-repeat;
	}

#pie_pagina li.primera {
	background: none;
	padding-left: 0em;
	}

#pie_pagina a {
	text-decoration: none;
	}

#pie_pagina a:hover {
	text-decoration: underline;
	}

