/*ESTILOS INDEX*/
nav{
	margin-top: 10px;
}
.carousel-inner .item img,
.carousel-inner .item img               { width: 100%;}
.container .carousel-indicators .active { background-color:orange;}
.container .carousel-indicators li      { border: 1px solid orange;}
.container .panel-footer                { margin-top:20px;}
/*------------------*/
/*ESTILOS CALCULADORA*/
@font-face{
	font-family: calculadora;
	src:url(../fonts/calculator.woff) format("woff"),
	url(../fonts/calculator.eot) format("embedded-opentype");
}
body{
	padding: 10px;
		}
.btn-op{
	width: 55px;
	height: 55px;
	padding: 15px;
	text-align: center;
	margin-top: 10px;
}
input{
	padding: 15px;
	margin-top: 10px;
	text-align: right;
	font-family: calculadora;
	font-size: 2em;
}
#ops, h1{
	font-family: calculadora;
	font-size: 1.5em;
}
/*------------------*/
/*estilos puzzle*/
#sortable{
		list-style-type: none;
}
#sortable li { 
	float: left; 
	width: 33.33333%; 
}
#sortable li img {
	vertical-align:bottom;
	width: 100%; 
 	height: auto;
}

/*--------------*/