/*@font-face{
    font-family: 'Lucida Calligraphy';
    src: url('lucida_calligraphy_italic.woff');
}
body{
	font-family: 'Lucida Calligraphy', Arial;
	text-align:justify;
	color: black;
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#caja{
	margin: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	float: left;
	width: 92%;
}*/

.epigrafe{
	font-size: 12px;
}
ul {
	list-style-type: none;
}
a{
	text-decoration: none;
	color: inherit;
}
table{
	text-align: center;
}
.izquierda{
	text-align: left;
}
#volver{
	text-decoration: none;
	color: white;
}
/*ultimo cambio añadido*/
/*img{
  border: 5px solid red;
  max-width: 300px;
  height: 100%;
}
.imagenes{
	float: left;
	padding: 10px;
	margin-top: 10px;
}*/
.celdaminima{
	margin: 0;
}
.celdaminima td, .celdaminima th{
	min-width: 40px;
}
#turno, #fase{
	color: blue;
}
button{
	background-color: #F5ECCE;
	border-radius: 12px;
	-moz-box-shadow: inset -2px -2px 2px 2px #888;
	-webkit-box-shadow: inset -2px -2px 2px 2px #888;
	box-shadow: inset -2px -2px 2px 2px #888;
}
form{
	float: left;
	border: 2px solid #644143;
	width: 300px;
	margin: 10px;
	padding: 0 10px 10px 10px;
}
#b_continuar{
	clear: both;
}
#tabla_contador{
	background-color: #F5ECCE;
  border-radius: 12px;
}
.weapon{
    text-align: left;
    padding-left: 20px;
}
span{
   	text-align: center;
}
.ba1restar, .ba2restar, .ba3restar, .ba4restar, .ba5restar, .bd1restar, .bd2restar, .bd3restar, .bd4restar, .bd5restar, .bm1restar, .bm2restar, .bm3restar, .bm4restar, .bm5restar{
	float: left;
}
.ba1sumar, .ba2sumar, .ba3sumar, .ba4sumar, .ba5sumar, .bd1sumar, .bd2sumar, .bd3sumar, .bd4sumar, .bd5sumar, .bm1sumar, .bm2sumar, .bm3sumar, .bm4sumar, .bm5sumar {
	float: right;
}