/******************************************************************************************************************
 *      Web:            Museo Thyssen-Bornemisza                                                                  *   
 *      Autor:          Ruben Manzano ruben.manzano@gmail.com                                                     *
 *      Hoja:           baseInteriores.css                                                                        *
 *      Descripcion:    paginas interiores                                           * 
 *      Fecha:          23/01/2009                                                                                *
 **************************************************************************************************************** */

/* reinicio de estilos */
@import url("reinicio.css");

/* navegacion persistente */
@import url("reticulaGeneral.css");

/* widgets */
@import url("widgets.css");

/* tipografia general */

@import url("tipos.css");

	
	/* listado de la A a la Z */

div#colCentralContenidosInt ul#autoresAZ li ul{ padding-bottom: 30px; padding-left: 21px;}
div#colCentralContenidosInt ul#autoresAZ li ul li{ /*height: 2.1em;*/ border-bottom: 1px solid #e5e5e5; padding: 0;}

/* listado autores AZ */

div#colCentralContenidosInt ul#autoresAZ h3{ border-bottom: 1px solid #e5e5e5; padding-bottom: 29px; text-indent: 18px;}
div#colCentralContenidosInt ul#autoresAZ h3.listaAZexpandida{ background: url(../img/fnd-abiertaListaAZ.png) no-repeat left 15px;}
	div#colCentralContenidosInt ul#autoresAZ h3.listaAZexpandida a{ background: url(../img/fnd-abiertaListaAZ.png) no-repeat left 15px;position: relative; top: 12px;}
div#colCentralContenidosInt  ul#autoresAZ h3.listaAZcolapsada{ background: url(../img/fnd-expandirListaAZ.png) no-repeat left 15px; margin-bottom:0;}
	div#colCentralContenidosInt  ul#autoresAZ h3.listaAZcolapsada a{  margin-bottom:0; position: relative; top: 12px;}

ul#autoresAZ h3 a:link{ color: #000;}
	ul#autoresAZ h3 a:visited{ color: #000;}
	ul#autoresAZ h3 a:hover{ color: #000;}
	ul#autoresAZ h3 a:active{ color: #000;}
	
/*div#colCentralContenidosInt ul#autoresAZ h3.listaAZcolapsada a{ position: relative; top: 12px;}*/
	
	ul#autoresAZ li ul li a:link{ display: block; font-size: 1.2em; /*height: 1.6em;*/ padding: 3px 0 0 0; background: url(../img/fnd-flechaPeqA5.png) no-repeat 10px 8px; text-indent: 28px; color: #000;}
	ul#autoresAZ li ul li a:visited{ display: block; font-size: 1.2em; /*height: 1.6em;*/ padding: 3px 0 0 0; background: url(../img/fnd-flechaPeqA5.png) no-repeat 10px 8px; text-indent: 28px; color: #000;}
	ul#autoresAZ li ul li a:hover{ display: block; font-size: 1.2em; /*height: 1.6em;*/ padding: 3px 0 0 0; background: url(../img/fnd-flechaPeqA5HSNav.png) #f1efe9 no-repeat 10px 8px; text-indent: 28px; color: #000;}
	ul#autoresAZ li ul li a:active{ display: block; font-size: 1.2em; /*height: 1.6em;*/ padding: 3px 0 0 0; background: url(../img/fnd-flechaPeqA5.png) no-repeat 10px 8px; text-indent: 28px; color: #000;}
	
	ul#menuNav li.menuNavActivo { height: 1%; width: 230px; margin: 0; background: #fff; border-bottom: 1px solid #e7e5da;}	
	ul#menuNav li.menuNavActivo ul#subMenuNav li{ height: 2.1em; border-top: 1px solid #e5e5e5; border-bottom: none; padding: 0; }				
	ul#menuNav li.menuNavActivo ul#subMenuNav li a:active{  font-size: 1.2em; height: 1.6em; padding: 3px 0 0 0; background: url(../img/fnd-flechaPeqA5.png) no-repeat 38px 8px; text-indent: 54px;}
	
	/* eliminamos el strtoupper */
	
	span.socialMarketing{ text-transform: uppercase;}

	
	
	
