div#nota_tabla_emol {
display: block;
clear:both;
max-width: 709px;
margin-bottom:15px;
box-sizing: border-box;
line-height: 14px;
}

div.header_nota_tabla {
padding:8px;
background-color:#367dcc;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
text-align: center;
display: block;
clear:both;
font-size:14px;
line-height: 14px;
font-weight:bold;
border: 1px solid #367dcc;
border-bottom: none;
box-sizing: border-box;
max-width: 709px;
border-bottom: 1px dotted #649ede;
}

div#nota_tabla_emol .tablaennoticia {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
border-style:solid;
border-width:0px;
border-color:#eae8e7;
width:100%;
}

div#nota_tabla_emol .tablaennoticia tbody td:first-child {
border-left: 1px solid #ccc;
}

div#nota_tabla_emol .tablaennoticia tbody td:last-child {
border-right: 1px solid #ccc;
}

div#nota_tabla_emol .tablaennoticia td {
border-bottom: 1px dotted #ccc;
vertical-align:top;
padding:5px 4px;
text-align: left;
}

div#nota_tabla_emol .tablaennoticia tr.fila-sinborde td {
border-bottom: none;
}

div#nota_tabla_emol .tablaennoticia td.tabla-destacado {
font-weight: bold;
color: #367DCC;
}

div#nota_tabla_emol .tablaennoticia th {
/*background-color: #275576;*/
background-color: #367DCC;
color: #fff;
text-align:left;
padding:5px 4px;
font-weight: bold;
position: relative;
}

div#nota_tabla_emol .tablaennoticia thead th[data-txt]:after {
content: attr(data-txt);
display: block;
background-color: #367DCC;
height: 100%;
line-height: 24px;
position: absolute;
width:100%;
top:0px;
left:0px;
}

div#nota_tabla_emol .tablaennoticia th:first-child {
/*border-left: 1px solid #275576;*/
border-left: 1px solid #367DCC;
}

div#nota_tabla_emol .tablaennoticia th:last-child {
/*border-right: 1px solid #275576;*/
border-right: 1px solid #367DCC;
}

div#nota_tabla_emol table.tablaennoticia tbody tr:hover td {
background-color: #f9f9f9;
}

div#nota_tabla_emol table.tablaennoticia tbody tr:last-child td {
border-bottom: 1px solid #ccc;
}

div#nota_tabla_emol div.fuente-tabla {
padding-top:5px;
padding-right:3px;
padding-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-align: right;
display: block;
}

/*Alza o baja*/

#nota_tabla_emol .tablaennoticia tr td div.fa-arrow-up,
#nota_tabla_emol .tablaennoticia tr td div.fa-arrow-down,
#nota_tabla_emol .tablaennoticia tr td div.fa-arrow-right {
display: inline-block;
background-color: #ccc;
font-size:10px;
border-radius:2px;
width:14px;
height: 14px;
line-height:15px;
text-align:center;
color: #fff;
vertical-align: top;
margin-top:1px;
}

#nota_tabla_emol .tablaennoticia tr td div.fa-arrow-up {
background-color: #4CAF50;
}

#nota_tabla_emol .tablaennoticia tr td div.fa-arrow-down {
background-color: #F44336;
}

#nota_tabla_emol .tablaennoticia tr td div.fa-arrow-right {
background-color: #808080;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

@media (max-width: 480px) {

div#nota_tabla_emol .tablaennoticia thead th[data-abbr]:after {
content: attr(data-abbr);
display: block;
background-color: #367DCC;
height: 100%;
line-height: 24px;
position: absolute;
width:100%;
top:0px;
left:0px;
}

}