/* CSS Document */
body {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#404040;
	background-image:url(imagenes/bkg_gral_form.gif);
	text-align:center;
	}
#contenedor {
	width:400px;
	margin:0 auto;
	background:#FFFFFF url(imagenes/bkg_form.gif) repeat-y top right;
	}
#izq {
	width:280px;
	float:left;
	
	}
	
#der {
	width:120px;
	float:right;
	background:url(imagenes/bkg_revistas.gif) no-repeat top;
	padding-top:14px;
	
	}

.f_txt {
	font-size:9px;
	width:180px;
	}
.f_txt2 {
	font-size:9px;
	width:80px;
	}
.spacer {
	clear:both;
	margin-bottom:5px;
	}

	


