body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.boton{
background-size: 60%; /* Tamaño de la imagen */
  height: 30px;  /* Alto del botón */
  width: 30px;  /* Ancho del botón */
  display: table;
  border-radius: 100%;
  cursor: pointer;
  background-color:#F00;
  color:#FFF;
  font-weight:bold;
    box-shadow:
/* Sombras externa */
inset 0 10px 15px rgba(255,255,255,.35), inset 0 -10px 15px rgba(0,0,0,.05), inset 10px 0 15px rgba(0,0,0,.05), inset -10px 0 15px rgba(0,0,0,.05),
/* Sombra interna */
0 5px 20px rgba(0,0,0,.1);
}

/* Al presionar */
.boton:active {
  box-shadow: inset 0 5px 30px rgba(0,0,0,.2); /* Sombra interior */
  background-color:#336699;
  background-size: 55%; /* Cambiamos el tamaño de la imagen */
              }

.boton2{
background-size: 60%; /* Tamaño de la imagen */
  height: 25px;  /* Alto del botón */
  width: 25px;  /* Ancho del botón */
  display: table;
  border-radius: 100%;
  background-color:#F00;
  font-weight:bold;
  background-color:#336699;
  color:#FFF;
  padding:4px 2px 0 2px;
  font-size:15px;
  box-shadow:
/* Sombras externa */
inset 0 10px 15px rgba(255,255,255,.35), inset 0 -10px 15px rgba(0,0,0,.05), inset 10px 0 15px rgba(0,0,0,.05), inset -10px 0 15px rgba(0,0,0,.05),
/* Sombra interna */
0 5px 20px rgba(0,0,0,.1);
}

.texto{ font-size:28px;
background-color:#F0F8FC;
text-align:center;
width:30px;
height:30px;
float:left;	     
padding:10px 0 0 0;
margin:3px; 
 /*border-bottom-color: #00FF00;*/
border-bottom: 3px solid #369;
	}
.main{margin:0 auto; width:1000px; height:420px; background-image:url(galerya/fondo.jpg); padding:25px 0 0 0;}
.fondo1{width:800px; height:300px; }	
.fondo2{margin:10px 0 0 10px; font-size:14px; text-align:justify;}
.jugar{background-color:#F00; color:#FFF; width:80px; height:25px;}
.ogame1{width:250px; height:220px; float:left;}
.ogame2{background-image:url(galerya/fondo.jpg); width:500px; height:220px; float:left; font-size:18px; text-align:justify;}
.ogame3{background-image:url(galerya/fondo.jpg); width:250px; height:220px; float:left;}
.endgame1{width:500px; background-color:#F00; color:#FFF; padding:15px; font-size:20px;}
.endgame2{width:500px; background-color:#060; color:#FFF; padding:15px; font-size:20px;}