/*  Definicion CSS del layout ZN Notas B*/
/* Contenedor para una nota A, van por columnas la AA ocupa las 3, las A y B ocupan 2, las C,D,Etc. una.*/
/* Nota B: 2 columnas, alto de 1 fila */
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500';

.n_b{
	width: 100%;
	float: left;
	margin: 10px auto 0px;
	min-height: 250px;
	padding: 4px;
	background:  #ffffff;
	border-bottom: .0625rem solid #ebebeb;
	border-right: .0625rem solid #ebebeb;
	overflow: hidden;
}
.cls_b_cabeza{
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	font-family: 'Georgia', Times, serif;
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #333;
}
.cls_b_cabeza_sf{
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #333;
}
.cls_b_sumario{
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial;
	text-align: left;
	color: #000000;
}
.cls_b_procedencia{
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial;
	text-align: left;
	color: #555;
	padding-top: 1em;
	margin-top: 0.5em;

}
.cls_b_fecha_registro{
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	padding: 4px;
	width: 10px;
	background-color: #666;
	color: #ffffff;
}
.cls_b_fotografia{
	/*width: 100%;*/
	width: 365px;
	/*height: 285px;*/
	margin-right: 18px;
	margin-top: 8px;
	background: none repeat scroll 0% 0% #FFF;
	/*overflow: hidden;*/
}
.cls_b_fotografia100{
	width: 100%;
		/* width: 365px; height: 285px; */
	margin-right: 8px;
	margin-top: 8px;
	background: none repeat scroll 0% 0% #FFF;
	/*overflow: hidden;*/
}

.cls_b_fotografia_pie{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: black;
	width: 200px;
	font-size: 13px;
	padding-left: 4px;
}
.cls_b_fotografia_credito{
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	color: black;
	width: 65px;
	text-align: right;
	padding-left: 0em;
	text-transform: uppercase;
}
.cls_b_credito{
	font-size: 12px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0em;
	color: #cc6600;
	line-height: 1.5;
	font-style: normal;
	font-family: Verdana, Arial;
	text-align: left;
}
.cls_b_cuerpo{
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	font-family: Sans-serif, Verdana, Arial;
	line-height: 1.5;
	text-align: justify;
	margin: 1em;
	color: #333;
}
.cls_b_cuerpo_oculto{
	display: none;
}
