body {
		font-family: Arial, Helvetica, sans-serif;
		background: url(imagenes/background.jpg);
		margin:0;
		padding:0;
	}
	
	#cuerpo_principal_pregunta {
		background-color:#FFFFFF;
		width:30em;
		margin-top:0em;
		margin-left:3.1em;
		text-align:center;
	}
	
	#cuerpo_pregunta {
		height:12em;

	}
	
	.cuerpo_pregunta_texto {
		margin-top:1em;
		margin-left:1em;
		margin-right:1em;
		font-size:.75em;
		color: #D8027F;
		text-decoration: none;
		font-weight:bold;
	}
	
	.cuerpo_pregunta_texto p {
		margin:0;
		padding:0;
	}
	
	.boton_pregunta{
		border:solid 1px #CCCCCC;
		width:7.6em;
		height:2.2em;
		margin-left:1%;
	}
	
	.boton_pregunta a {
		width:7.6em;
		height:2.2em;
		text-decoration:none;
		padding-top:.4em;
		display:block;
	}
	
	.boton_pregunta a:hover {
		background-color:#FDE1F3;
		filter: alpha(opacity=75);
	}
	
	.boton_pregunta a:hover {
	opacity: 0.75;
	}

	.boton_pregunta_texto{
		font-size: 1.2em; 
		color:#666666;
	}
	
	#liga_externa_pregunta {
		margin-top:1.5em;
	}
	
	#liga_externa_pregunta a {
		font-size: .8em; 
		color:#5E5E5E;
		text-decoration:none
	}
	
	#liga_externa_pregunta a:hover {
		color:#D8027F;
		text-decoration:underline;
	}

	#imagen_encabezado_pregunta {
		background: url(imagenes/encabezado.gif);
		height:5em;
		width:30em;
	}
	
	#barra_menu_pregunta {
		background: url(imagenes/fondo_menu.gif);
		height:2.5em;
		width:30em;
		padding-top:.4em;
	}
	
	#barra_menu_pregunta a {
		font-size: .9em;
		color: #FFFFFF;
		text-decoration: none;
		font-weight:bold;
	}
	
	#pie_pregunta {
		width:30em;
	}

	#pie_pregunta_texto {
		font-size: .7em; 
		color:#666666;
	}
	
	#pie_pregunta_texto a {
		font-size: 1em; 
		color:#666666;
		text-decoration:none;
	}
	
	#pie_pregunta_texto p {
		margin:0;
	}

	#pie_pregunta_imagen {
		background: url(imagenes/pie.jpg) -256px 0px;
		width:30em;
		height:8em;
	}