.contenido-noticia-especifica{
	background: #0c0c0c;
}

.formulario-editar-noticias h3{
	color: white;
}

.formulario-editar-noticias label{
	color: white;
	float: left;
}

.formulario-editar-noticias button{
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.formulario-editar-noticias button:hover{
	background: black;
	color: white;
}

.imagen-noticia-especifica{
	display: none;
}

.imagen-noticia-especifica img{
	width: 100%;
	height: 300px;
}

.detalles-noticia-especifica{
	display: none;
	color: white;
}

#calendario-noticia-especifica{
	margin-right: 2%;
	width: 20px;
	height: 20px;
}

#reloj-noticia-especifica{
	margin-right: 2%;
	width: 20px;
	height: 20px;	
}

#ubicacion-noticia-especifica{
	margin-right: 2%;
	width: 20px;
	height: 20px;	
}

.detalles-noticia-especifica h6{
	text-align: justify;
	color: white;
}

.total-noticia-especifica{
	display: none;
	background: #1f1f21;
}

.total-noticia-especifica h5{
	text-align: justify;
	color: white;
}

.mas-noticias-especifica{
	display: none;
	height: 600px;
	border:solid white 2px;
	overflow-y: scroll;
}

.mas-noticia-especifica-lateral{
	width: 90%;
	height: 200px;
	margin-left: 5%;
	color: white;
}

.mas-noticia-especifica-lateral img{
	width: 100%;
	height: 150px;
	margin-top: 15%;
}

#noticia-especifica-letra{
	font-family: BreeSerif;
	color: white;
}

.mas-noticia-especifica-lateral h5{
	margin-top: 5%;
	text-align: center;
	width:80%;
    color:white;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.mas-noticia-especifica-lateral p{
	font-size: 11px;
	text-align: justify;
}

.mas-noticia-especifica-lateral button{
	margin-top: 2%;
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.mas-noticia-especifica-lateral button:hover{
	background: black;
	color: white;
}

.video-noticia iframe{
	width: 100%;
	height: 315px;
}

.mapa-noticia iframe{
	width: 100%;
	height: 315px;
}


