/*#ejercicio1,#ejercicio2,#ejercicio3,#ejercicio4{
	background-image:url('../img/fondo.png');
	width:100%;
	height:100%;
}*/

.ejercicios{
	height:550px;
	padding:10px 0px 0px 0px;
	position:relative;
	background:url(../img/fondo.png) center top no-repeat;
	color:#1b8ac9;
}

.resumen{
	width:90%;
	color:#333;
	border-radius: 10px;
	margin:0px auto 30px auto;
	padding:20px;
	background:#FFF;
	box-shadow:#0059B2 1px 1px 10px 1px;
}


#ecuacion1{
	width:514px;
	height:39px;
	margin:120px auto 0px auto;
	padding:0px 0px 0px 20px;
	background:#FFF;
	line-height:39px;
	list-style-type: none;
	box-shadow:#FFF 2px 2px 20px 2px;
	border-radius:7px;
}
#ecuacion1 li{
	font-family: "Arial";
	float:left;
	margin:0px 5px;
	font-size: 16px
}
#ecuacion1 li:nth-child(1),
#ecuacion1 li:nth-child(4){
	color:#7dbe4d;
}
#ecuacion1 li:nth-child(2),
#ecuacion1 li:nth-child(5),
#ecuacion1 li:nth-child(8),
#ecuacion1 li:nth-child(11){
	color:#a97ea4;
}
#ecuacion1 li:nth-child(3),
#ecuacion1 li:nth-child(6),
#ecuacion1 li:nth-child(9),
#ecuacion1 li:nth-child(12),
#ecuacion1 li:nth-child(14){
	color:#ff820d
}
#ecuacion1 li:nth-child(7),
#ecuacion1 li:nth-child(10),
#ecuacion1 li:nth-child(13){
	color:#0079c1
}

.mensaje{
	width:220px;
	padding:7px 4px 7px 4px;
	color:#FFF;
	font-size:14px;
	display:none;
	position:absolute;
	border-radius:10px;

}
#msj1{
	bottom:130px;
	left:120px;
	background:#7bbd4d;
	padding:20px;
}
#msj2{
	bottom:130px;
	right:200px;
	background:#1b8ac9;
	padding:20px;
	
}
#msj3{
	width:280px;
	top:120px;
	margin:auto;
	left:0px;
	right:0px;
	background:#a35c88;
	padding:20px;
	
}
#msj4{
	bottom:240px;
	right:20px;
	background:#ff820d;
	padding:20px;
	
}
#bien, #bien3, #bien4{
	position:absolute;
	bottom:40px;
	right:15px;
	display:none;
}
#mal3,#mal4{
	position:absolute;
	bottom:120px;
	right:15px;
	display:none;
}
#mal4{
	position:absolute;
	bottom:70px;
	right:15px;
	display:none;
}
/*seccion 2*/

#simbolos{
	width:350px;
	height:25px;
}
.drag{
	width: 50px;
	float: left;
	line-height: 25px;
	text-align: center;
	color: #1b8ac9;
	position: absolute;
	top: 167px;
}
#a7{left:210px;}
#a6{left:260px;}
#a3{left:310px;}
#a2{left:360px;}
#a1{left:410px;}
#a4{left:460px;}
#a5{left:510px;}

.drop{
	width:200px;
}
#tabla_simbolos{
	width:70%;
	background:rgba(255,255,255,0.6);
	border-radius:10px;
	margin:auto;
}
#tabla_simbolos th{
	border-right:#1b8ac9 1px solid;
	border-bottom:#1b8ac9 1px solid;
	color:#a35c88;
}
#tabla_simbolos td{
	border-bottom:#1b8ac9 1px solid;
	padding:5px 10px;
	color:#1b8ac9;
}


/*seccion 3*/

.txt_line{
	background: #eeeeee;
	border:0px;
	font-size:14px;
	color:#333;
	height:20px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	margin:2px;
	padding:2px 5px 2px 5px;
	text-align:center;
-webkit-box-shadow: inset 2px 1px 3px 0px #999;
        box-shadow: inset 2px 1px 3px 0px #999;		
}
.button{
	width:70px;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	bottom:10px;
}
.formula3{
	width:85%;
	height:30px;
	line-height:30px;
	color:#1b8ac9;
	margin:auto;
}
#ejercicio3 p, #ejercicio3 sub{
	color:#1b8ac9;
}



/* SECCION 4 */

.sec4{
	width:98%;
	height:190px;
	margin:0px auto 50px auto;
}
.sec4 img{
}
.sec4 p{
	height:30px;
	margin:80px 0px;
	padding:0px 10px;
	line-height:30px;
	float:left;
	font-size:13px;
	border-radius:5px;
	background:url(../img/back_simbolos.png) center center no-repeat;
	color:#1b8ac9;
	max-width:400px;
}
.sec4 p img{
	width:60px;
}
.rec_naranja{
	padding:10px;
	background:#F90;
	font-size:14px;
}
.rec_naranja .txt_line{
	width:80px;
	border-bottom:1px solid #fff;
}


.fl{
	float:left;
}

.input {
    border: 1px solid #006;
    background: #ffc;
}
