.contenido_destacados{
	max-width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.fotoprop{
	width: 95%;
	height: 200px;
	object-fit: cover;
	border-radius:20px;
}
.foto_thumb{
	width:180px;
	height:100px;
	object-fit:cover;
	display: inline;
	
}



.cajadestacado{
	border-radius:20px;
	background:#FFF;
	padding:0 5px;
	margin: 5px;
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
	width:95%;
}
	
.cajagris{
	background:#F2F2F2;
	font-size:16px;
	padding:10px;
	margin: 0;
	width:100%;}
	
.caja{
	font-size:16px;
	padding:10px;
	margin: 0;
	width:100%;}
	
.derecha
{	text-align:right; }
.centrado
{	text-align: center; }
.izquierda
{	text-align: left; }
.subtitulo{
	font-size:16px;
	font-weight:bold;
	}

@media screen and (min-width: 600px){

.cajadestacado{	width:45%;}
	
}

@media screen and (min-width: 1080px){

.cajadestacado{	width:22%;}
	
}