/*
Radiografía de los Mercados



.datagrid table { border-collapse: collapse; text-align: left; width: 100%; }
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, .datagrid table th { padding: 5px 8px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');background-color:#8C8C8C; color:#FFFFFF; font-size: 14px; font-weight: bold; border-left: 0px solid #A3A3A3; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #7D7D7D; border-left: 0px solid #DBDBDB;font-size: 12px;border-bottom: 1px solid #ADADAD;font-weight: normal; }.datagrid table tbody .alt td { background: #EBEBEB; color: #7D7D7D; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }
*/


#hor-minimalist-b
{
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 10px;
	background: #fff;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
    font-weight: 600;
    line-height: 25px;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #9B9B9B;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #000000;
	padding: 3px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}



.triangulo-equilatero-bottom {
     width: 0px;
     height: 0px;
     position: relative;
     top: -12px;
     border-right: 8px solid transparent;
     border-top: 8px solid transparent;
     border-left: 8px solid transparent;
     border-bottom: 8px solid #9B9B9B;
}
