.librodvdpelicula .unasolalinea{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
        margin: 2px 0;
}
.iconsList{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	float: right;
  }

.iconsList .print-icon{
	float: left;
	visibility:collapse;
	width: 25px;
	margin: 0 0 0 10px;
 }
 
.iconsList .print-icon span{
	visibility:visible;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}


.iconsList .print-icon .icon-print:before {
  content: "\e045";
}

.iconsList .print-icon .icon-file {
	font: normal normal normal 24px/1 FontAwesome;
}
.iconsList .print-icon .icon-file:before {
 content: "\f1c1";
}


.iconsList .print-icon .dotEPUB{
	cursor: pointer
}


ul.noticias_portada{
	padding: 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#viaje-papa.col-md-12b{
	width: 100%;
	float: left;
	background-color: #ff884d;	
	padding: 25px;
	margin-bottom: 20px;
	border-radius: 4px;
}
#viaje-papa .pope{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	border-radius: 5px;
	background-size: 150%;
}
#viaje-papa .media-body2{
	display: inline-block;
    vertical-align: top;
    width: 225px;
    padding-left: 15px;
}
  
}
#viaje-papa .media-heading2{
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 700;
	
}
#viaje-papa .media-heading2 a{
	color: #ffffff;
	text-decoration: none;
}