@charset "utf-8";
/* CSS Document */
@font-face{
   font-family: "boo";
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/boo.ttf);
}
@font-face{
   font-family: "Garabatos";
   src: url(../fonts/Garabatos.ttf);
}
@font-face{
   font-family: "GarabatosBold";
   src: url(../fonts/GarabatosBold.ttf);
}

html{ overflow: auto; }
body,html {
margin: 0px;
padding: 0px;
font-family: Tahoma, Geneva, sans-serif;
line-height: 28px;
font-size: 22px;
}
#contenedor_print {
	width: 100%;
	min-width: 1024px;
	margin:auto;
}
#contenido_print {
	display: table;
	width: 100%;
	margin-top: 5px;
	text-align:center;
}
#contenido_resultados {
	display: table;
	width: 80%;
	margin-top: 5px;
	padding: 10%;
	padding-bottom: 10px;
	border: 1px solid #F90;
	border-radius: 5px;
	text-align:center;
}
#contenido_result_resta {
	display: table;
	width: 100%;
	margin-top: 5px;
	border: 1px solid #F90;
	border-radius: 5px;
	background:rgba(255,255,255,0.8);
	text-align:center;
}
.mos {
  width: 80%;
  margin:auto;
  	padding-bottom: 10px;

}
.tablas {
	width: 160px;
	float: left;
	text-align:center;
	margin: 5px;
	border: 1px solid #F90;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.4);
}
.tablasxxl {
	width: 200px;
	float: left;
	text-align:center;
	margin: 5px;
	border: 1px solid #F90;
	border-radius: 5px;
	background-color: #CCC;
}
.tablas_resta {
	width: 224px;
	float: left;
	text-align:center;
	margin: 5px;
	border: 1px solid #F90;
	border-radius: 5px;
	background-color: #CCC;
}
#hacertabla {
font-size: 24px;
width: 250px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
border: 2px solid #666;
border-radius: 5px;
background:rgba(255,255,255,0.8);
}
#hacerrestas {
	display: table;
	font-size: 24px;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 2px solid #666;
	border-radius: 5px;
	background-image: url(../imagenes/bg_contenidos.jpg);
	background-repeat: repeat;
}
#resultados {
display: table;
font-size: 24px;
width: 90%;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
}

.resaltadosangria{
	padding-left: 25px;
	font-family: "Garabatos";
	font-size: 16px;
}
.resaltado {
	font-family: "Garabatos";
	font-size: 16px;
}
.resaltadobold {
	font-family: "GarabatosBold";
	font-size: 22px;
}
.resaltadobold18 {
	font-family: "GarabatosBold";
	font-size: 18px;
}
.resaltadobold16 {
	font-family: "GarabatosBold";
	font-size: 16px;
}
.resaltadoboldAciertos {
	text-align: center;
	font-family: "GarabatosBold";
	font-size: 22px;
	padding: 10px;
}
h1, h2, h3, h4, h5, h6 {
text-align:center;	
}
h1 {
 font-size: 36px;
}
h2 {
 font-size: 24px;
}
h3 {
 font-size: 18px;
}
h4 {
 font-size: 14px;
}
h3.frase {
font-family: "GarabatosBold";
}
h5 {
 font-size: 10px;
}
article_print {
position: relative;
padding: 10px 25px 25px 25px;
text-align: left;
font-size: 14px;	
}
.espacioletras {
	letter-spacing: 2px;
}
.cajaDivision {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 7px;
	width: 50px;
}
.cocienteUsuario {
	letter-spacing: 2px;
	text-align: left;
	padding-left: 8px;
}
.linea {
	width: 150px;
	height: 2px;
	border-top: 2px solid #000;	
}
.separador {
	width: 100%;
	height: 8px;
}
.linea_aside {
	width:80%;
	margin: auto;
	border-top: 3px  solid #CCC;
	border-top-style: ridge;
}

