/* ----- Reset ----- */
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
br.break {
	clear: both;
	height: 1px;
}
/* ----- Estilos generales ----- */
.ocultar {
	position: absolute;
	top: -10000px;
}
body {
	font-family: Arial, sans-serif;
	font-size: x-small;
}
a {
	text-decoration: none;
	color:#48809A;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

/* ----- Contenedor general ----- */
#contenedor_general {
	background-color: #FFF;
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

/* ----- Menu libre ----- */
#menu_libre {
	background-color: #E4E6E7;
	height: 19px;
	padding: 3px 0;
}
div.enlace_english, div.enlace_spanish {
	background-color: #F2F3F3;
	height: 15px;
	width: 100px;
	margin-left: 10px;
	padding-top: 3px;
}
div.enlace_english a, div.enlace_spanish a {
	padding-left: 10px;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
}
#menu_libre ul {
	float: right;
	margin-top: -16px;
	margin-right: 10px;
}
#menu_libre ul li {
	display: inline;
	font-size: 1.1em;
	padding: 0 6px;
	border-right: 1px solid #999;
	line-height: 16px;
}
#menu_libre ul li.home a, #menu_libre ul li.mapaweb a, #menu_libre ul li.contacto a {
	display: inline-block;
}
#menu_libre ul li.home a span, #menu_libre ul li.mapaweb a span, #menu_libre ul li.contacto a span {
	position: absolute;
	top: -10000px;
}
#menu_libre ul li.home, #menu_libre ul li.mapaweb {
	border-right: none;
	padding-right: 1px;
}
#menu_libre ul li.contacto {
	padding-right: 10px;
}
#menu_libre ul li.home a {
	width: 11px;
	height: 10px;
	background: url('/imgs/icno_home_sup.png') no-repeat;
}
#menu_libre ul li.mapaweb a {
	width: 16px;
	height: 11px;
	background: url('/imgs/icno_mapa_sup.png') no-repeat;
}
#menu_libre ul li.contacto a {
	width: 14px;
	height: 11px;
	background: url('/imgs/icno_contacto_sup.png') no-repeat;
}
#menu_libre ul li a {
	color: #333;
	font-weight: bold;
}
#menu_libre ul li.last {
	border-right: none;
	padding-right: 0;
}



/* ----- Cabecera ----- */
div#cabecera {
	background-color: #fbba00;
	height: 80px;
	margin-top: 1px;
	position: relative;
}
div#cabecera h1 a {
	display: block;
	width: 241px;
	height: 66px;
	background: url('/imgs/cbra_informeanual.png') no-repeat 0 10px;
	margin-left: 10px;
	padding-top: 10px;
}
div#cabecera h1.logo_en a {
	width: 250px;
	padding-top: 6px;
	padding-bottom: 8px;
	background:transparent url('/imgs/cbra_informeanual_eng.png') no-repeat 0 9px;
}
div#cabecera h1 a span {
	position: absolute;
	top: -10000px;
}

/* ----- Buscador ----- */
div#buscador {
	position: absolute;
	right: 10px;
	top: 20px;
	text-align: right;
}
div#buscador form {
	position: relative;
	margin-bottom: 10px;
}
div#buscador form label {
	position: absolute;
	top: -10000px;
}
div#buscador form input {
	border: 0;
	height: 19px;
	padding: 2px;
	width: 230px;
	font-size: 1.4em;
}
div#buscador form button {
	background: url('/imgs/bton_buscar.png') no-repeat;
	width: 24px;
	height: 23px;
	border: 0;
	position: absolute;
	right: 0;

}
div#buscador form button:hover {
	cursor: pointer;
}
div#buscador form button span {
	position: absolute;
	top: -10000px;
}
div#buscador a.descargar_pdf {
	background: url('/imgs/icno_descargar_pdf.png') no-repeat;
	display: inline-block;
	height: 18px;
	color: #4B4100;
	padding-left: 22px;
	font-size: 1.1em;
}

