.logo{

	max-height:16px;
	width:16px;
	display: inline-block;
}

.logo2{

	max-height:1.5em;
	#width:16px;
	display: inline-block;
}

.dato{
	
	width:4%;
	display:inline-block;
	font-size:10pt;
	text-align:right;
}

.dato_lg{
	
	width:8%;
	display:inline-block;
	font-size:10pt
}

.dato_rival{
	
	width:18%;
	display:inline-block;
	font-size:10pt
}

.fotodiv{

	width:49%;
	display: inline-block;
	
}

.foto{
	
	#max-width:50%;
	
}

.default{
	
	background-image: url("../img/homestadium.png");
	background-repeat: no-repeat;	
	#background-size: contain;
	background-size: 100vw 100vh;
	
}

/*
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
*/

.descripcion{
  #display: flex;
  align-items: center;
  justify-content: center;
  background-color:rgba(0,0,255,0.5);
  color:white;
  width:75%;
  margin:auto;
	
	
}

.fila{
	border: solid 1px Gainsboro;
	
}

.foto{

	#max-height:4em;
	max-width:100%;
	display: inline-block;
}


@media only screen and (max-width: 600px) {
 .default {
    background-image: url("../img/homestadiummov.png");
  }
  
  .foto{

	max-width:4em;
	#height:100%;
	display: inline-block;
   }
   
   .container{
	   
	 width:100%  
   }
   
   .inv{
	  display:none; 
	   
   }
}