/*!
* lazyYT (lazy load YouTube videos)
* v1.1.1 - 2015-07-09
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/

.containerYT {
   margin: 0em auto;
   width: 285px;
   max-width: 285px;
}
.detalleNota #grid{
	
	-webkit-padding-before:300px;
	-moz-padding-before:300px;
}
.grid .item {
    display: inline-block;
    width: 32%;
    margin-left: 0em;
    margin-bottom: 1%;
 }


.detalleNota #grid .item {
    display: inline-block;
    width: 100%;
    margin-left: 0em;
    margin-bottom: 1%;
 }

.lazyYT-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
}

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
 * Video Title (YouTube style)
 */

.lazyYT-container .html5-info-bar {
	
  position: absolute;
  top: 0;
  /*z-index: 935;*/
  z-index: 1;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
   transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px;
}

.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/*
 * Play button (YouTube style)
 */

.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1;
  opacity: .9;
}

.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}

/*
 * Video time (YouTube style)
 */

.video-time {
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 14px;
  padding: 0 4px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #fff !important;
  background-color: #000;
  opacity: .75;
  filter: alpha(opacity=75);
  zoom: 1;
}

/**Flickr Album style**/

section {
	display: block;
	clear: both;
	overflow: auto;
	width: 800px;
}

#multimedia .photoflickr, #noticias .photoflickr {
	margin: 0.5em 0.3em;
}

#multimedia .thumbholder, #noticias .thumbholder {
	
    width: auto;
    height: auto;
    margin: 1em 0em; 
    
}



.thumbholder {
    display: inline-block;
    float: left;
    margin: 0.3em;    
    /*width:32%;*/
    height: 200px;
    overflow:hidden;    
}

.listaudu .thumbholder {
	
	margin: 0em 0.3em;
}

.thumbholder .setTitle {
	font-size: 0.8em;
	height: 50px;
	overflow: hidden;
		
}

.total {
	
	visibility: hidden;
	
}