/* ----- Navegacion principal ----- */
div#menu_principal {
	height: 62px;
	margin-top: 1px;
}
div#menu_principal ul li {
	display: inline;
}
div#menu_principal ul li a {
	display: block;
	float: left;
	width: 235px;
	height: 62px;
	background: url('/imgs/menu_principal.png') no-repeat;
}
div#menu_principal ul li a span {
	position: absolute;
	top: -10000px;
}

div#menu_principal ul li.menu_47 a {
	background-position: 0px 0px;
}
div#menu_principal ul li.menu_47 a.activo {
	background-position: 0px -62px;
}
div#menu_principal ul li.menu_47 a.activo:hover {
	background-position: 0px -62px;
	cursor: pointer;
}
div#menu_principal ul li.menu_47 a:hover {
	background-position: 0px -124px;
}
div#menu_principal ul li.menu_214 a {
	background-position: -235px 0px;
}
div#menu_principal ul li.menu_214 a.activo {
	background-position: -235px -62px;
}
div#menu_principal ul li.menu_214 a.activo:hover {
	background-position: -235px -62px;
	cursor: default;
}
div#menu_principal ul li.menu_214 a:hover {
	background-position: -235px -124px;
}

div#menu_principal ul li.menu_48 a {
	background-position: -470px 0px;
}
div#menu_principal ul li.menu_48 a.activo {
	background-position: -470px -62px;
}
div#menu_principal ul li.menu_48 a.activo:hover {
	background-position: -470px -62px;
	cursor: default;
}
div#menu_principal ul li.menu_48 a:hover {
	background-position: -470px -124px;
}

div#menu_principal ul li.menu_51 a {
	background-position: -705px 0px;
}
div#menu_principal ul li.menu_51 a.activo {
	background-position: -705px -62px;
}
div#menu_principal ul li.menu_51 a.activo:hover {
	background-position: -705px -62px;
	cursor: default;
}
div#menu_principal ul li.menu_51 a:hover {
	background-position: -705px -124px;
}

/* ----- Menu ingles ----- */
div#menu_principal ul li.menu_328 a {
	background-position: 0px -186px;
}
div#menu_principal ul li.menu_328 a.activo {
	background-position: 0px -248px;
}
div#menu_principal ul li.menu_328 a.activo:hover {
	background-position: 0px -248px;
	cursor: pointer;
}
div#menu_principal ul li.menu_328 a:hover {
	background-position: 0px -310px;
}
div#menu_principal ul li.menu_331 a {
	background-position: -235px -186px;
}
div#menu_principal ul li.menu_331 a.activo {
	background-position: -235px -248px;
}
div#menu_principal ul li.menu_331 a.activo:hover {
	background-position: -235px -248px;
	cursor: default;
}
div#menu_principal ul li.menu_331 a:hover {
	background-position: -235px -310px;
}

div#menu_principal ul li.menu_329 a {
	background-position: -470px -186px;
}
div#menu_principal ul li.menu_329 a.activo {
	background-position: -470px -248px;
}
div#menu_principal ul li.menu_329 a.activo:hover {
	background-position: -470px -248px;
	cursor: default;
}
div#menu_principal ul li.menu_329 a:hover {
	background-position: -470px -310px;
}

div#menu_principal ul li.menu_330 a {
	background-position: -705px -186px;
}
div#menu_principal ul li.menu_330 a.activo {
	background-position: -705px -248px;
}
div#menu_principal ul li.menu_330 a.activo:hover {
	background-position: -705px -248px;
	cursor: default;
}
div#menu_principal ul li.menu_330 a:hover {
	background-position: -705px -310px;
}


/* ----- Contenedor central ----- */
div#contenedor_central {
	margin-top: 20px;
}

