/* 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;
}
/* comportamiento imagen grande */
#bf img {
	padding: 0;
	margin-bottom: 2ex;
}
/* titulo visible imagen grande */
#bf h2 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
}
/* descripcion imagen grande */
#bf div.desc {
	width: auto;
	max-width: 47em;
}


/* 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: none;
	border: none;
	margin: 0;
	padding: 2ex 0 3ex 0;
	width: auto;
	max-width: 47em;
}

/* bloques flotantes de resumen */
#th_cont div.res_block {
	padding: 1em;
	width: 100%;
	margin: 0 0.5em 1ex 0.5em;
}
/* 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 {
	height: 5px;
	margin: 0 0 -2ex -1em;
}

/* 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 */
/* y uso e mismo estilo de titulo para contenidos */
div.tit {
	color: #FFFFF0;
	font-size: 11pt;
	background: #042751 url(/imgs2/add/titth_stn2.jpg) repeat-x top;
	display: block;
	width: auto;
	margin: 0 0 2ex 0;
	font-weight: bold;
}
div.tit a:link, div.tit a:visited, div.tit a:active, #bf h2 {
	color: #FFFFF0;
	display: block;
	background: transparent url(/imgs2/add/titth_stn2_bottom.gif) repeat-x bottom;
	padding: .5ex 0 1ex 1em;
	text-decoration: none;
}
div.tit a:hover, div.tit a:active {
	color: #FFFFF0;
	background-color: transparent;
}
/* 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;
}
