/* Estilo cnt st1 */

/* container st1 */
#st_cont {
	border: none;
	margin: 0;
	padding: 0 4% 4% 4%;
}

/* info de imagen ampliada */
#bf {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	margin-top: 1ex;
	margin-bottom: 2em;
	border-bottom: 5px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	background: #fff url(/imgs2/add/bg_big_cnt.jpg) repeat-y left;
}
/* comportamiento imagen grande */
#bf img {
	border: 3px solid #000;
	padding: 0;
	margin-bottom: 2ex;
}
/* titulo visible imagen grande */
#bf h2 {
	margin: 0;
	padding: 0;
}
/* descripcion imagen grande */
#bf div.desc {
	width: 37em;
}


/* div que abarca thumbs y noticias */
#big_th_cont {
	border: none;
	margin: 0;
	padding: 0;
}

/* div del resumen de noticias */
#nws_resumen {
	float: right;
	width: 25%;
	margin: 0 0 0 5px;
	border-left: 3px solid #DDDDDD;
	padding-left: 0.5em;
}
#nws_resumen a:link, #nws_resumen a:visited {
	color: #000;
	text-decoration: none;
}
/* partes del div de noticias */
#nws_resumen #tit_nws {
	width: 100%;
	font-weight: bold;
	margin: 0 0 1ex 0;
}
#nws_resumen div.un_nws {
	margin: 1ex 0 0 0;
	border-bottom: 1px dashed Black;
	padding: 0 0 1ex 0;
	min-height: 97px;
}
#nws_resumen, #nws_resumen span.tit {
	font-size: 12px;
}
#nws_resumen span.tit {
	font-weight: bold;
}

/* oooooo seccion de muestras previas th_cont ooooooo */
#th_cont {
	float: left;
	border: none;
	margin: 0;
	padding: 2ex 0 3ex 0;
	width: 70%;
}

/* bloques flotantes de resumen */
#th_cont div.res_block {
	/* float: left; */
	padding: 1em;
	width: 100%;
	max-width: 47em;
	margin: 0 0.5em 1ex 0.5em;
	background: url(/imgs2/add/resumen_bg.jpg) repeat-y left;
}
/* limitador-fijador altura de bloques resumen */
#th_cont div.res_inf {
	/* no hace falta limitar en nws, pero pongo min de un thumb */
	min-height: 140px;
}
/* pie del bloque de resumen */
#th_cont div.foot_block {
	background: #fff url(/imgs2/add/sombra_bco.gif) no-repeat left;
	height: 5px;
	margin: 0 0 -2ex -1em;
}

/* imagenes dentro de cada bloque flotante */
img.th {
	float: left;
	border: 1px solid Black;
	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;
}

/* sobre-escribiendo valor de links pags  */
/* links a pags (cuando hay varias paginas) */
/* lo pongo a la izquierda */
div.lp {
	text-align: left;
}