body {
  margin: 0;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size:1.7em;
  line-height: 1.7em;
  color: #333;
}

.subt {
	color:#999;
	font-weight:bold;
	}

.it{
	font-style:oblique;
}
.sm {
	font-size:12px;
	line-height:14px;
}
/* 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 */

.wideBox {
  clear: both;
  width:850px;
  height:135px;
  text-align: right;
  margin: 0 auto;
  padding: 0px;
  /*border: 1px solid #333;*/
}

#consigna {
  font-size:1.1em;
  margin-left:160px;
  width: 669px;
  height: 109px;
  padding-left: 10px;
  padding-top: 30px;
  margin-top:60px;
  /*font-weight:bold;*/
}


#preguntas {
  font-size:1.6em;
  margin-left:160px;
  width: 669px;
  height: 49px;
  padding-left: 10px;
  padding-top: 10px;
  text-align:center;
  margin-top:100px;
  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: 311px;
  height: 150px;
  padding: 0px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color:#999;
  
}


.respuestas_each {
  /*font-size:1.2em;*/
  width: 311px;
  height: 100px;
  margin-bottom:5px;
  margin-top:5px;
  padding: 5px;
  padding-top:20px;
  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;
}