/* ----- Cebecera de sección ----- */
h2.cabecera_seccion {
	border-bottom: 1px solid #C4C8CB;
}
 .sIFR-active h2.cabecera_seccion {
      font-size: 3.5em;
font-weight: bold;
      display: block;
}
/* ----- Breadcrumps ----- */
div#migas {
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 15px;
}
div#migas ul li {
	display: inline;
	font-size: 1.1em;
	color: #CCC;
	text-transform: uppercase;
}
div#migas ul li a {
	padding-right: 20px;
	color: #333;
	background: url('/imgs/bllet_breadcrump.png') no-repeat right;
}
div#migas ul li.portada a {
	display: inline-block;
	background: url('/imgs/icno_home_migas.png') no-repeat left;
	height: 10px;
	padding-left: 10px;
	margin-left: 3px;
}
div#migas ul li.portada a span {
	position: absolute;
	top: -10000px;
}
div#migas ul li.ultimo a {
	background-image: none;
}

/* ----- Menu de seccion ----- */
div#navegacion2 {
	width: 180px;
	float: left;
	margin-right: 10px;
	border-top: 1px dotted #4C575F;
}

div#navegacion2 ul li a {
	display: block;
	border-bottom: 1px dotted #4C575F;
	padding: 6px 0 6px 10px;
	font-weight: bold;
	color: #4C575F;
	font-size: 1.1em;
}
div#navegacion2 ul li a:hover {
	background-color: #4C575F;
	color: #FFF;
	text-decoration: none;
}
div#navegacion2 ul li ul li a:hover {
	background-color: #CCC;
	color: #FFF;
}
div#navegacion2 ul li ul li ul li a:hover {
	background-color: #EEE;
	color: #4C575F;
}
div#navegacion2 ul li ul {
	border-bottom: 1px dotted #4C575F;
} 
div#navegacion2 ul li ul li ul {
	border: 0;
}
div#navegacion2 ul li ul li a {
	background-color: #F2F2F2;
	border-bottom: 1px dotted #DDD;
	color: #666;
}
div#navegacion2 ul li ul li ul li {
	
}
div#navegacion2 ul li ul li ul li a {
	background-color: #FFF;
	padding-left: 25px;
	width: 155px;
	background: url('/imgs/bllet_menu.png') no-repeat 10px 10px;
	font-weight: normal;
}

div#navegacion2 ul li a {
	border-left: 3px solid #4C575F;
}
div#navegacion2 ul li ul li a {
	border-left: 0;
}
div#navegacion2 ul li ul li ul li a {
	border-left: 0;
}

/* ----- Contenido ----- */
#contenido {
	float: left;
	width: 750px;
	position: relative;
}

#contenido p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #333;
}
#contenido p.entradilla {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
	color: #4C575F;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
#contenido h4 {
	font-size: 1.8em;
	color: #4C575F;
	margin-bottom: 5px;
}
div.modelo h4, div.content h4 {
	font-size: 1.6em !important;
	color: #4C575F;
}
div.modelo h5, div.content h5 {
	font-size: 1.4em !important;
	color: #4C575F;
}
#contenido ul.tipo1 {
	margin-bottom: 20px;
}
#contenido ul.tipo1 li {
	font-size: 1.4em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	background: url('/imgs/bllet_general.png') no-repeat 0em .4em;
	padding-left: 1.5em;
	color: #333;
}
#contenido ul.tipo2 {
	margin-bottom: 20px;
}
#contenido ul.tipo2 li {
	font-size: 1.4em;
	margin-bottom: .4em;
	background: url('/imgs/bllet_general.png') no-repeat 1.5em .4em;
	padding-left: 3.5em;
	color: #333;
}
#contenido ul li ul {
	margin-top: 8px !important;
}
#contenido ul li ul li {
	font-size: 1em !important;
	background:transparent url('/imgs/bllet_nivel2.png') no-repeat scroll .3em 0.5em !important;
}

/* ----- Contenido Ancho ----- */
div#contenido_ancho {
	float: left;
	width: 940px;
}
div#contenido_ancho p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #333;
}
div#contenido_ancho p.entradilla {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
	color: #4C575F;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
