@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);
}
*{
	padding: 0;
	margin: 0;
}
html{ overflow: auto; }
body,html {
margin: 0px;
padding: 0px;
background:#ebebeb;
font-family: Tahoma, Geneva, sans-serif;
line-height: 28px;
font-size: 22px;
}
a {
text-decoration: none;	
}
a:hover{
color:	#FC6;
text-decoration: none;	
}
#fondo{
	background:url(../imagenes/bg.jpg) center top repeat-x;
	-webkit-background-size:auto 614px;
	background-size:auto 614px
}
#contenedor {
	width: 960px;
	margin:auto;
	background-image: url(../imagenes/bg_contenido.jpg);
	background-repeat: repeat;	/*background: rgba(180, 150, 110,0.8);*/
}
#contenedor_print {
	width: 100%;
	margin:auto;
	background: #FFF;
}
#contenido {
	display: table;
	width: 100%;
	margin-top: 5px;
	border-top: 3px  solid #CCC;
	border-top-style: ridge;
	text-align:center;
}
#contenido_tablas {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contenido_resultados {
	display: table;
	width: 80%;
	margin-top: 5px;
	padding: 10%;
	padding-bottom: 10px;
	border: 1px solid #F90;
	border-radius: 5px;
	text-align:center;
	background-image: url(../imagenes/bg_contenidos.jpg);
}
#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;
}
#contenido_tareas {
	display: table;
	width: 90%;
	margin:auto;
	margin-top: 10px;
	border: 1px solid #F90;
	border-radius: 5px;
	background-image: url(../imagenes/bg_contenidos.jpg);
}
#contenido_tareas h4{
	padding:20px;
	font-size: 18px;
	font-family: "boo";
}
#tareas {
	width: 90%;
	margin:auto;
	margin-top: 10px;
}
#tareas h3 {
	font-size: 16px;
	float:left;
	padding-right: 10px;
}
#tareas a, .tareas a {
	padding-left: 10px;
	color: #2586D7;
	font-weight:bold;
}
#tareas a:hover, .tareas a:hover {
	color:#F60;
	text-decoration:underline;
}
#tareas a:visited, .tareas a:visited {
	color: #2586D7;
}

.mos {
  width: 80%;
  margin:auto;
  padding-bottom: 10px;
}
.mos a {
	position: relative;
	top: 7px;	
}
.mos2 {
  width: 70%;
  margin-left: 20% ;
  padding-bottom: 10px;
}
.tablas {
	width: 160px;
	float: left;
	text-align:center;
	margin: 20px 0;
	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: rgba(255,255,255,0.4);
}
.tablas_resta {
	width: 220px;
	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 {
	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;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

}
#resultados {
	font-size: 24px;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.siguiente {
	font-size: 16px;
	color: #060;	
}
.siguiente a {
	font-size: 16px;
	color: #2175BC;
	text-decoration:none;	
}
.siguiente a:hover {
	font-size: 16px;
	color: #006;
	text-decoration:none;	
}
.rojo {
	color:#F00;	
}
.verde {
	color: #093;
}
.azul {
	color: #2175BC;	
}
#wrapper{
    width: 100%;
	border: 1px solid #F90;
	border-radius: 5px;
    margin: 5px 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
header {
	width: 100%;
	height: 140px;
	border: 1px solid #F90;
	border-radius: 5px;
	background-color: #FFC;
}
logo {
	background: url("../imagenes/mates-de-primaria.jpg") no-repeat;
	margin-left: 25px;
	margin-top: 5px;
	width: 183px;
	height: 130px;
	float: left;
}
logodos{
	background: url("../imagenes/ejercicios-de-matematicas.png") no-repeat;
	margin-right: 5px;
	margin-top: 5px;
	width: 160px;
	height: 130px;
	float: right;
}
logo span, logodos span {
	display: none;	
}
hgroup {
	padding-top: 25px;
}
hgroup h1 {
	margin-right: 20px;	
}
hgroup h3 {
	font-family: "Boo";
    margin-top: 45px;
}
.resaltadosangria{
	padding-left: 25px;
	font-family: "Garabatos";
	font-size: 16px;
}
.resaltado {
	font-family: "Garabatos";
	font-size: 16px;
}
.resaltadobold {
	font-family: "GarabatosBold";
	font-size: 16px;
}
.resaltadobold18 {
	font-family: "GarabatosBold";
	font-size: 18px;
}
.resaltadobold16 {
	font-family: "GarabatosBold";
	font-size: 16px;
}
.resaltadobold16 a:hover, .resaltadobold16 a:visited {
	color: blue;
}
.resaltadobold16 a:hover {
	color: red;
	text-decoration: underline;
}
.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: 16px;
	text-align: center;
	padding: 10px 10px;
}
h2.frase {
font-family: "GarabatosBold";
padding-top: 8px;
}
h2.title {
font-family: "GarabatosBold";
padding: 20px 10px;;
}
h3 {
 font-size: 18px;
 padding-top: 8px;

}
h3.frase {
font-family: "GarabatosBold";
}
h3.frase2 {
font-family: "Comic Sans MS", cursive;
font-weight: normal;
padding-top: 8px;
}
h4 {
 font-size: 14px;
}
h4.frase {
font-family: "GarabatosBold";
font-size: 16px;
padding-top: 8px;
}
p.frase {
font-family: "Comic Sans MS", cursive;
text-align:left;
font-size: 18px;
text-decoration:underline;
font-weight: normal;
padding:  8px;
}
p.frase2 {
font-family: "Comic Sans MS", cursive;
text-align:left;
font-size: 16px;
font-weight: normal;
padding-top: 8px;
}

