.cuerpo_noticia {
width:100%;
}

#emolmlt-notafotos {
font-family: Arial, Helvetica, sans-serif;
display: block;
width:100%;
max-width: 709px;
float: left;
}

#emolmlt-notafotos li > img {
width:100%;
}

#emolmlt-notafotos li.emolmlt-foto-mini img {
width:50%;
float: right;
margin-left:10px;
margin-bottom:10px;
}

#emolmlt-notafotos > ul {
list-style-type: none;
padding:0px;
margin:0px;
}

#emolmlt-notafotos > ul li {
background-color: #efefef;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}

#emolmlt-notafotos > ul li p {
font-size: 14px;
line-height: 20px;
margin:0px;
padding: 15px;
}

#emolmlt-notafotos > ul h4 {
background-color: #0258a1;
color: #fff;
margin: 0px;
font-weight: bold;
font-size: 16px;
padding: 8px 15px;
}

#emolmlt-notafotos span {
padding: 8px 15px;
background-color: #DC4136;
color: #fff;
display: block;
font-size: 13px;
line-height: 18px;
}

/*Embed video responsive*/

#emolmlt-notafotos div.video-embed-responsive {
width:100%;
position: relative;
}

#emolmlt-notafotos div.video-embed-responsive img {
width:100%;
height: auto;
}

#emolmlt-notafotos div.video-embed-responsive iframe {
position: absolute;
top:0px;
left:0px;
border:0px;
width:100%!important;
height:100%!important;
}

/*Créditos para fotos*/

#emolmlt-notafotos div[data-credito] {
width:100%;
position:relative;
}

#emolmlt-notafotos div[data-credito] > img {
width:100%;
}

#emolmlt-notafotos div[data-credito]:after { 
content: attr(data-credito);
position: absolute;
right:0px;
bottom:0px;
background-color: #000;
background-color: rgba(0,0,0,0.7);
font-size: 11px;
padding: 2px 7px;
color: #e0e0e0;
}

#emolmlt-notafotos abbr {
text-decoration: none;
background-color: #0086cd;
color: #fff;
font-size: 20px;
height: 30px;
line-height: 30px;
width: 30px;
font-weight: normal;
margin-right:10px;
text-align: center;
border-radius: 2px;
}

#emolmlt-notafotos li > ol {
list-style-type: none;
padding:15px;
margin:0px;
}

#emolmlt-notafotos > ul li ol li {
border-bottom: 1px dotted #cccccc;
margin-bottom: 5px;
padding-bottom: 5px;
line-height: 28px;
}

#emolmlt-notafotos > ul li ol li.jjoo-separador {
margin-top:5px;
border-bottom: 6px solid #adb8c3;
margin-bottom: 15px;
}

#emolmlt-notafotos > ul li ol li:last-child {
border-bottom: none;
}

#emolmlt-notafotos table {
width:100%;
border-collapse: collapse;
margin-top:15px;
line-height: 20px;
}

#emolmlt-notafotos table th {
font-size: 12px;
background-color: #0086cd;
color: #fff;
padding: 5px 0px;
}

#emolmlt-notafotos table td {
background-color: #fff;
font-size: 12px;
padding: 5px 0px;
border-bottom: 1px dotted #efefef;
}

#emolmlt-notafotos table td img {
margin-bottom:-6px;
margin-right:2px;
margin-left:5px;
height: 20px;
}

#emolmlt-notafotos table tr:last-child td {
border-bottom: 1px solid #efefef;
}

#emolmlt-notafotos table td:first-child,
#emolmlt-notafotos table th:first-child,
#emolmlt-notafotos table td:nth-child(2),
#emolmlt-notafotos table th:nth-child(2) {
text-align: center;
}

@media (max-width: 600px) {

#emolmlt-notafotos li.emolmlt-foto-mini img {
width:100%;
float: none;
margin-left:0px;
}

#emolmlt-notafotos div[data-credito]:after { 
font-size: 10px;
line-height: 17px;
padding: 0px 5px;
}

}

@media only screen and (max-width: 380px) {
#emolmlt-notafotos table td {
font-size: 11px;
}
}