/******** TABLAS DE MULTIPLICAR *******/

#contenedora{
	min-width: 798px;
	min-height:335px;
	margin: auto;
	margin-top: 15px;
}

#recuadro{
	background-color:#8cb3d9;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:10px 15px;
	text-align: center;
	min-width:254px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	display: table;
	margin: auto;
    width: 944px;
}

#contenido{
	overflow: hidden;
	margin-top: 23px;
}

.izquierda{
	float:left;
	padding:10px 0px;
}

#comandos{
	float: right;
	padding:19px 0px;
}

.cifras{
	background-color: #6699CC;
    border: 2px solid orange;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    padding: 8px;
    float: left;
    margin: 0 5px;   
}

.num_tabla, .orden{
	background-color: #B2CFEA;
}

.num{
	padding: 4px !important;
	font-size: 21px;
	min-width: 30px;
}

.cifras:hover{
	background-color: #B2CFEA;
}

li{
	list-style: none;
}

.arriba{
	display: none;
}

.abajo, .arriba{
	cursor:pointer;
	margin-left: 10px;
	vertical-align: middle;
}

.li_combo{
	float: left;
	display: none;
	padding: 5px 0px
}

.li_combo ul{
	position: absolute;
	z-index: 200;
	margin:36px 0 0 -189px;
}
	
.li_combo li{
	background:#B2CFEA;
	cursor: pointer;
	border:1px solid orange;
	border-bottom:none;
    list-style: none outside none;
   	color:#fff;
    padding:5px 0;
    width: 134px;
}

#generar{
	padding:8px 31px;
	background-color: #ff7a00;
	float:left;
	-webkit-border-radius: 5px;
	margin-left:30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 21px;	
	cursor:pointer;
}

.num_multi{
	color: #6699CC;
    float: left;
    font-size: 21px;
    margin-top: 7px;
    text-align:center;
    min-width:91px;
    font-weight: bold;
}

#generar:hover{
	background-color:#ffa000;
}
.generar_desactivado{
	background-color:#aea198 !important;
	color:#c6bdb6 !important;
}

.clear-iz{
	clear: left;
}
.clear-de{
	clear:right;
}

#multiplicaciones{
	margin: 24px auto 35px;
    overflow: hidden;
    width:724px;
}

.multiplicando, .multiplicador{
	background: #fff;
    color: #679ACD;
    cursor: pointer;
    display: inline;
    font-size: 27px;
    font-weight: bold;
    margin:10px 7px auto;
    padding: 2px 10px;
    text-align: center;
    width: 28px;
}

.multiplicador{
}

.div_activo{
	box-shadow: 0 0 7px 1px orange !important;
	-moz-box-shadow: 0 0 7px 1px orange !important;
	-webkit-box-shadow: 0 0 7px 1px orange !important;
}

#multiplicando{
	clear:right;
	margin-top:18px;
	overflow: hidden;
	float: right;
}
#multiplicador{
	clear:right;
	float: right;
	overflow: hidden;
}

#resultado{
	left: 0;
	display: none;
	position: absolute;
}

#debug_multiplicacion{
	display: none;
}

#reintentar{
	clear: left;
    color: orange;
    display: none;
    font-weight: bold;
    margin: 33px auto;
    width: 474px;
}

#contenedora_restos{

}

#operacion{
	position: absolute;
	left: 64px;
	min-width: 580px;
	margin-top:25px;
	z-index: 5;
	overflow: hidden;
	text-align: center;
}

#simbolo{
	color: #679ACD;
    cursor: pointer;
    float: left;
    font-size: 27px;
    font-weight: bold;
    padding-right:65px;
    width:36px;
    height: 27px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
    position: absolute;
}

#resultado_total{
	overflow: hidden;
	clear: right;
	padding-bottom: 10px;
	border-top:1px solid #000;
	float: right;
	margin-top: 11px;
}

#resultado0{
}

.resultados{
	clear:right;
	float: right;
}

.borde_abajo{
	border-bottom:1px solid orange !important;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#contenedor_numeros{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 7px 1px #ADADAD;
    clear: left;
    display:none;
    overflow: hidden;
    width:825px;
    margin: 20px auto;
    padding: 10px;
}

.num1{float:left;}
.num2{float:right;}

.input_resultado{
	width: 19px;
}

.multiplicacion{
	float: left;
	margin-bottom:7px;
	margin-right:5px;
	padding: 7px;
}

.num_operacion{
	background-color: #FFFFFF;
    border: 2px solid grey;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px 1px #ADADAD;
    color: #676767;
    cursor: pointer;
    float: left;
    font-size: 21px;
    font-weight: bold;
    height: 27px;
    margin-left: 10px;
    padding: 6px 10px;
    text-align: center;
    width:37px;
}

.numero{
	background-color: #FFFFFF;
    border: 2px solid grey;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px 1px #ADADAD;
    color: #676767;
    cursor: pointer;
    float: left;
    font-size: 21px;
    font-weight: bold;
    margin: auto 5px;
    padding: 2px 10px;
    text-align: center;
    width: 14px;
}
.numero:hover{
	box-shadow: 0 0 5px 1px orange !important;
    -webkit-box-shadow:0 0 5px 1px orange !important;
    -moz-box-shadow:0 0 5px 1px orange !important;
}
#borrar:hover,#borrar_todo:hover,#reintento:hover{
	box-shadow: 0 0 5px 1px orange !important;
    -moz-box-shadow:0 0 5px 1px orange !important;
    -webkit-box-shadow:0 0 5px 1px orange !important;
}

#borrar, #borrar_todo, #siguiente{
	background-color: #FFFFFF;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px 1px #ADADAD;
    color: #676767;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    padding: 8px 12px;
}

#reintento {
    background-color: #FFFFFF;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px 1px #ADADAD;
    color: #676767;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-top: -8px;
    padding: 8px 12px;
    float: right;
}

#reintento_text{
	float:left;
	height: 39px;
}

/******** TABLAS DE MULTIPLICAR *******/

input, .item_arrastrar {
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
	user-select: auto;
}

.respuesta, .selected {
	min-height: 29px;
}


.respuesta {
	font-family: Arial;
	font-weight: normal;
	cursor:pointer;
	font-size: 14px;
	margin-left: 60px;	
	margin-bottom: 40px;
	color: #737373;
	float:left;
}

.selected {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

.img_feedback {
	width: 35px !important;
	height: 20px !important;
	cursor: pointer;
	float:right;
	background: url(images/image_20.png) no-repeat center !important;
}

.pregunta {
	width: 700px;
}

.redondo {
	text-align: center;
	margin-right: 20px;
	color: #FFF;
	width: 60px;
	height: 29px;
	font-family: Arial;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	background: url(images/tablet/redondo.png) no-repeat center;
}

.redondo span {
	margin-top: 2px;
	display: block;
} 



.stars {
	position: absolute;
	background: url("images/estrellas.png") no-repeat center;
	width: 24px;
	z-index: 10;
	height: 24px;
}

.img_feedback {
	cursor: pointer;
}

.green, .red {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-webkit-border-radius: 15px;
}