h5 {
 font-size: 10px;
}
.resaltadobold a {
	color: black;
	text-decoration: none;	
}
.resaltadobold a:hover {
	color:	#2175BC;
	text-decoration: underline;	
}
nav {
	width:100%;
	height:40px;
	margin-top: 5px;
	border: 1px solid #F90;
	border-radius: 5px;
	background-color: #FFC;	
}
#menu {
}
#menu ul {
	display: table;
	position:relative;
	margin: auto;
	margin-top: 3px;
	border: 1px solid #2175bc;
	border-radius: 5px;
}
#menu li {
	display: inline;
}
#menu li a {
	float: left;
	font-family: "boo";
	font-size:16px;
	padding: 2px 25px;
	text-decoration: none;
	background-color: #2175bc;
	color: #fff;
	transition: all 0.3s;
}
#menu li a:hover {
background-color: #2586D7;
color: #FFF;
text-decoration: underline;
}
.menucentro {
 border-left: 2px solid #333333;
 border-right: 2px solid #333333;	
}
.menuinicio {
 border-right: 2px solid #333333;	
}
.menufinal {
 border-left: 2px solid #333333;
}
.clear {
clear: both;
}
aside {
	width: 200px;
	text-align:center;
	background-color: #FFC;
}
aside ul {
	
}
aside li {
	padding:1px;
}
aside li a {
	display:block;
	font-family: "boo";
	font-size:16px;
	line-height: 20px; 
	padding: 8px;
	text-decoration: none;
	background-color: #2175bc;
	color: #fff;
	border-radius:5px;
	transition: all 0.5s;

}
aside li a:hover {
background-color: #2586d7;
}
.define {
	position:absolute;
	top: 6px;
	right: 6px;
	font-size: 14px;
	line-height: 14px;
	text-align:center; 
	border: 1px solid #2175BC;
	border-radius: 5px;
	width: 185px;
	border-radius: 5px;
	background-color:#EBEBEB;
	padding: 3px;	
}
.define_tablas {
	font-size: 14px;
	line-height: 14px;
	text-align:center; 
	border: 1px solid #2175BC;
	border-radius: 5px;
	width: 60%;
	margin: 15px auto ;
	border-radius: 5px;
	background-color:#EBEBEB;
	padding: 5px;	
}
#print {
	position:absolute;
	top: 6px;
	left: 6px;
	font-size: 14px;
	line-height: 14px;
	text-align:center; 
	border: 1px solid #2175BC;
	border-radius: 5px;
	width: 185px;
	border-radius: 5px;
	background-color:#EBEBEB;
	padding: 3px;
		
}
.print {
	color: black;
}
.print a {
	color: black;
}
.print a:hover {
	color: #F60;
}
.login_aside {
	width: 95%;
	margin: auto;
	margin-top: 10px;
	padding: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	background-color: #2175bc;
	font-size: 12px;
	color: white;
	line-height: normal;
}
.banner_aside {
	width: 100%;
	margin-top: 10px;
	padding-top: 5px;
	border-radius: 5px;
	background-color: #2175bc;
}
.formlogin input[type="text"], .formlogin input[type="password"] {
	border: 1px solid #069;
	border-radius: 4px;
	padding: 3px 5px ;
}
.formlogin label {
	margin-right: 3px;
}
.formlogin input[type="submit"] {
	margin-top: 10px;
	cursor: pointer;
	font-family: "boo";
	font-size:12px;
	background-color: #2175bc;
	border-radius: 3px;
	padding: 4px 7px;
	color: white;
}
.formlogin input[type="submit"]:hover {
	background-color: #2586d7;
}
.enlace {
	color:	white;
	text-decoration: none; 
}
.enlace a {
	color:	white;
	text-decoration: none; 
}
.enlace a:hover {
	color:	#FC6;
	text-decoration: underline;
}
.volver {
	font-family: "boo";
	font-size: 24px;
	font-weight:bold;
	text-align:center;
	color:	black;
	text-decoration: none; 
}
.volver a {
	color:	black;
	text-decoration: none; 
}
.volver a:hover {
	color:	#2175BC;
	text-decoration: underline;
}
.volver2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight:normal;
	text-align:center;
	color: #036
	text-decoration: none; 
}
.volver2 a {
	color:#036;
	text-decoration: none; 
}
.volver2 a:hover {
	color:	#2175BC;
	text-decoration: underline;
}
.ira {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color:	#036;
	text-decoration: none; 
}
.ira a, .ira a:visited{
	color:	black;
	text-decoration: none; 
}
.ira a:hover {
	color: #BF201D;
	text-decoration: underline;
}
.ira2 {
	font-size: 14px;
	text-align:center;
	color: #036;
	text-decoration: none; 
}
.ira2 a, .ira2 a:visited {
	color:	#2586D7;
	text-decoration: none; 
}
.ira2 a:hover {
	color:#F60;
	text-decoration: underline;
}

