.cuerpo_noticia {
width:100%;
}

#emolmlt-notafotos {
font-family: Arial, Helvetica, sans-serif;
display: block;
list-style-type: none;
padding:0px;
margin:0px;
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: #3a82c8;
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;
}

@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;
}

}


/*#emolmlt-notafotos span {
padding: 8px 15px;
background-color: #DC4136;
color: #fff;
display: block;
font-size: 13px;
line-height: 18px;
}*/


















































