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:6px 0px;
background-color:#F7F7F7;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-align: center;
display: block;
clear:both;
font-size:12px;
font-weight:bold;
border: 1px solid #d3d3d3;
border-bottom: none;
box-sizing: border-box;
max-width: 709px;
}

div#nota_tabla_emol .tablaennoticia {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height: 24px;
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;
}

#nota_tabla_emol .tablaennoticia tr td {border-bottom:1px solid #eee; width:50%; padding: 10px 4px;}

div#nota_tabla_emol .tablaennoticia td {
border-bottom: 1px solid #eee;
width:50%;
vertical-align:top;
padding:10px 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 {
border-color: #367DCC;
background-color: #367DCC;
color: #fff;
text-align:center;
padding:7px;
font-weight: bold;
}

div#nota_tabla_emol .tablaennoticia th:first-child {
border-left: 1px solid #367DCC;
}

div#nota_tabla_emol .tablaennoticia th:last-child {
border-right: 1px solid #367DCC;
}

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;
}

/*Caja frases*/

#nota_tabla_emol td > div {
position: relative;
padding: 8px 15px;
margin-bottom:15px;
}

#nota_tabla_emol td > div:before {
content: "“";
position: absolute;
left: 130px;
top: 50px;
font-size: 120px;
z-index: -1;
line-height: 0px;
font-style: normal;
color: #eee;
}

#nota_tabla_emol td > div:after {
content: "”";
position: absolute;
right: 10px;
bottom: -20px;
line-height: 0px;
font-size: 120px;
z-index: -1;
font-style: normal;
color: #eee;
}

#nota_tabla_emol td > span {
font-size: 12px;
line-height: 18px;
padding-top:10px;
margin: 0px 10px 0px 140px;
display: block;
color: #797979;
text-align: right;
}

#nota_tabla_emol td > span b {
color: #367dcc;
}

#nota_tabla_emol td img {
float: left;
width: 110px;
margin-right:20px;
margin-bottom:8px;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}