/******** divisionS *******/

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

#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;}

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

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

.cifras{
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#6699CC;
	padding: 10px;
	cursor: pointer;
	min-width: 100px;
	margin:0px 10px;
	border:2px solid orange;
}

#cifra0, #cifra1, #cifra2{
	background:none;
	border:none;
	text-align: center;
	width:14px;
	padding-left: 10px;
	font-weight: bold;
	color: #fff;
	float: right;
}

#cifra0{
	min-width: 47px !important;
}

li{
	list-style: none;
}

.arriba{
	display: none;
}

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

.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;
}
#generar:hover{
	background-color:#ffa000;
}
.generar_desactivado{
	background-color:#aea198 !important;
	color:#c6bdb6 !important;
}

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

#divisor, #dividendo, .divisor_coma, .dividendo_coma, .right{
	float:left;
	background: none repeat scroll 0 0 #FFFFFF;
    margin:10px 7px;
    text-align: center;
    cursor: pointer;
    color:#679acd;
    padding:2px 10px;
    letter-spacing: 10px; 
    font-weight:bold;
    font-size: 27px;
}
#divisor{
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	display: none;
}
#dividendo{
	display: none;
}

#barra_divisor{
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	float: left;
	margin-left:20px;
}

.dividendo, .divisor{
	background: #fff;
    color: #679ACD;
    cursor: pointer;
    float: left;
    font-size: 27px;
    font-weight: bold;
    margin: 10px 0;
    padding: 2px 10px;
    text-align: center;
    width: 28px;
}

.restos{
	position: absolute;
	padding-bottom: 10px;
}

.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;
}

#resultado1{
	clear:right;
	margin-top: 20px;
	overflow: hidden;
}
#resultado2{
	position: absolute;
	border-top:1px solid #000;
}

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

#debug_restas{
	display: none;
}

#tipo_division{
	float: left;
	margin-right: 25px;
}

#division{
	width: 100%;
}

#reintentar{
	display:none;
	margin:33px auto auto 77px;
	clear:left;
	font-weight:bold;
	position: absolute;
	height: 50px;
	color:orange;
}

#contenedora_restos{

}

#operacion{
	margin: 0 25%;
	z-index: 5;
	text-align: center;
	clear:left;
}

.simbolo{
	float: left !important;
}

.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;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 0 0 7px 1px #ADADAD;
    -webkit-box-shadow: 0 0 7px 1px #ADADAD;
    -moz-box-shadow: 0 0 7px 1px #ADADAD;
    margin:62px auto auto 159px;
    position: absolute;
    clear: left;
    display: table;
    padding: 10px;
}

.input_resultado{
	width: 19px;
}

.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;
    margin: auto 5px;
    padding: 2px 10px;
    text-align: center;
    width: 14px;
    height:27px;
    margin-top:10px;
}

.numero{
	background-color: #FFFFFF;
    border: 2px solid grey;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 0 0 5px 1px #ADADAD;
    -webkit-box-shadow:0 0 5px 1px #ADADAD;
    -moz-box-shadow:0 0 5px 1px #ADADAD;
    color: #676767;
    cursor: pointer;
    float: left;
    font-size: 21px;
    width:14px;
    text-align: center;
    font-weight: bold;
    margin: auto 5px;
    padding: 2px 10px;
}
.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{
	background-color: #FFFFFF;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 0 0 5px 1px #ADADAD;
    -moz-box-shadow:0 0 5px 1px #ADADAD;
    -webkit-box-shadow:0 0 5px 1px #ADADAD;
    color: #676767;
    cursor: pointer;
    float:left;
    font-weight: bold;
    margin-left: 10px;
    padding: 8px 12px;
}

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

#reintento_text{
	float:left;
}

/******** divisionS *******/

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;
}