aside table.estadisticas {
	width:90%;
	margin: auto;
   border: 3px  solid #CCC;
	border-style: ridge;	
}
aside table th {
	text-align: center;
	padding: 3px;	
}
aside table th.enunciado {
	text-align: center;
    border: 2px  solid #CCC;
	border-style: ridge;
	padding-bottom: 5px;
	padding-top: 5px;	
}
aside table th.enunciado_general {
	text-align: center;
    border: 2px  solid #CCC;
	border-top: 3px;
	border-style: ridge;
	padding-bottom: 5px;
	padding-top: 5px;
}
section {
	width: 750px;
	margin-right: -10px;
	text-align:center;
	border-radius: 0px 5px 5px 0px;
	background-color: #FFC;
}
article {
	position: relative;
	padding: 10px 25px 25px 25px;
	text-align: left;
	font-size: 14px;	
}
section.error {
	width: 100%;
	height:100%;
	float: right;
	text-align: left;
	border-radius: 0px 5px 5px 0px;
	background-color: #FFC;	
}
.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: 40px;
}
.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;
}
/*  INPUT  */
.box, .box1, .box2, .box3, .box4{
	min-width: 70px;
	font-family:"Comic Sans MS", cursive;
	text-align: right;
	font-size:22px;
	letter-spacing: 2px;
	color:#333;
	padding-right:4px;
	background-color:rgba(255,255,255,0.3);
	-webkit-background-color:rgba(255,255,255,0.3);
	border:2px solid #999;
	border-radius: 4px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
input.box:required:invalid {
	border-color: rgba(255, 0, 0, 0.2);
	background:rgba(255, 0, 0, 0.1);
	box-shadow: 0px 0px 7px rgba(255, 0, 0, 0.1);
	-webkit-background:rgba(255, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 7px rgba(255, 0, 0, 0.1);
}
input.box:disabled {
	color:#069;
	border-color: rgba(0, 125, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 125, 0, 0.3);
	background: rgba(0, 125, 0, 0.1);
}
 
input.box:required:valid {
	border-color: rgba(0, 125, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 125, 0, 0.3);
	background: rgba(0, 125, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 125, 0, 0.3);
	-webkit-background: rgba(0, 125, 0, 0.1);
}
input.box:required:focus {
	border-color:  rgba(37,134,215,0.8);
	box-shadow: 0px 0px 5px rgba(37,134,215,0.5);
	background: rgba(0,0,0,0.04);
	-webkit-box-shadow: 0px 0px 5px rgba(37,134,215,0.5);
	-webkit-background: rgba(0,0,0,0.04);
}
.box, .box1{
	padding-right:4px;
}
.box2{
	padding-right:19px;
}
.box3{
	padding-right:34px;
}
.box4{
	padding-right:49px;
}
.box:focus, .box1:focus, .box2:focus, .box3:focus, .box4:focus{ 
   border:2px solid rgba(37, 134, 215, 0.6);
   box-shadow: inset 0 0 10px rgba(37, 134, 215, 0.4);
   -webkit-box-shadow: inset 0 0 10px rgba(37, 134, 215, 0.4);
}
.boxdiv, .boxdiv1, .boxdiv2, .boxdiv3, .boxdiv4{
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	font-size:24px;
	letter-spacing: 2px;
	color:#333;
	padding-right:4px;
}
.boxdiv, .boxdiv1{
	padding-right:8px;
}
.boxdiv2{
	padding-right:24px;
}
.boxdiv3{
	padding-right:38px;
}
.boxdiv4{
	padding-right:53px;
}
.boton {
	cursor: pointer;
	padding: 8px;
	border:2px ;
	border-radius: 8px;
	background-color:#2175bc;
	color: #FFF;
	font-family: "boo";
	font-size: 16px;
	text-decoration:none;
	-webkit-box-shadow: inset 0px 0px 5px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: inset 0px 0px 5px 4px rgba(50, 50, 50, 0.75);
	box-shadow: inset 0px 0px 5px 4px rgba(50, 50, 50, 0.75);
}
.boton:hover {
background-color: #2586d7;
-webkit-box-shadow: inset 0px 0px 5px 2px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    inset 0px 0px 5px 2px rgba(50, 50, 50, 0.75);
box-shadow:         inset 0px 0px 5px 2px rgba(50, 50, 50, 0.75);
}
/*  FIN INPUT  */
/* formulario_contacto y registro*/
#formulario_contacto, #formulario_sugerencias {
	width: 90%;
	margin:20px auto ;
	border: 1px solid #F90;
	border-radius: 5px;
	padding: 20px;
	background-image: url(../imagenes/bg_contenidos.jpg);
	text-align:left;
}
#formulario_contacto  h4 {
	font-size: 16px;
	font-family: "boo";
}
form.formulariocontacto fieldset, form.formulariobaja fieldset{
	line-height: 0;
	width:90%;
	margin:auto;
	border-radius:5px;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	padding:1em;
	background: rgba(255,255,255,0.5);
}
form.formulariocontacto label, form.formulariocontacto label.formpr{
	font-family:Fondamento,cursive;
	float:left;
	width:30%;
	margin-right:.5em;
	padding-top:10px;
	text-align:right;
	font-weight:700
}
form.formulariocontacto label.anchoavatar {
	float:left;
	width:23%;
	margin-right:.5em;
	padding-top:10px;		
}
form.formulariocontacto input[type="text"], form.formulariocontacto input[type="email"], form.formulariocontacto input[type="password"], form.formulariobaja input[type="text"], form.formulariocontacto textarea{
	padding:4px;
	margin:3px;
	border:2px solid #999;
	border-radius: 4px;
	box-shadow:0 0 3px rgba(0,0,0,.5);
	background:rgba(255,255,255,0.6);
}
form.formulariobaja input[type="text"] {
	border:1px solid #999;
}
form.formulariocontacto input[type="text"]:focus, form.formulariocontacto input[type="email"]:focus, form.formulariocontacto textarea:focus { 
   border:2px solid rgba(37, 134, 215, 0.6);
   box-shadow: inset 0 0 10px rgba(37, 134, 215, 0.5);
   background:rgba(255,255,255,0.2);
}
form.formulariocontacto textarea {
	width: 56%;	
	height: 100px;
}
form.formulariocontacto input[type="submit"], form.formulariobaja input[type="submit"] {
	margin-top: 10px;
	cursor: pointer;
	font-family: "boo";
	font-size:12px;
	background-color: #2175bc;
	border-radius: 3px;
	padding: 4px 7px;
	color: white;
}
form.formulariocontacto input[type="submit"]:hover, form.formularibaja input[type="submit"]:hover {
	background-color: #2586d7;
}
form.formulariocontacto p {
	text-align: center;
	display:block;
	margin: 20px;	
}
p.mas_info {
display: block;
font-size: 14px;
text-align:center;	
}
.masavatares a{
	display: block;
	font-size: 16px;
	text-align:center;	
	color: #2175BC;
}
.masavatares a:hover{
	color: #960;
	text-decoration: underline;
}
/* fin form contacto */
/* inicio foro */
#caja_foro {
	width: 100%;
	margin:20px auto ;
	border: 1px solid #F90;
	border-radius: 5px;
	padding: 20px 0 10px 0;
	background-image: url(../imagenes/background.gif);
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.head_caja_foro {
	width: 98%;
	margin: auto;
	overflow: hidden;
}
#head_caja_foro1 {
	float: left;
	width: 80%;
}
#head_caja_foro2 {
	position: relative;
	top: -10px;
	right: 5px;
	float: right;
	width: 20%;
	margin-top: 15px;
	text-align: right;
}
/*#head_caja_foro3 {
	position: relative;
	top: -10px;
	float: right;
	width: 20%;	
	margin-top: 10px;
}
*/
.botonenviarrespuesta {
	text-align: center;
	color: #FFF!important;
	line-height:21px;
	font-size: 14px;
	border: 0;
	padding: 7px 10px;
	border-radius: 6px;	
	background: #2175BC;
	cursor: pointer;
	transition: background 0.2s;
}

