@font-face{
    font-family: 'Lucida Calligraphy';
    src: url('../fonts/lucida_calligraphy_italic.woff');
}
@font-face{
    font-family: 'Sacramensa';
    src: url('../fonts/Sacramensa.ttf');
}
/*body{
	font-family: 'Lucida Calligraphy', Arial;
	text-align:justify;
	color: black;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(-90deg, #283470, #3a9cff);
}*/
.sacramensa{
	font-family: 'Sacramensa';
	font-size: 50px;
	color: black;
	text-align: center;
	border: 0;
}
#valorenpuntos{
	background: #F5ECCE;
	position: fixed;
	left: 35px;
	bottom: 20px;
}
#caja{
	border: 2px solid #644143;
	margin: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	float: left;
	width: 92%;
	color: white;
	text-align: justify;
}
.epigrafe{
	font-size: 12px;
}
ul {
	list-style-type: none;
}
a{
	text-decoration: none;
	color: inherit;
}
table{
	text-align: center;
	font-size: 16px;
}
.izquierda{
	text-align: left;
}
#volver{
	text-decoration: none;
	color: white;
}
.imagenes{
	float: left;
	padding: 10px;
	margin-top: 10px;
}
.celdaminima td{
	min-width: 70px;
}
.turno td, .fila_atributos td, .fila_datos td, .nombre_datos td{
  border: 0px solid black;
}
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;
	max-width: 310px;
	padding: 5px;
	margin: 5px;
}
#b_continuar{
	clear: both;
}
span{
   	text-align: center;
}
.ba1restar, .ba2restar, .ba3restar, .ba4restar, .ba5restar, .bd1restar, .bd2restar, .bd3restar, .bd4restar, .bd5restar, .bm1restar, .bm2restar, .bm3restar, .bm4restar, .bm5restar, .bhrestar{
	float: left;
}
.ba1sumar, .ba2sumar, .ba3sumar, .ba4sumar, .ba5sumar, .bd1sumar, .bd2sumar, .bd3sumar, .bd4sumar, .bd5sumar, .bm1sumar, .bm2sumar, .bm3sumar, .bm4sumar, .bm5sumar, .bhsumar {
	float: right;
}

@media screen and (max-width:600px) {
body{
	font-size: 14px;
	background-image: linear-gradient(-90deg, #283470, #3a9cff);
}
#caja{
	border: 2px solid #644143;
	margin: 2px 2px 10px 2px;
	width: 94%;
}
table{
	font-size: 10px;
}
.listaizquierda{
	list-style-type: none;
	float: left;
	margin-left: 0;
	padding-left: 0;
}
.listaizquierda li{
	list-style-type: none;
}
.fila_datos{
	font-size: 0.7em;
}
form{
	margin-left: 2px;
}
.imagen{
  width: 90%;
}
}