div#contenido_ancho h4 {
	font-size: 1.8em;
	color: #4C575F;
}
div#contenido_ancho ul.tipo1 {
	margin-bottom: 20px;
}
div#contenido_ancho ul.tipo1 li {
	font-size: 1.4em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	background: url('/imgs/bllet_general.png') no-repeat 0em .4em;
	padding-left: 1.5em;
	color: #333;
}
div#contenido_ancho ul.tipo2 {
	margin-bottom: 20px;
}
div#contenido_ancho ul.tipo2 li {
	font-size: 1.4em;
	margin-bottom: .4em;
	background: url('/imgs/bllet_general.png') no-repeat 1.5em .4em;
	padding-left: 3.5em;
	color: #333;
}

/* ----- Footer ----- */
div#pie {
	clear: both;
	background-color: #fbba00;
	padding: 10px;
	font-size: 1.1em;
	color: #333;
	margin-top: 30px;
}
div#pie a {
	color: #000;
	font-weight: bold;
}
div#pie strong.copyright {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #333;
}
div#pie ul.w3c {
	display: inline;
}
div#pie ul.w3c li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #333;
}
div#pie ul.w3c li.last {
	border-right: none;
}
div#pie ul.contacto {
	float: right;
	margin-top: -16px;
}
div#pie ul.contacto li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #333;
}
div#pie ul.contacto li.last {
	border-right: none;
	padding-right: 0;
}
div.disclaimer_logos {
	clear: both;
	margin-top: 15px;
}
div.disclaimer_logos p {
	width: 550px;
	font-size: .9em;
}
div.disclaimer_logos ul {
	float: right;
	margin-top: -50px;
}
div.disclaimer_logos ul li {
	display: inline;
}
div.disclaimer_logos ul li a {
	display: block;
	float: left;
	height: 48px;
}
div.disclaimer_logos ul li a span {
	display: none;
}
div.disclaimer_logos ul li.dowjones a {
	width: 133px;
	background-image: url('/imgs/logo_dowjones.png');
	margin-right: 10px;
}
div.disclaimer_logos ul li.ftse4good a {
	width: 56px;
	background-image: url('/imgs/logo_ftse4good.png');
	margin-right: 10px;
}
div.disclaimer_logos ul li.ethibel a {
	width: 47px;
	background-image: url('/imgs/logo_ethibel.png');
	margin-right: 10px;
}
div.disclaimer_logos ul li.globalcompact a {
	width: 45px;
	background-image: url('/imgs/logo_globalcompact.png');
}

/* ----- Portada ----- */
div.apertura_home {
	margin-bottom: 20px;
}
div.destacados_home {
	height: 140px;
}
div.destacados_home div {
	float: left;
	margin-right: 10px;
}
div.destacados_home div.ultimo {
	margin-right: 0;
}

/* ----- Atajo imprimir ----- */
#atajoImprimir { display:none; }

/* ------------------ */
/* ----- Tablas ----- */
/* ------------------ */
table.peq {
	width: 460px;
}
table.gran {
	width: 750px;
	clear: both;
}
td.bordes {
	border-right: 10px solid #FFF;
	border-left: 10px solid #FFF;
}
td.borde-izdo {
	/*border-left: 8px solid #FFF;*/
	border-left: 2px solid #FFF;
}
td.borde-drcho {
	/*border-right: 8px solid #FFF;*/
	border-right: 2px solid #FFF;
}
table {
	font-family: Arial, sans-serif;
	/*font-size: 1.1em;*/
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 3px solid #fbba00;
}
table td.nombre {
	text-align: left;
	/*padding-right: 20px;*/
	padding-right: 3px;
	/*padding-left: 10px;*/
	padding-left: 3px;
}
table tr.encabezado td {
	padding-top: 3px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #4C575F;
	border-top: 0;
}
table td {
	/*padding: 8px 5px;*/
	padding: 8px 1px;
	background-color: #FFF;
	border-top: 1px solid #EEE;
	text-align: right;
	color: #70797F;
}
table td.ancho10 {
	width: 10%;
}
table td.ancho12 {
	width: 12%;
}
table td.ancho15 {
	width: 15%;
}
table td.ancho17 {
	width: 17%;
}
table td.ancho20 {
	width: 20%;
}
table td.ancho23 {
	width: 23%;
}
table td.ancho25 {
	width: 25%;
}
table td.ancho28 {
	width: 28%;
}
table td.ancho30 {
	width: 30%;
}
table td.ancho35 {
	width: 35%;
}
table td.ancho40 {
	width: 40%;
}
table td.ancho45 {
	width: 45%;
}


