/* container st5 */
#st_cont {
	border: none;
	margin: 0;
	padding: 0 4% 4% 4%;
	line-height: 14pt;
}

/* info de imagen ampliada */
#bf {
	padding: 1em;
	margin-top: 1ex;
	margin-bottom: 2em;
	min-height: 300px;
}
/* limito el ancho de indo y links top */
#bf, #links_as_top {
	width: auto;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
/* titulo visible imagen grande */
#bf h2 {
	margin: 0;
	display: block;
	background: #666666;
	color: #fff;
	font-weight: bold;
	padding: 4px 5px 4px 10px;
	margin-bottom: 5px;
	clear: both;
}
/* comportamiento imagen grande */
img#im_gde {
	border: none;
	margin: 0;
	padding: 5px 0 5px 15px;
	float: right; /* vertical-align: top; */
}
/* descripcion imagen grande */
/* no poner ancho, IE problem */
#bf div.desc {
	margin-left: 1em;
	clear: none;
}
/* final del BF */
#fin_bf {
	clear: both;
	padding-top: 1ex;
	border-bottom: 5px solid #cecece;
}

/* oooooo seccion de muestras previas th_cont ooooooo */
#th_cont {
	border: none;
	margin: 0;
	padding: 0;
}

/* bloques flotantes de resumen */
#th_cont div.res_block {
	/* float: left; */
	padding: 0;
	margin: 0;
	/* display: inline;  arr margen ie6 */
}
/* limitador-fijador altura de bloques resumen */
#th_cont div.res_inf {
	height: 30ex;
	max-height: 30ex;
	overflow: hidden;
}
/* titulo de cada resumen */
#th_cont div.res_tit {
	display: block;
	background: #666666;
	color: #fff;
	font-weight: bold;
	padding: 4px 5px 4px 10px;
	margin-bottom: 5px;
}
/* pie del bloque de resumen */
#th_cont div.foot_block {
	display: none;
}

/* imagenes dentro de cada bloque flotante */
img.th {
	float: left;
	border: none;
	margin-right: 1em;
	margin-bottom: 1ex;
	display: inline; /* arr margen ie6 */
}

/* titulos y descripciones de cada bloque flot */
span.tit {
	color: Black;
	font-size: 18px;
}
/* info sobre mas imagenes (de galerias) */
span.im_adicionales {
	color: #A52A2A;
	font-weight: bold;
}