.page{
	width:900px;
	margin: 0px auto; /* centrar con firefox */
	padding-top:10px;
	padding-bottom:10px;	
	text-align:center; /* centra las capas con internet explorer */
	border:2px solid black;
	overflow:auto;	
}
.header{
	width:890px;
	height:60px;
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */
	border:2px solid black;
	background-color: lightgrey;
}
h1{
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */
	margin-top:10px;
	font-size:40px;
	font-family:arial;
	font-weight:bold;
	overflow:auto;
}
.body{
	width:890px;
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */
	margin-top:10px;	
	border:2px solid black;
	overflow:auto;
	padding-top:10px;
	padding-bottom:10px;	
}
.body a{
	color:black;
}
h2{
	margin:0px;
}

.pregunta0{
	background-color:#FFFFFF;
	text-align:left;
	height:25px;
	border-bottom:1px dotted black;
	margin-left:10px;
	margin-right:10px;
}
.pregunta1{
	background-color:#FFFFFF;
	text-align:left;
	height:25px;
	border-bottom:1px dotted black;
	margin-left:10px;
	margin-right:10px;
}
.respuesta{
	background-color:#80FF80;
	margin-bottom:15px;
	text-align:left;
	margin-left:10px;
	margin-right:10px;	
}
.body_title{
	float:left;
	margin-left:10px;
}
.flow_button{
	float:right;
	margin-right:15px;
}
.clear{
	clear:both;
	height:10px;
}
.errorMsg{
	color:red;
	font-size:16pt;
}
#checkAll{
	float:left;
	margin-left:10px;
}
.submitQuestions{
	float:right;
	margin-right:10px;
}
.option_result{
	float:left;
	width:200px;;
	overflow:auto;
	margin-right:20px;
}
.result_grph{
	background-color: blue !important;
	height:20px !important;
}
.n_pct{
	width:80px;
}
.n_matches{
	float:right !important;
	margin-right:10px;	
	margin-top:3px;
}
.result_cell{
	float:left !important;
	overflow:auto !important;
	margin-left:5px !important;	
	margin-right:5px !important;
	margin-top:3px !important;	
}
.br{
	border-bottom:2px solid black;
	margin-left:10px;
	margin-right:10px;
}