.botonresponder {
	float: right;
	margin-right: 0;
	width: 100px;
	text-align: center;
	padding: 4px 3px;
	color: #FFF;
	font-size: 14px;
	line-height:21px;
	border-radius: 6px;	
	background: #2175BC;
	cursor: pointer;
	transition: background 0.2s;
}
.botonresponder:hover, .botonenviarrespuesta:hover {
	background: #2586D7;
	text-decoration: underline;
}
#caja_foro h3 {
	color: #666;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;	
}
#caja_foro h3 span {
	color: #C0211E;
	font-size: 14px;
}
#caja_foro h3 a {
	color: #33F;
}
#caja_foro h3 a:hover {
	color: #33F;
	text-decoration: underline;
}

#categ_foro {
	width: 98%;
	margin: auto;
	border-top: 1px solid #999;	
}
.categoria {
	position: relative;
	width: 100%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	background:#2175BC;
	line-height: 22px;
	color: #FFF;
	border-radius: 4px;
	transition: all 0.3s;
	padding: 5px 0;
}
.temas_abiertos {
	position: absolute;
	right: 5px;
	top: 5px;
	width: auto;
	height: 20px;
	font-size: 12px;
}
.categoria:hover {
	background: #2586D7;
}
.categoria a {
	color: #FFF;
}
.categoria a:hover {
	color: #FFF;
	text-decoration: underline;
}

