/*  Definicion CSS del layout ZN Notas D*/
/* Contenedor para una nota A, van por columnas la AA ocupa las 3, las A y B ocupan 2, las C,D,E una.*/
/* Nota D: 1 columna, alto de 1 fila */
.n_d{
	
    width: 48%;
    margin-top: 1rem;
    margin-left: 1rem;
    /* min-height: 450px; */
    padding: 0.5rem;
    background: #000000;
    overflow: hidden;
}
.cls_d_cabeza{
	font-size: 1.85rem;
	font-weight: bold;
	font-style: normal;
	font-family: 'Roboto', Arial, serif;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 2px;
	color: #ffffff;
}
.cls_d_procedencia{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial;
	text-align: left;
	color: #000000;
	margin-bottom: 10px;
}
.cls_d_fecha_registro{
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	text-align: left;
	padding: 2px;
	width: 120px;
	background-color: #999999;
	color: #ffffff;
	/*float: left;*/
	margin-bottom: 10px;
}
.cls_d_fotografia{
	/*width: 100%;*/
	width: 365px;
	/*height: 285px;*/
	margin-right: 8px;
	margin-top: 8px;
	background: none repeat scroll 0% 0% #FFF;
	/*overflow: hidden;*/
}
.cls_d_fotografia100 {
    width: 100%;
    margin-right: 0.6rem;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    background: none repeat scroll 0% 0% #FFF;
    /* overflow: hidden; */
}

.cls_d_credito{
	font-size: 0.8rem;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	color: black;
	text-align: right;
	padding-left: 0em;
	text-transform: uppercase;

}
.cls_d_cuerpo p {
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Verdana;
	text-align: justify;
	margin:2rem;
	color: #d1c0c0;
}

.cls_d_cuerpo p a {
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Verdana;
	text-align: justify;
	margin:2rem;
	color: #d1c0c0;
}

.cls_d_cuerpo_oculto{
	display: none;
}