body {
  margin: 0;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-size:1.7em;
  line-height: 1.7em;
  color: #333;
}

#volver{
	position:absolute;
	top:570px;
	left:30px;
	z-index:1800;
	}

/* 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.3em;
  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:auto;
  margin-right:auto;
  margin-top:50px;
  width: 469px;
  height: 149px;
  padding-left: 1px;
  padding-top: 10px;
  text-align:center;
  
  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: 511px;
  height: 150px;
  padding: 0px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color:#999;
  
}


.respuestas_each {
  /*font-size:1.2em;*/
  width: 511px;
  height: 100px;
  margin-bottom:5px;
  margin-top:5px;
  padding: 5px;
  padding-top:20px;
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
}



/* 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;
}

.subt {
	color:#999;
	font-weight:bold;
	}

input[type="text"]{
    
    /*padding: 5px;*/   
    border: 1px solid #DDDDDD;
    text-align: center; 
	font-size:1em;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
input[type="text"]:hover
{
    border:1px solid #cccccc;
}
input[type="text"]:focus
{
    box-shadow:0 0 2px #D6D6D6;
}
