.container_resultados{
	background-color: #F4F4F4;
	}

.contenido_resultados{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
	max-width:1300px;
}

.resultado_individual{
	width:100%;
	margin: 10px;
	background:rgba(255,255,255,1); }
	
.resultado_titulo{
	border-bottom: 5px solid #B5323B;
	padding:5px;
	font-size:14px;}
	
.resultado_flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.resultado_foto{
	width:90%;
	margin:1px;
}
.foto_thumb{
	width:80px;
	height:80px;
	object-fit:cover;
	display: inline;
	margin:1px;
	border-radius:5px;
	
}



.resultado_texto{
	width:90%;
	font-size:14px;
	padding: 10px;
	margin:1px;
	text-align:left;
}	
	
.fotoprop{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius:10px;
}
.fotoplano{
	width: 100%;
	height: 300px;
	object-fit: contain;
	border-radius:10px;
}
	
.cajagris{	background-color:#F2F2F2;}

.derecha
{	text-align:right; }
.centrado
{	text-align: center; }
.izquierda
{	text-align: left; }
.negritas
{	font-weight: bold;}

.lineapunteada
{	border-bottom: 3px dotted #ccc;
	margin:5px;}
	
.btn{
	display:block;
	text-align:center;
	text-decoration:none;
	background: rgba(44,47,111);
	color:#FFF;
	padding:10px;
	margin: 0;}
	

.enlaceblanco:link,.enlaceblanco:visited ,.enlaceblanco:active {
	color:#FFF; 
	font-weight:bold;
	text-decoration: none;
}
.enlaceblanco:hover {
	color: #FF0;
	font-weight:bold;
}
	
@media screen and (min-width: 880px){

	
.resultado_foto{
	width:70%;
}

.resultado_texto{
	width:29%;
}
.fotoprop{
	height: 500px;
}
.fotoplano{
	height: 400px;
}
}

