#barraaceptacion {
	display:none;
	position: fixed;
		    bottom: 0px;
		    left: 0px;
		    width: 100%;
		    z-index: 999999;
}

.innner {
	border-top:2px #090 solid;
		    margin: auto;
		    position: relative;
		    top: 0px;
		    height: 110px;
		    width: 100%;
		    text-align:center;
			color:  #000;
		    background-color: #f9f9f9;
-webkit-box-shadow: 2px 2px 10px 5px #8A8A8A;
box-shadow: 2px 2px 10px 5px #8A8A8A;
padding-top:15px;
		    line-height:15px;
		    font-size:12px;
			font-weight:500;
			text-transform: uppercase;
		    text-align:center;
}

.innner a.ok {padding:4px;color:#27a665;text-decoration:none;font-weight:600;}
.innner a.innfo {padding-left:5px;text-decoration:none;color:#27a665;font-weight:600;}
.youtube-player{
position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("youtube-64.png") no-repeat;
    cursor: pointer;
}