.categoria h4 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;	
}
.categoria p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;	
}
.temas {
	position: relative;
	width: 100%;
	margin: auto;
	margin-top: 5px;
/*	margin-bottom: 15px;
*/	line-height: 22px;
	color: #000;
	transition: all 0.3s;
	padding: 5px 0;
	line-height: 18px;
}
.temas table, .head_caja_foro table {
	width: 100%;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.temas table thead, .head_caja_foro table thead{
	font-size: 11px;
	color: #000;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background: #D1DCEB;
}
.temas table thead th, .head_caja_foro table thead th{
	padding:5px;
	height: 20px;
}
.temas span.titleTema {
	font-size: 13px;	
}
.temas p.titleTemaBold {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}
.temas span.fechaM {
	font-size: 9px;
}
.temas a:visited, .temas a {
	color: #1b94c3;
	text-decoration: none;
}
.temas a:hover, .temas a:active {
	color: #3b3b3b;
	text-decoration: underline;
}
.temas .userFecha {
	display: block;
	color: #163a56;
	font-size: 11px;
	font-weight: 400;
}
.temas .userFecha1 {
	width: 45%;
	float: left;	
}
.temas .userFecha2 {
	width: 45%;
	float: right;
	text-align: right;	
}
.temas .userFecha span {
	font-weight: 600;
}
.temas table tbody {
	  vertical-align: top;
}
.temas table tbody td {
	border: 1px solid gray;
	padding: 3px 5px;
}
.temas table tbody td.rv {
	vertical-align: middle;
	text-align: center;
}
.temas table tfoot td {
	padding-top: 10px;
}

.avatar {
	width: 80px;
	height: 80px;
}
.avatar span {
	position: relative;
	top: -50px;
	left: 20px;
	font-size: 18px;
}
.temas table tbody td.textarea {
	padding: 1px 1px;
}
.temas textarea {
	max-width: 578px;
	width: 98%;
	border: 2px solid #CCC;
	border-radius: 4px;
	min-height: 75px;
}
.temas textarea:focus {
	border: 2px solid #94B6ED;
}

/* fin foro  */
.problemas, .order_numeros, .series {
	cursor: pointer;
	width: 100%;
	border: 2px solid #CCC;
	border-style: ridge;
	border-radius: 5px;
	text-align:left;
	background-color: white;
	color:#003;
	background-image: url(../imagenes/bg_problema.png);
	transition: all 0.3s;
}
.order_numeros {
	margin-top: 10px;
}
.series {
	margin-bottom: 6px;
}
.problemas:hover, .series:hover, .order_numeros:hover {
	background-color:  rgba(204, 204, 204,0.4);
	color: black; 
}
.problemas h4, .solucion_problemas h4 {
	padding: 0px 10px;
    text-align: left;
	text-decoration:underline;
}
.solucion_problemas h4 {
	margin-bottom:10px;
}
.problema {
	font-family: "boo";
	font-size: 16px;
	text-align:justify;	
	padding: 0px 10px;
}
.avisoFilas {
	font-family: "boo";
	font-size: 12px;
	text-align: left;	
	padding: 0px 10px;	
}
.frasemihistorial {
	font-family: "boo";
	font-size: 16px;
	text-align:center;	
	padding: 0px 10px;
}
.solucion_problemas {
	position: relative;
	line-height: 24px; 
	color: black;
	width:95%;
	margin: 5px auto;
	border: 2px solid #CCC;
	border-style: ridge;
	border-radius: 5px;
	text-align:left;
	background-image: url(../imagenes/bg_contenido.jpg);
	padding: 10px
}
.fondo_blanco {
	padding:0;
	background-color: white;
	width:95%;
	margin: 5px auto;
}
.fondo_blan {
	padding: 0;
	background-color: white;
	width:95%;
	margin: auto;
}
/* fin formulario_contacto y registro */
/** Hacer ejercicios **/
.ejercicios {
	border-radius: 5px;
}
table.tareas {
	padding: 10px;
	width: 90%;
	margin: auto;
	margin-top: 10px;
    border: 2px solid #666;
	background:rgba(255,255,255,1);
}
table.historial {
	padding: 10px;
	width: 98%;
	margin: auto;
	margin-top: 10px;
    border: 2px solid #666;
	background:rgba(255,255,255,0.9);
}
table.ejercicios {
	padding: 10px;
	width: 650px;
	margin: auto;
	margin-top: 10px;
    border: 2px solid #666;
	background:rgba(255,255,255,0.9);
	margin-top: 10px;
}
table.historial, table.tareas {
	margin-top: 0px;
}
table.historial th, table.ejercicios th, table.tareas th {
	text-align:center;
	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;
}
table.historial td.puntos, table.historial td.puntosa, table.tareas td.puntosa,table.tareas td.puntos {
	font-family: "boo";
	padding: 2px 5px;
	border-bottom: 1px dashed #06F;
	vertical-align:middle;
}
table.tareas  td.puntosa a, table.tareas  td.puntosa a:visited {
	color: #2586D7;
	font-weight: 600;
}
table.tareas  td.puntosa a:hover {
	color:#F60;
	text-decoration:underline;
}

table.historial td.puntosa, table.tareas td.puntosa {
	border-right: 1px dashed #06F;
}
form.soluciones 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 black;	
}
input.calcula {
	text-align: right;
}
input.solucion {
	font-family: "boo";
	font-size: 16px;
	text-align:center;
	background: transparent;
	border: 0;
    border-bottom:1px dotted black;	
}
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 black;
	border-radius: 20px;

}
#ventanaayuda {
	position:absolute;
	width:36px;
	height:36px;
	z-index:1;
	right: 10px;
	top: 5px;
	background-image: url(../imagenes/ayuda.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#ayuda {
	position:absolute;
	width:36px;
	height:36px;
	z-index:1;
	right: 5px;
	top: 5px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(33, 117, 188, 0.0);
	-moz-box-shadow:    0px 0px 5px 5px rgba(33, 117, 188, 0.0);
	box-shadow:         0px 0px 5px 5px rgba(33, 117, 188, 0.0);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 0.5s;
 	overflow: hidden;
	color: rgba(255,255,255,0);
}
.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;
}
.logeo {
	width: 400px;
	margin: auto;
	padding:20px;
	border: 1px solid #F90;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.5);
}
.logeo table {
	font-size: 14px;
	width: 80%;
	margin: auto;
}
.logeo table th {
	text-align: right;
}
.logeo table td {
	padding-left: 5px;
	text-align: left;
}
.baja {
	font-family:"Comic Sans MS" ;
	padding: 5px 15px 5px 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px 1px rgba(50, 50, 50, 0.75);
}
.caja {
  margin: 10px;
  margin-bottom: 12px;
}
/* fin Hacer ejercicios */
/*  DIVISIONES  */
.divisiones, .divisionesXL {
	float: left;
	text-align:center;
	margin: 20px 0;
	padding: 5px;
	border: 1px solid #F90;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.4);
}
.divisiones {
	width: 160px;
}

