body {
	background-color:#DCE6E7;
}
.titulo{
	font-family:"Courier New", Courier, mono;
	font-size:20px;
	color:#0000FF;
	cursor:default;
}
.subtitulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF9900;
	font-weight:bold;
}

.pregunta{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.respuesta{
	font-family:"Courier New", Courier, mono;
	font-size:10px;
	color:#000000;
	font-weight:bold;
}

.texto{
	font-family:"Courier New", Courier, mono;
}

.boton_ver_mas{
	font-family:Arial, Helvetica, sans-serif;			
	height:14px; 
	color:#336600;
	background-color:#00CCCC; 		
	font-size:28px; 		
	text-align: center;
	vertical-align: top;
	border:#D28D4b 2px solid;
}