

#bigContainer{
	margin-top: 15px;	
	width: 100%;
	/* height: 100%; */
}

#start{
	height: 50%;
	width: 100%;	
}

#finish{
	height: 50%;
	width: 100%;
	border-top: solid 1px black;
}

.tarjeta {
	/*position: absolute;*/
	/*padding: 5px;*/
	
	
}
.space {
	margin-left:150px;
	
	
}

.tarjetaContent{
	/* position: absolute; */
	/* padding: 0px 10% 0px 10%; */
	/* margin: 0 auto; */
	/* width: 90%; */
	height: 90%;
	background-color: white;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 15px;
	border-style: solid;
	border-color: rgb(163, 163, 163);
	display:inline-block;
	/*font-size: 80px;*/
	FONT-WEIGHT: bold;
	margin:3%;
	
	
}

.ui-draggable-dragging div{
   background: tomato;
}
.ui-draggable{
    cursor: pointer;
	
}

#menu{
	position: absolute;
	z-index: 1;
	left: 100%;
	height: 500px;
	width: 400px;
	background-color: white;
}

#menu2{
	
	right: 70%;
	height: 100%;
	width: 100%;
	
}

#engranaje{
	width: 25px;
	float: right;
}

.switch-wrapper {
  display: inline-block;
  position: relative;
  top: 3px;
}

.label{
	color: #0088CC;
	font-size: 20pt;
	font-family: Helvetica, Arial, Sans-Serif;
	width: 280px;
	padding: 10px;
	
}