.divisionesXL{
	width: 200px;
}

.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);
}
input.boxdivision:required:invalid {
	border-color: rgba(255, 0, 0, 0.2);
	background:rgba(255, 0, 0, 0.1);
	box-shadow: 0px 0px 7px rgba(255, 0, 0, 0.3);
}
input.boxdivision:required:valid {
	border-color: rgba(0, 125, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 125, 0, 0.3);
	background: rgba(0, 125, 0, 0.1);
}
input.boxdivision:required:focus {
	background: rgba(0,0,0,0.04);
	border-color:  rgba(37,134,215,0.8);
	box-shadow: 0px 0px 5px rgba(37,134,215,0.5);
}
.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;
}
.boxresto2 {
	width: 80%;
	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;
}
.derecha {
	text-align: right;
}
.centro {
	text-align: center;	
}
.boxresto:focus, .boxresto2:focus {
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(000,000,000,0.2);
}
.serie {
	height:auto;
	float:left;
	width: auto;
	margin: 10px;
	margin-top: 5px;
}
#hacerseries {
	display: table;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 25px;
	padding-top: 15px;
	border: 1px solid #666;
	border-radius: 5px;
	background-image: url(../imagenes/bg_contenidos.jpg);
	background-repeat: repeat;
}
.resultadoserie {
	padding-top:7px;
	display: table-cell;
	font-family:"Comic Sans MS", cursive;
	font-size: 30px;
	text-align: center;
	width: 80px;
	height:40px;
	margin:5px;
	float:left;
	border: 1px solid #666;
	border-radius: 5px;
	background: rgba(255,255,255,0.4);
}
.div_tachar {
	width: 80%;
	margin: auto;
}
input.tachar {
	margin: 5px;
	font-family:"Comic Sans MS", cursive;
	font-size: 24px;
	text-align: center;
	width: 50px;
	height:38px;
	border: 1px solid rgba(000,000,000,0.5);
	border-radius: 5px;
}
input.numeros, input.calculo, input.calculorojo, input.calculoverde {
	font-family:"Comic Sans MS", cursive;
	font-size: 30px;
	text-align: center;
	height:45px;
	float:left;
	border: 1px solid rgba(000,000,000,0.5);
	border-radius: 5px;
	transition: all 0.2s;
}
input.numeros {
	margin: 5px;
}
input.calculo, input.calculos, input.calculorojo, input.calculoverde {
	margin: 15px;
}
input.calculos_mini {
	position: relative;
	top:15px;
	font-family:"Comic Sans MS", cursive;
	font-size: 16px;
	text-align: center;
	width: 45px;
	height:45px;
	float:left;
	border: 1px solid rgba(000,000,000,0.1);
	border-radius: 5px;
	background:rgba(255, 255, 255, 0.4);
	color: green;
}
input.calculores {
	font-family:"Comic Sans MS", cursive;
	font-size: 30px;
	text-align: center;
	height:45px;
	float:left;
	border: 1px solid rgba(000,000,000,0.2);
	border-radius: 5px;
	margin: 15px;
	background:rgba(37, 134, 215, 0.1);
}
input.calculos {
	font-family:"Comic Sans MS", cursive;
	font-size: 30px;
	text-align: center;
	height:45px;
	float:left;
	border: 1px solid rgba(000,000,000,0.2);
	border-radius: 5px;
	background:rgba(255, 255, 255, 0.4);
}
input.calculorojo {
	color:#F00;
	border-color: rgba(255, 0, 0, 0.2);
	background:rgba(255, 0, 0, 0.1);
	box-shadow: 0px 0px 7px rgba(255, 0, 0, 0.3);
}
input.calculoverde {
	color: #093;
	border-color: rgba(0, 125, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 125, 0, 0.3);
	background: rgba(0, 125, 0, 0.1);
}
input.numeros:required:invalid, input.calculo:required:invalid, input.calculorojo{
	border-color: rgba(255, 0, 0, 0.2);
	background:rgba(255, 0, 0, 0.1);
	box-shadow: 0px 0px 7px rgba(255, 0, 0, 0.3);
}
input.numeros:disabled, input.calculo:disabled {
	color:#069;
	border-color: rgba(0, 125, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 125, 0, 0.3);
	background: rgba(0, 125, 0, 0.1);
}
 