.problemas {
	color: black;
	cursor: pointer;
	width: 100%;
	border: 2px solid #CCC;
	border-style: ridge;
	border-radius: 5px;
	text-align:left;
	background-color:  rgba(204, 204, 204,0.5); 
	background-image: url(../imagenes/bg_problema.png);
	transition: all 0.5s;
}
.problemas:hover {
	background-color: white;
	color:#003;
	
}
.problemas h4, .solucion_problemas h4 {
	padding: 0px 10px;
    text-align: left;
	text-decoration:underline;
}
.solucion_problemas h4 {
	margin-bottom:10px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.problema {
	font-family: "boo";
	font-size: 16px;
	text-align:justify;	
	padding: 0px 10px;
}
.solucion_problemas {
	position: relative;
	line-height: 24px; 
	color: black;
	width:95%;
	margin: 5px auto;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align:left;
	padding: 10px
}
/* fin formulario_contacto y registro */
/** Hacer ejercicios **/
.ejercicios {
	border-radius: 5px;
}
table.ejercicios {
	padding: 10px;
	width: 98%;
	margin: auto;
	margin-top: 10px;
    border: 1px solid #666;
	background:rgba(255,255,255,1);
}
table.ejercicios {
	margin-top: 10px;
}
table.ejercicios th {
	text-align:center;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding: 5px;
	border: 1px solid black;
}
table.ejercicios td {
padding-left: 10px;	
padding-top: 10px;
}
table.ejercicios td.solucionfinal {
	border-top: 1px solid black;
	padding-bottom:10px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
form.soluciones_print input {
 padding: 3px;
 padding-bottom: 0px;	
}
input.datos, input.calcula, input.solucion{
	border: 0 none;
	background: none repeat scroll 0 0 transparent;
	outline: medium none;
}
input.datos, input.calcula {
	font-family: "boo";
	font-size: 16px;
	background: transparent;
	border: 0;
	border-bottom:1px dotted #999;	
}
input.calcula {
	text-align: right;
}
input.solucion {
	font-family: "boo";
	font-size: 16px;
	text-align:center;
	background: transparent;
	border: 0;
    border-bottom:1px dotted #999;
}
input.solucion:focus, input.datos:focus, input.calcula:focus {
	border-bottom:1px dotted #09F;	
}
input.resultado {
	font-family: "boo";
	font-size: 16px;
	text-align: center;
	border: 2px solid #39F;
	border-radius: 4px;
}
input.signo {
	font-size: 18px;
	width:20px;
	height: 20px;
	vertical-align: middle;
	text-align:center;
	background: transparent;
	border:1px dotted #999;
	border-radius: 20px;

}

.texto {
	margin-top: 8px;
	height:20px;
	padding-right: 40px;
	padding-left: 5px;
 	overflow: hidden;
	text-align:center;
}
#ayuda:hover {
	cursor: pointer;
	width: 600px;
	color:#000;
	background-color: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(33, 117, 188, 0.5);
	-moz-box-shadow:    0px 0px 5px 5px rgba(33, 117, 188, 0.5);
	box-shadow:         0px 0px 5px 5px rgba(33, 117, 188, 0.5);
}
.margen {
	padding: 30px;
	line-height: 36px;
}

.caja {
  margin: 10px;
  margin-bottom: 12px;
}
/* fin Hacer ejercicios */
/*  DIVISIONES  */
.divisiones {
	width: 160px;
	float: left;
	text-align:center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #F90;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.4);
}
.boxdivision {
	text-align: left;
	font-size:24px;
	padding-left:7px;
	padding-bottom:0px;
	padding-top: 1px;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(000,000,000,0.2);
	border-radius: 5px;
	transition: all 0.2s;
}
.boxdivision:focus {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(000,000,255,0.4);
	box-shadow: 0px 0px 4px 1px rgba(33,117,188, 0.75);
}
.boxresto {
	text-align: center;
	font-size:24px;
	background-color: rgba(0,0,0,0.06);
	border: 1px solid rgba(000,000,000,0.0);
	border-radius: 5px;
	transition: all 0.2s;
}
.boxresto:focus {
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(000,000,000,0.2);

}