html, body {
	font-size:	14px;
	font-family:	'Tahoma', Verdana, Arial, sans-serif;
	margin:		0px;
	padding:	0px;
}

body h1 {
	text-align:	center;
	font-size:	160%;
}

#tabla-externa {
	width:          750px;
	margin-left:    auto;
	margin-right:   auto;
	border:         1px solid #999;
	border-top:     0;
	background:     #d7d7d8;
}

#titulo {
	width:          750px;
	height:         98px;
}

#titulo-izq {
	width:          312px;
	height:         98px;
	background:     url(imagenes/logo.jpg) no-repeat left top;
	float:          left;
}

#titulo-med {
	width:          249px;
	height:         98px;
	background:     url(imagenes/head1.jpg) no-repeat left top;
        float:          left;
}

#titulo-der {
	width:          189px;
	height:         98px;
	background:     url(imagenes/head2.jpg) repeat-x left top;
	float:          left;
}

.texto {
	width:		650px;
	margin-top:	30px;
	margin-left:	auto;
	margin-right:	auto;
	text-align:	justify;
}

#preg_cont {
	width:		600px;
	margin-left:	auto;
	margin-right:	auto;
}

.preg_resp {
	margin-left:	0px;
	width:		600px;
	float:		none;
	clear:		both;
	padding:	2px;
}

.preg {
	float:		left;
	clear: 		left;
	width:		300px;
	margin-left:	0px;
	padding-right:	5px;
}

.resp {
	clear:		right;
	margin-left:	300px;
	width:		300px;
	vertical-align:	middle;
	white-space:	nowrap;
}

#preg_cont, #preg_casado, #preg_estudios, #preg_trabajo
#preg_nac_padre, #preg_nac_madre, #preg_nac_conyuge, #preg_nac_conyuge_ok,
#mensaje_final
{
	display:	none;
}


.resaltado {
	font-weight:	bold;
	color:		#FF0000;
}