input.numeros:required:valid, input.calculo:required:valid{
	border-color: rgba(0, 125, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 125, 0, 0.3);
	background: rgba(0, 125, 0, 0.1);
}
input.numeros:required:focus, input.calculo:required:focus {
	background: rgba(0,0,0,0.04);
	border-color:  rgba(37,134,215,0.8);
	box-shadow: 0px 0px 5px rgba(37,134,215,0.5);
}
.oculto {
	position:absolute;
	top: -1000px;
	overflow: hidden;
	visibility: hidden;
	z-index: -10000;
}
.anandpos {
	margin: 10px;
	float:left;
	border: 2px solid #999;
	border-radius: 5px;
}
.anandpossub {
	background-color: rgba(255,255,255,0.6);
	font-family:"Comic Sans MS", cursive;
	font-size: 30px;
	text-align: center;
	min-width: 60px;
	margin: 5px;
	padding: 6px;
	float:left;
	border: 1px solid rgba(000,000,000,0.5);
	border-radius: 5px;
}
label.puntero, input.puntero {
	cursor: pointer;	
}
.espacio {
	padding: 15px 25px ;
}
/***  INICIO FOOTER  ***/
footer {
	width: 100%;
	font-size: 14px;
	color: white;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #2175BC;
	line-height: 20px;
}
footer a {
	color: white;
	text-decoration: none;	
}
footer a:hover {
	color:#FC0;
	text-decoration: none;	
}
#foot {
	width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}
