/*  Definicion CSS del layout ZN Notas C*/
/* 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 C: 1 columna, alto de 1 fila */
.n_c{
    width: 100%;
    float: left;
     min-height: 450px;
    padding: 4px;
    margin-right: 0.5rem;
    background: #ffffff;
    border-bottom: .0625rem solid #ebebeb;
    border-right: .0625rem solid #ebebeb;
    overflow: hidden;

}
.cls_c_cabeza{
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-family: Noto Serif, Times, serif;
	text-align: left;
	margin-bottom: .5em;
	margin-top: 1em;
	color: #333;
}
.cls_c_sumario{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Verdana;
	text-align: left;
	line-height: 1.3;
	margin-bottom: .5em;
	color: #666;
}

.cls_c_fecha_registro{
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	text-align: center;
	padding: 4px;
	margin: .25em;
	width: 80px;
	background-color: #555;
	color: #ffffff;
}
.cls_c_fotografia{
	width: 50%;
	/*height: 300px;*/
	margin-right: 5px;
	margin-top: 5px;
	background: none repeat scroll 0% 0% #FFF;
	/*overflow: hidden;*/
}

.cls_c_fotografia100{
	width: 100%;
	margin-right: 5px;
	margin-top: 5px;
	background: none repeat scroll 0% 0% #FFF;
	/*overflow: hidden;*/
}

.cls_c_fotografia_pie{
	font-family: Noto Serif, Times, serif;
	color: black;
	font-size: 0.875rem;
	padding-left: 4px;
}

}
.cls_c_credito{
	font-size: 12px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0em;
	color: #cc6600;
	font-style: normal;
	font-family: Verdana, Arial;
	text-align: left;
}
.cls_c_cuerpo{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	font-family: Noto Serif, Times, Serif;
	text-align: justify;
	margin: .5em;
	color: #333;
}
.cls_c_cuerpo_oculto{
	display: none;
}

table {
  font-family: arial, sans-serif;
	font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #cccccc;
  text-align: left;
  padding: 4px;
}

tr:nth-child(odd) {
  background-color: #cccccc;
}
tr:nth-child(even) {
  background-color: #dddddd;
}