table caption {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	color: #4C575F;
}
table caption span {
	display: block;
	float: right;
	margin-top: -14px;
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
	color: #70797F;
}

table tr.footer td {
	font-size: .9em;
	font-style: italic;
	border-top: 1px solid #fbba00;
	padding-top: 10px;
	color: #4C575F;
	text-align:left;
	padding-left: 10px;
}
table tr.footer td p {
	margin: 0 !important;
	font-size: 1.1em !important;
}
table tr.footer td p.unidades {
	display: block;
	margin: 0 !important;
}


/* Estilos para tablas complejas */
table tr.encabezadoconlinea td {
	border-bottom: 1px solid #4C575F;
	background-color: #FFF;
	padding-top: 6px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #4C575F;
	text-align:center;
}
table tr.subtotal td {
			background-color: #E6EEF4;
			font-weight: bold;
}
table tr td.subconcepto {
	background-color: #FFF;
	font-size: 11px;
	color: #999;
	text-align: left;
	padding-left: 40px;
}
table tr.subconcepto td.nombre {
	padding-left: 30px;
}
table tr.total td {
	background-color: #96A8B7;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 8px;
}

/* ----- Portadillas ----- */
div.portadilla div.resumen {
	background: url('/imgs/fndo_destacados_portadillas.png') no-repeat 275px 0;
	height: 180px;
	
}
div.portadilla div.resumen img {
	float: left;
}
div.portadilla div.resumen p.resumen_portadilla {
	float: left;
	width: 252px;
	height: 150px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 15px;
	font-size: 1.8em !important;
	line-height: 1.2em !important;
	color: #FFF !important;
}
div.portadilla div.resumen p.datos {
	float: left;
	width: 160px;
	height: 150px;
	padding: 15px;
	margin-bottom: 0 !important;
}
div.portadilla div.resumen p.datos span.tit_dato {
	display: block;
	width: 160px;
	border-bottom: 1px solid #92893C;
	padding-bottom: 0px;
	font-size: .8em;
}
div.portadilla div.resumen p.datos strong.dato {
	font-size: 2.4em;
	display: block;
	width: 160px;
	margin-top: 15px;
}
div.portadilla div.resumen p.datos .explicacion {
	width: 160px;
}
div.portadilla div.resumen a.masindicadores {
	display: block;
	width: 140px;
	height: 20px;
	background: url('/imgs/bton_masindicadores.png') no-repeat;
	margin-left: 10px;
	margin-top: 5px;
}
div.portadilla div.resumen a.masindicadores span {
	position: absolute;
	top: -10000px;
}
div.subtemas {
	clear: both;
	margin-top: 30px;
}
div.subtemas div {
	width: 366px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	padding: 1px;
	margin-bottom: 10px;
}
div.subtemas div.par {
	margin-right: 0 !important;
}
div.subtemas div img {
	float: left;
	margin-right: 10px;
}
div.subtemas div h3 {
	font-size: 1.6em;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 4px;
}
div.subtemas div ul li {
	font-size: 1.1em;
	color: #4C575F;
	margin-bottom: 3px;
	width: 330px;
	padding-left: 15px;
	background: url('/imgs/bllet_nivel2.png') no-repeat 0 5px;
	float: left;
}
div.sinfotos div {
	padding: 10px;
	width: 346px;
}
div.subtemas div p {
	font-size: 1.2em !important;
	margin-bottom: 0 !important;
	margin-top: 8px;
	color: #4C575F;
}
div.subtemas div strong {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #999;
}

body.portadilla div#migas {
    display: none;
}
div.carta_presidente {
    width: 600px;
	margin-top: 30px;
}
body.ancho div#contenido {
	width: 940px !important;
}
body.ancho div#migas {
	display: none;
}