.aviso {
	width: 960px;
	margin: auto;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	border-top: 1px  solid #FFF;
	border-top-style: ridge;
}
#foot  ul {
	list-style: none;	
}
.seguir {
	display: table;
	width: 184px;
	margin: auto;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
}
.social {
	border: 1px solid #2175BC;
	border-radius: 5px;
	width: 98%;
	margin:auto;
	height: 40px;
	border-radius: 5px;
	background-color:#EBEBEB;	
}
#social {
	padding-top: 6px;
}
#social a{
	margin-left: 8px;
}
#social a:active{
	position: relative;
	top: 1px;
	left: 1px;
}
#social span {
	display: none;
}
#social_correo {
	height: 30px;
	margin-left: 7px;
	background:url(../images_social/icon_correo.png) left center no-repeat;	
	padding-left: 40px;
	padding-top: 10px;
}
.comparte_facebook {
	width:130px;
	height: 22px;
	background: url(../images_social/compartirFacebook.jpg) no-repeat;	
}
li.siguenos_facebook {
	background: url(../images_social/seguirFacebook.jpg) no-repeat;	
}
li.comparte_google {
	background: url(../images_social/compartirPlus.jpg) no-repeat;	
}
li.siguenos_google {
	background: url(../images_social/seguirPlus.jpg) no-repeat;	
}
li.comparte_facebook span {
	display: none;
}
#social li:active, #social_correo:active {
	position: relative;
	top: 1px;
	left: 1px;
}

/****  FIN FOOTER     *******/