
#pdf-tramo{
	
	font-family:Arial, Helvetica, sans-serif;	
	margin:30px;
}


th {
	
	border: 1px solid #fff;
	text-align: center;
	font-weight:bold !important;
}
td {
	/*text-align: center;*/
	font-size:7px;
}
table.table td, table.table th {
  border:1px solid #a5a5a5;
	padding-top: .50px;
	padding-bottom: .25px;
}
.table td, .table th {
  border:1px solid #a5a5a5;
	/* border: none !important; */
}

td.etiqueta.odd {
	background:#66BEEB;
	font-weight:bold;
	color:white;	
}
td.etiqueta.even {
		font-weight:bold;

}
.label-table-th {
	color: white  !important;;
	font-size: 12px !important;
	padding-bottom: 10px !important;
}
#mode{
	display:none;	
}
#mapid { height: 180px; }

.margen-img-lunas {
	margin-bottom: 0;
}
.margen-img-lunas img {
	margin-bottom: 10px !important;
}

#pdf-titulo-value, .title-tramo-header {
	color: #66BEEB;
	font-size: 20px;
}

.label-header {
	font-size: 14px;
	color: #646464;
}

/* Avoid unexpected sizing on all elements. */
      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      /* CSS styling for before/after/avoid. */
      .before {
        page-break-before: always;
      }
      .after {
        page-break-after: always;
      }
      .avoid {
        page-break-inside: avoid;
      }
      /* Big and bigger elements. */
      .big {
        height: 10.9in;
        background-color: yellow;
        border: 1px solid black;
      }
      .fullpage {
        height: 11in;
        background-color: fuchsia;
        border: 1px solid black;
      }
      .bigger {
        height: 11.1in;
        background-color: aqua;
        border: 1px solid black;
      }
      /* Table styling */
      table {
        border:1px solid black;
        border-collapse: collapse;
      }
      td {
        border: 1px solid black;
      }