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

/* info de imagen ampliada */
#bf {
	padding: 1em;
	margin-top: 1ex;
	margin-bottom: 2em;
	background: #8F3011;
	color: #fff;
	border: 2px solid #606E48;
}
/* 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: #202F16;
	color: #fff;
	font-weight: bold;
	padding: 0 5px 0 20px;
	margin-bottom: 5px;
	clear: both;
	line-height: 35px;
	height: 40px;
	min-height: 40px;
}
/* comportamiento imagen grande */
img#im_gde {
	border: none;
	margin: 0;
	padding: 5px 15px 5px 15px;
	float: left; /* vertical-align: top; */
}
/* descripcion imagen grande */
/* no poner ancho, IE problem */
#bf div.desc {
	margin-left: 1em;
	clear: none;
}
#fin_bf {
  clear: both;
}


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

/* bloques flotantes de resumen */
#th_cont div.res_block {
	float: left;
	padding: 0 0 0 3px;
	margin: 0 0.5em 1ex 0.5em;
	background: #8F3011;
	color: #fff;
	border: 2px solid #606E48;
	width: 215px;
}
/* limitador-fijador altura de bloques resumen */
#th_cont div.res_inf {
	height: 30ex;
	max-height: 30ex;
	overflow: hidden;
	width: 209px;
	padding: 3px;
}
/* titulo de cada resumen */
#th_cont div.res_tit {
	display: block;
	background: #202F16;
	background-color: #202F16 !important;
	color: #fff;
	font-weight: bold;
	padding: 0 5px 0 17px;
	line-height: 40px;
	margin-bottom: 5px;
	/* no poner alto fijo */
}
/* 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;
}

/* 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;
}

/* colores para links en titulos */
#th_cont div.res_tit a:link {
	display: inline;
}
#bf h2 a:link,
#th_cont div.res_tit a:link,
#bf h2 a:visited,
#th_cont div.res_tit a:visited,
#bf h2 a:active,
#th_cont div.res_tit a:active,
#bf h2 a:hover,
#th_cont div.res_tit a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
#bf h2 a:hover,
#th_cont div.res_tit a:hover {
	background: #000;
}