@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


.titulo {
  font-size:80px;
}


.bg {
  /* Color de la fuente */
  color:white;

  /* The image used */
  background-image: url("../img/msp_1812_4083.jpg");

  /* Full height */
  height: 700px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  margin-top:-230px;
}

/* POSICIÓN GENERAL DE LOS OBJETOS */
.index_full_content {
  margin-left: 300px;
  /* margin-top: 300px; */
}

th, td{
	padding:5px 10px 5px 10px;
}

/* FIN POSICÓN GENERAL DE LOS OBJETOS */

/* CONTENEDOR DE LOS BOTONES
------------------------------------------- */

.buttonContainer{
	margin-top:100px;
	text-align:left;
}

h1{
	color:rgba(69, 69, 69, 1);
	line-height:2em;
}

/* FIN CONTENEDOR DE LOS BOTONES
------------------------------------------- */


/* CSS DEL BOTÓN
------------------------------------------- */

a.button{
  display:inline-block;

	font:normal normal 300 1.3em 'Open Sans';
	text-decoration:none;

	color:rgba(28, 190, 131, 1);
	brackground-color:transparent;
	border:1px solid rgba(28, 190, 131, 1);
	border-radius:100px;

	padding: .3em 1.2em;
	margin:5px;

	background-size: 200% 100%;
	background-image: linear-gradient(to right, transparent 50%, rgba(28, 190, 131, 1) 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

a.button:hover{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(28, 190, 131, 1);
	background-position: -100% 100%;
}

/* FIN CSS DEL BOTÓN
------------------------------------------- */

/* JUGADORES */

/* .jugadores, table{
  text-align:center;
  margin:0 auto;
} */

/* FIN JUGADORES */



/* FOOTER */

footer {
  padding:30px;
}

/* FIN FOOTER */
