.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.caja-noticia{
	border: 1px solid rgba(41, 41, 41, 0.07);
    border-radius: 10px;
    background: #fff;
    font-family: 'Roboto';
    color: #757575;
    box-shadow: 4.5px 7.794px 7.52px 0.48px rgba(41, 41, 41, 0.07);

}
.caja-noticia img{
	border-radius: 10px;
	margin-bottom: 43px;
	box-shadow: 4.5px 7.794px 7.52px 0.48px rgba(41, 41, 41, 0.1);
}

.foot-notice{
	margin-bottom: 50px;
}

.foot-notice .fecha{
	color: #757575;
	font-size: 12px;
}

.foot-notice .next{
	font-size: 12px;
}

.foot-notice .prev{
	font-size: 12px;
}

.foot-notice a{
	color: #757575;
}
.foot-notice .centro{
	text-align: center;
}

.content-title-notice{
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.content-title-notice .fecha{
	    color: rgba(255,255,255,0.5);
    font-size: 13px;
}
.share-notice{
	text-align: center;
}

.fondo-color{
	background: #eee!important;
}
.content-recomendacion, .content-comentario{
	padding-top: 20px;
    color: #757575;
    font-size: 15px;
}
.content-opcional{
	padding: 9px;
	text-align: center;
}
.content-boton{
	text-align: center;
	position: absolute;
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 40%;
}
.content-opcional:hover .titulo-opcional{
	display: none;
}
.content-opcional:hover .content-opcional-inner{
	filter:none;
	-webkit-filter:none;
}
.content-opcional:hover .content-boton{
	/*display:block!important;*/
	visibility: visible!important;;
}
.comment{
	background: #fff;
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 34px;
}
.fecha-opcional{
	font-size: 0.8em;
	color: rgba(255,255,255,0.7);
}
.content-opcional-inner{
	height: 150px;
    background-size: cover;
    background-position: center center;
    /*border: 4px solid #FFF;*/
    border-radius: 8px;
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
}
.boton-leer, .boton-leer:hover{
	border-radius: 20px;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    text-decoration: none;
}
.title-publicacion{
	font-size: 18px;
    font-weight: bold;
}
.fb{
	padding-bottom: 5px;
	}
.tw{
	padding-bottom: 5px;
   }

@media(min-width: 300px) and (max-width: 490px){
	.content-title-notice{
		margin-top: -70%;
	}
}
@media(min-width: 491px) and (max-width: 650px){
	.content-title-notice{
		margin-top: -50%;
	}
}
@media(min-width: 651px) and (max-width: 767px){
	.content-title-notice{
		margin-top: -45%;
	}
}
@media(min-width: 768px) and (max-width: 990px){
	.content-title-notice{
		margin-top: -30%;
	}
}
@media(max-width:990px){
	
	.caja-noticia{
		margin-top: 4%;
	}

}

@media(min-width:991px){
	
	.content-title-notice{
		margin-top: -25%;
	}
	.caja-noticia{
		margin-top: -16%;
	}
}

@media(min-width: 768px){
	.titulo-opcional{
		position: absolute;
	    top: 20%;
	    z-index: 100;
	    color: #fff;
	    padding: 11px;
	    width: 92%;
	}
	.caja-noticia{
		  padding: 56px 64px;
	}
	.foot-notice .next{
		text-align: right;
	}
	.content-recomendacion .title-publicacion{
		padding-left: 26px;
	}
	.fb{
		text-align: right;
	}
	.tw{
		text-align: left;
	}
}

@media(max-width: 768px){
	.content-contenido-noticia a{
	word-wrap: break-word;
}  
	.titulo-opcional{
		position: absolute;
	    top: 20%;
	    z-index: 100;
	    color: #fff;
	    padding: 11px;
	    width: 95%;
	}
	.foot-notice .next{
		text-align: center;
		margin-bottom: 10px;
	}
	.foot-notice .prev{
		text-align: center;
		margin-bottom: 10px;
	}
	.content-recomendacion{
		text-align: center;
	}
}
/*
@media(min-width:1200px){
	
	.content-title-notice{
		margin-top: -18%;
	}
	.caja-noticia{
		margin-top: -20%;
	}
}*/