/******************************************************************************************************************
 *      Web:            Museo Thyssen-Bornemisza                                                                  *   
 *      Autores:        Ruben Manzano ruben.manzano@gmail.com													  *
 * 						Jorge Soriano correo@mrsoriano.com                                                        *
 *      Hoja:           IE6.css                                                                     *
 *      Descripcion:    estilos especificos para el template catalogo_estandar                                    * 
 *      Fecha:          04/06/2009                                                                                *
 **************************************************************************************************************** */

/*****************************
	CONTENIDO DE CATÁLOGO 
******************************/
#texto_cabecera { border-bottom:0.1em solid #CCC; margin-bottom:20px;}
#texto_cabecera p { line-height:1.54em; font-size:1.3em;}


#contenidos_estandar { width:48em; float:left; overflow:hidden;}
	#contenidos_estandar p {  line-height:1.3em; margin-bottom:1.15em;}
	#contenidos_estandar p a { border-bottom:1px solid #34D6FC;}

	#contenidos_estandar li { overflow:hidden;font-size:1.3em; line-height:1.3em; margin-bottom:1.15em; background:transparent url(../images/sub_level_li.jpg) no-repeat scroll left 6px; padding:0 0 0 0.53em;}
		#contenidos_estandar li a { border-bottom:1px solid #34D6FC;}

ul#catalogo_divs { overflow:hidden; width:105%; margin: 0 0 0 0;}
ul#catalogo_divs li { font-size:1em; background:none; float: left; overflow:hidden; border:0.1em solid #E1E1E1; height:250px; margin:0 16px 18px 0; padding:0; width:229px;}
	ul#catalogo_divs li a { border-bottom:none;}
	ul#catalogo_divs li h3{ font-size:1.5em; font-weight:normal;  line-height:1.7em; padding-left:0.3em;}
		ul#catalogo_divs li h3 a:link {border-bottom:0.1em solid #34D6FC;}
		ul#catalogo_divs li h3 a:visited {border-bottom:0.1em solid #34D6FC;}
		ul#catalogo_divs li h3 a:hover {border-bottom:0.1em solid #505050;}
		ul#catalogo_divs li h3 a:active {border-bottom:0.1em solid #34D6FC;}
	ul#catalogo_divs li p { font-size:1.3em; line-height:1.3em;padding:0.3em; color:#878787;}
