.contenedor{

margin-left: 15px;
margin-right: 15px;

}

@media screen and (max-width: 600px) {
.ocultar{
display:none;
}

.partido{
width: 100%;
height: 30px;
background-color: #444444;
color: white;
border-radius: 2px;
text-align: center;
margin-top: 15px;
}

.partido-linea{
width: 100%;
height: 30px;
background-color: #F3B85D;
color: white;
border-radius: 2px;
text-align: center;
margin-top: 15px;
}

.alerta-inicio{

display: none;

}

.PC{

display: none;
	
}


}

.bordo{
border: 1px solid black;
}

.bordo2{
border: 1px solid white;
}

.envivo{

background-color: red;
color: white;
border-radius: 10px;
}

.envivo2{
width: 80px;
background-color: red;
color: white;
border-radius: 5px;
text-align: center;
}

.envivo2{
width: 80px;
background-color: red;
color: white;
border-radius: 5px;
text-align: center;
}


@media screen and (min-width: 600px) {

.partido{
width: 100%;
height: 30px;
background-color: #444444;
color: white;
border-radius: 2px;
display: flex;
align-items: center;
}

.partido-linea{
width: 100%;
height: 30px;
background-color: #F3B85D;
color: black;
border-radius: 2px;
display: flex;
align-items: center;
}

.alerta-inicio{

background-color: #E80202;
color: white;

}


.partido2{
margin-left: 20px;
}

.partido3{
margin-left: 50px;
}

.CEL{

display: none;
	
}

.img-tamano{

height: 480px;

}

}

.proximo{
background-color: #0090BA;
color: white;
border-radius: 10px;
}

.proximo2{
width: 80px;
background-color: #0090BA;
color: white;
border-radius: 5px;
text-align: center;
}

.texto {
  font-size:15px;
  font-family:helvetica;
  font-weight:bold;
  color:#71d90b;
  text-transform:uppercase;
  position: relative;
  left: 120px;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.parpadea2 {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.espacio{

margin-top: 5%;

}

.espacio2{

margin-top: 20%;

}

.espacio3{

margin-top: 45%;

}

.boton-salir{

margin-left: 60px;
background-color: #4c4c4c;
color: white;
border-radius: 20px;
width: 100px;

}

.boton-salir:hover{

margin-left: 60px;
background-color: #4c4c4c;
color: white;
border-radius: 20px;
width: 100px;

}






