/* container st5 */
#st_cont {
	border: none;
	margin: 0 auto 5px auto;
	padding: 30px 20px 30px 0;
	line-height: 14pt;
	max-width: 650px;
}

/* info de imagen ampliada */
#bf {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 2em;
	background: #B20000;
	color: #fff;
	border: 2px solid #CB0000;
}
/* 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: -15px -15px 5px -15px;
	display: block;
	background: #750000 url(/imgs2/tits_bg.jpg) repeat-x top;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	padding: 0 5px 0 10px;
	margin-bottom: 5px;
	clear: both;
	line-height: 40px;
}
/* comportamiento imagen grande */
#bf img {
	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;
}


/* 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: none;
	clear: both;
	padding: 3px 0 7px 3px;
	margin: 0 0.5em 1ex 0.5em;
	background: #B20000;
	color: #fff;
	border: 2px solid #CB0000;
	max-width: 650px;
}
/* limitador-fijador altura de bloques resumen */
#th_cont div.res_inf {
	height: 30ex;
	max-height: 30ex;
	overflow: hidden;
	padding: 3px;
}
/* titulo de cada resumen */
#th_cont div.res_tit {
	font-size: 11pt;
	background: #750000 url(/imgs2/tits_bg.jpg) repeat-x top;
	color: #fff;
	display: block;
	width: auto;
	margin: 0 0 2ex 0;
	font-weight: bold;
	line-height: 27px;
	min-height: 30px;
	padding: 0 3px 0 15px;
}
#th_cont div.res_tit a:link, #th_cont div.res_tit a:active, #th_cont div.res_tit a:hover, #th_cont div.res_tit a:visited {
    color: #fff;
    text-decoration: none;
}
#th_cont div.res_tit a:hover {
    background-color: #000066;
}


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