body {
  margin: 0;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size:1.7em;
  line-height: 1.7em;
  color: #333;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  
}

/* Main content */
#mainContent {
	width:100%;
	height:100%;
	margin: 0px;
	border: 0px;
	}

#content {
  position:relative;
  width:1000px;
  height:640px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: 2px solid gray;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
}

/* Cajas */
.subt {
	color:#999;
	font-weight:bold;
	}
.wideBox {
  clear: both;
  width:850px;
  height:135px;
  text-align: right;
  margin: 0 auto;
  padding: 0px;
  /*border: 1px solid #333;*/
}

#consigna {
  font-size:1.3em;
  margin-left:160px;
  width: 669px;
  height: 109px;
  padding-left: 10px;
  padding-top: 30px;
  margin-top:60px;
  /*font-weight:bold;*/
}


#preguntas {
  font-size:1.5em;
  margin-left:160px;
  width: 669px;
  height: 79px;
  padding-left: 10px;
  padding-top: 10px;
  text-align:center;
  margin-top:50px;
  font-weight:bold;
  color:#999;
  border: 1px solid #CCC;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
}


#respuestas  {
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
  width: 411px;
  height: 150px;
  padding: 0px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color:#999;
  
}

.ch {
	border:2px solid #F60;
	width:30px;
	height:30px;
	 -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  display:inline-block;
}


.respuestas_each {
  font-size:1.4em;
  width: 411px;
  height: 20px;
  margin-bottom:5px;
  margin-top:5px;
  padding: 5px;
  
  font-weight:bold;
}



/* Mensajes */

#message {
	display: none;
	width: 100%;
	height: 158px;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	z-index:1550;
	/*border:1px solid #060;*/
}

#initMessage {
  position: absolute;
  left: 240px;
  top: 50px;
  width: 0;
  height: 0;
  z-index: 1205;
  background: #fff;
  border: 2px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
  box-shadow: .3em .3em .5em rgba(0, 0, 0, .8);
  padding: 20px;
  visibility:hidden;
}


#successMessage {
  width:150px; height:320px;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 0;
  height: 0;
  z-index: 1305;
  padding: 20px;
  visibility:hidden;
}
